Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection()
183 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection()
431 len = (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN; in beiscsi_if_zero_ip()
454 (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN); in beiscsi_if_mod_gw()
574 ip_len = (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN; in beiscsi_if_set_ip()
H A Dbe_iscsi.c286 if (!beiscsi_if_get_info(phba, BEISCSI_IP_TYPE_V6, &if_info)) { in beiscsi_iface_create_default()
421 ret = beiscsi_if_en_static(phba, BEISCSI_IP_TYPE_V6, in beiscsi_iface_config_ipv6()
523 ip_type = BEISCSI_IP_TYPE_V6; in __beiscsi_iface_get_param()
H A Dbe_cmds.h382 #define BEISCSI_IP_TYPE_V6 0x10 macro