Searched refs:ip_address (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_mgmt.c | 164 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 165 req->ip_address.addr[0] = s_addr & 0x000000ff; in mgmt_open_connection() 166 req->ip_address.addr[1] = (s_addr & 0x0000ff00) >> 8; in mgmt_open_connection() 167 req->ip_address.addr[2] = (s_addr & 0x00ff0000) >> 16; in mgmt_open_connection() 168 req->ip_address.addr[3] = (s_addr & 0xff000000) >> 24; in mgmt_open_connection() 175 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 176 memcpy(&req->ip_address.addr, in mgmt_open_connection()
|
D | be_cmds.h | 1123 struct ip_addr_format ip_address; member 1137 struct ip_addr_format ip_address; member
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_wlan_cfg.c | 23 u8 ip_address[5]; member 147 {WID_IP_ADDRESS, g_mac.ip_address},
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 462 uint8_t ip_address[IP_ADDR_LEN]; member 527 u8 ip_address[16]; member
|
D | ql4_init.c | 208 int8_t ip_address[IPv6_ADDR_LEN] = {0} ; in qla4xxx_wait_for_ip_config() local 243 ip_address, IPv6_ADDR_LEN) == 0) { in qla4xxx_wait_for_ip_config()
|
D | ql4_mbx.c | 473 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()
|
D | ql4_os.c | 302 &ha->ip_config.ip_address, ipaddr)); in qla4xxx_send_ping() 1245 len = sprintf(buf, "%pI4\n", &ha->ip_config.ip_address); in qla4xxx_get_iface_param() 1912 len = sprintf(buf, "%pI4\n", &ha->ip_config.ip_address); in qla4xxx_host_get_param() 5801 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info() 5804 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info() 6087 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target() 6091 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fc.h | 883 u32 ip_address[4]; member
|
/Linux-v4.19/include/acpi/ |
D | actbl1.h | 1589 u8 ip_address[16]; member
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_def.h | 2924 uint8_t ip_address[16]; member
|