Searched refs:beiscsi_if_get_info (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/be2iscsi/ |
H A D | be_mgmt.h | 185 int beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type,
|
H A D | be_iscsi.c | 281 if (!beiscsi_if_get_info(phba, BEISCSI_IP_TYPE_V4, &if_info)) { in beiscsi_iface_create_default() 286 if (!beiscsi_if_get_info(phba, BEISCSI_IP_TYPE_V6, &if_info)) { in beiscsi_iface_create_default() 525 len = beiscsi_if_get_info(phba, ip_type, &if_info); in __beiscsi_iface_get_param()
|
H A D | be_mgmt.c | 604 rc = beiscsi_if_get_info(phba, ip_type, &if_info); in beiscsi_if_en_static() 653 rc = beiscsi_if_get_info(phba, ip_type, &if_info); in beiscsi_if_en_dhcp() 744 int beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type, in beiscsi_if_get_info() function
|