Home
last modified time | relevance | path

Searched refs:beiscsi_if_get_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h185 int beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type,
H A Dbe_iscsi.c281 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 Dbe_mgmt.c604 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