Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_mgmt.h190 int beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type,
Dbe_iscsi.c276 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()
Dbe_mgmt.c593 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