Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_mgmt.h299 int mgmt_get_gateway(struct beiscsi_hba *phba, int ip_type,
Dbe_mgmt.c1065 rc = mgmt_get_gateway(phba, BE2_IPV4, &gtway_addr_set); in mgmt_set_ip()
1119 rt_val = mgmt_get_gateway(phba, BE2_IPV4, &gtway_addr_set); in mgmt_set_gateway()
1148 int mgmt_get_gateway(struct beiscsi_hba *phba, int ip_type, in mgmt_get_gateway() function
Dbe_iscsi.c622 len = mgmt_get_gateway(phba, BE2_IPV4, &gateway); in be2iscsi_iface_get_param()