Searched refs:dest_ipaddr (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/be2iscsi/
H A Dbe_cmds.h294 struct ip_address_format dest_ipaddr; member in struct:mgmt_conn_info
H A Dbe_main.c231 if (boot_conn->dest_ipaddr.ip_type == 0x1)
233 (char *)&boot_conn->dest_ipaddr.ip_address);
236 (char *)&boot_conn->dest_ipaddr.ip_address);
/drivers/scsi/qla4xxx/
H A Dql4_def.h449 struct ip_address_format dest_ipaddr; member in struct:ql4_conn_info
H A Dql4_os.c3703 if (boot_sess->conn_list[0].dest_ipaddr.ip_type == 0x1)
3705 &boot_conn->dest_ipaddr.ip_address);
3708 &boot_conn->dest_ipaddr.ip_address);
3991 memcpy(&boot_conn->dest_ipaddr.ip_address,
3994 boot_conn->dest_ipaddr.ip_type = 0x1;
3995 memcpy(&boot_conn->dest_ipaddr.ip_address,

Completed in 65 milliseconds