Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_iscsi.h26 #define BE2_IPV4 0x1 macro
Dbe_mgmt.c754 req->ip_address.ip_type = BE2_IPV4; in mgmt_open_connection()
762 beiscsi_ep->ip_type = BE2_IPV4; in mgmt_open_connection()
933 BE2_IPV6 : BE2_IPV4 ; in mgmt_static_ip_modify()
985 req->ip_addr.ip_type = BE2_IPV4; in mgmt_modify_gateway()
1010 BE2_IPV6 : BE2_IPV4 ; in mgmt_set_ip()
1065 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()
Dbe_iscsi.c282 if (!mgmt_get_if_info(phba, BE2_IPV4, &if_info)) { in beiscsi_create_def_ifaces()
538 int len, ip_type = BE2_IPV4; in be2iscsi_get_if_param()
622 len = mgmt_get_gateway(phba, BE2_IPV4, &gateway); in be2iscsi_iface_get_param()
657 if (beiscsi_ep->ip_type == BE2_IPV4) in beiscsi_ep_get_param()