Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_mgmt.h296 int mgmt_get_if_info(struct beiscsi_hba *phba, int ip_type,
Dbe_iscsi.c282 if (!mgmt_get_if_info(phba, BE2_IPV4, &if_info)) { in beiscsi_create_def_ifaces()
287 if (!mgmt_get_if_info(phba, BE2_IPV6, &if_info)) { in beiscsi_create_def_ifaces()
543 len = mgmt_get_if_info(phba, ip_type, &if_info); in be2iscsi_get_if_param()
Dbe_mgmt.c1012 rc = mgmt_get_if_info(phba, ip_type, &if_info); in mgmt_set_ip()
1168 int mgmt_get_if_info(struct beiscsi_hba *phba, int ip_type, in mgmt_get_if_info() function