Home
last modified time | relevance | path

Searched refs:ip_address (Results 1 – 9 of 9) sorted by relevance

/drivers/scsi/be2iscsi/
Dbe_mgmt.c754 req->ip_address.ip_type = BE2_IPV4; in mgmt_open_connection()
755 req->ip_address.addr[0] = s_addr & 0x000000ff; in mgmt_open_connection()
756 req->ip_address.addr[1] = (s_addr & 0x0000ff00) >> 8; in mgmt_open_connection()
757 req->ip_address.addr[2] = (s_addr & 0x00ff0000) >> 16; in mgmt_open_connection()
758 req->ip_address.addr[3] = (s_addr & 0xff000000) >> 24; in mgmt_open_connection()
764 req->ip_address.ip_type = BE2_IPV6; in mgmt_open_connection()
765 memcpy(&req->ip_address.addr, in mgmt_open_connection()
Dbe_cmds.h1024 struct ip_addr_format ip_address; member
1038 struct ip_addr_format ip_address; member
/drivers/staging/wilc1000/
Dwilc_wlan_cfg.c27 u8 ip_address[5]; member
154 {WID_IP_ADDRESS, g_mac.ip_address},
/drivers/scsi/qla4xxx/
Dql4_def.h474 uint8_t ip_address[IP_ADDR_LEN]; member
539 u8 ip_address[16]; member
Dql4_init.c209 int8_t ip_address[IPv6_ADDR_LEN] = {0} ; in qla4xxx_wait_for_ip_config() local
244 ip_address, IPv6_ADDR_LEN) == 0) { in qla4xxx_wait_for_ip_config()
Dql4_mbx.c473 memcpy(ha->ip_config.ip_address, init_fw_cb->ipv4_addr, in qla4xxx_update_local_ip()
474 min(sizeof(ha->ip_config.ip_address), in qla4xxx_update_local_ip()
Dql4_os.c302 &ha->ip_config.ip_address, ipaddr)); in qla4xxx_send_ping()
1247 len = sprintf(buf, "%pI4\n", &ha->ip_config.ip_address); in qla4xxx_get_iface_param()
1914 len = sprintf(buf, "%pI4\n", &ha->ip_config.ip_address); in qla4xxx_host_get_param()
5806 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5809 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
6092 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
6096 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
/drivers/scsi/bfa/
Dbfa_fc.h882 u32 ip_address[4]; member
/drivers/scsi/qla2xxx/
Dqla_def.h2471 uint8_t ip_address[16]; member