Searched refs:beiscsi_if_get_info (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_mgmt.h | 190 int beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type,
|
D | be_iscsi.c | 276 if (!beiscsi_if_get_info(phba, BEISCSI_IP_TYPE_V4, &if_info)) { in beiscsi_iface_create_default() 281 if (!beiscsi_if_get_info(phba, BEISCSI_IP_TYPE_V6, &if_info)) { in beiscsi_iface_create_default() 516 len = beiscsi_if_get_info(phba, ip_type, &if_info); in __beiscsi_iface_get_param()
|
D | be_mgmt.c | 593 rc = beiscsi_if_get_info(phba, ip_type, &if_info); in beiscsi_if_en_static() 641 rc = beiscsi_if_get_info(phba, ip_type, &if_info); in beiscsi_if_en_dhcp() 732 int beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type, in beiscsi_if_get_info() function
|