Home
last modified time | relevance | path

Searched refs:ip_address (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c165 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection()
166 req->ip_address.addr[0] = s_addr & 0x000000ff; in mgmt_open_connection()
167 req->ip_address.addr[1] = (s_addr & 0x0000ff00) >> 8; in mgmt_open_connection()
168 req->ip_address.addr[2] = (s_addr & 0x00ff0000) >> 16; in mgmt_open_connection()
169 req->ip_address.addr[3] = (s_addr & 0xff000000) >> 24; in mgmt_open_connection()
176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection()
177 memcpy(&req->ip_address.addr, in mgmt_open_connection()
H A Dbe_cmds.h1118 struct ip_addr_format ip_address; member
1132 struct ip_addr_format ip_address; member
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c165 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection()
166 req->ip_address.addr[0] = s_addr & 0x000000ff; in mgmt_open_connection()
167 req->ip_address.addr[1] = (s_addr & 0x0000ff00) >> 8; in mgmt_open_connection()
168 req->ip_address.addr[2] = (s_addr & 0x00ff0000) >> 16; in mgmt_open_connection()
169 req->ip_address.addr[3] = (s_addr & 0xff000000) >> 24; in mgmt_open_connection()
176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection()
177 memcpy(&req->ip_address.addr, in mgmt_open_connection()
H A Dbe_cmds.h1118 struct ip_addr_format ip_address; member
1132 struct ip_addr_format ip_address; member
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_def.h461 uint8_t ip_address[IP_ADDR_LEN]; member
526 u8 ip_address[16]; member
H A Dql4_init.c205 int8_t ip_address[IPv6_ADDR_LEN] = {0} ; in qla4xxx_wait_for_ip_config() local
240 ip_address, IPv6_ADDR_LEN) == 0) { in qla4xxx_wait_for_ip_config()
H A Dql4_mbx.c472 memcpy(ha->ip_config.ip_address, init_fw_cb->ipv4_addr, in qla4xxx_update_local_ip()
473 min(sizeof(ha->ip_config.ip_address), in qla4xxx_update_local_ip()
H A Dql4_os.c335 &ha->ip_config.ip_address, ipaddr)); in qla4xxx_send_ping()
1283 len = sprintf(buf, "%pI4\n", &ha->ip_config.ip_address); in qla4xxx_get_iface_param()
1948 len = sprintf(buf, "%pI4\n", &ha->ip_config.ip_address); in qla4xxx_host_get_param()
5835 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5838 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
6121 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
6125 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_def.h470 uint8_t ip_address[IP_ADDR_LEN]; member
535 u8 ip_address[16]; member
H A Dql4_init.c205 int8_t ip_address[IPv6_ADDR_LEN] = {0} ; in qla4xxx_wait_for_ip_config() local
240 ip_address, IPv6_ADDR_LEN) == 0) { in qla4xxx_wait_for_ip_config()
H A Dql4_mbx.c472 memcpy(ha->ip_config.ip_address, init_fw_cb->ipv4_addr, in qla4xxx_update_local_ip()
473 min(sizeof(ha->ip_config.ip_address), in qla4xxx_update_local_ip()
H A Dql4_os.c336 &ha->ip_config.ip_address, ipaddr)); in qla4xxx_send_ping()
1278 len = sprintf(buf, "%pI4\n", &ha->ip_config.ip_address); in qla4xxx_get_iface_param()
1943 len = sprintf(buf, "%pI4\n", &ha->ip_config.ip_address); in qla4xxx_host_get_param()
5826 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
5829 &boot_conn->dest_ipaddr.ip_address); in qla4xxx_show_boot_tgt_info()
6112 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
6116 memcpy(&boot_conn->dest_ipaddr.ip_address, in qla4xxx_get_boot_target()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmyrs.h508 unsigned char ip_address[16]; /* Bytes 16-31 */ member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmyrs.h508 unsigned char ip_address[16]; /* Bytes 16-31 */ member
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_fc.h875 u32 ip_address[4]; member
/kernel/linux/linux-5.10/include/acpi/
H A Dactbl1.h1594 u8 ip_address[16]; member
/kernel/linux/linux-6.6/include/acpi/
H A Dactbl1.h1906 u8 ip_address[16]; member
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py122 formatted = format(ipaddress.ip_address(raw))
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_fc.h860 u32 ip_address[4]; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_def.h3066 uint8_t ip_address[16]; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_def.h3227 uint8_t ip_address[16]; member

Completed in 98 milliseconds