Searched refs:mgmt_get_if_info (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_mgmt.h | 296 int mgmt_get_if_info(struct beiscsi_hba *phba, int ip_type,
|
D | be_iscsi.c | 282 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()
|
D | be_mgmt.c | 1012 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
|