Searched refs:WWN_SIZE (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_fw.h | 82 uint8_t port_name[WWN_SIZE]; 83 uint8_t node_name[WWN_SIZE]; 113 u8 port_name[WWN_SIZE]; 114 u8 node_name[WWN_SIZE]; 119 u8 port_node_name[WWN_SIZE]; /* B7 most sig, B0 least sig */ 128 uint8_t port_name[WWN_SIZE]; 129 uint8_t node_name[WWN_SIZE]; 148 uint8_t port_name[WWN_SIZE]; 149 uint8_t node_name[WWN_SIZE]; 223 uint8_t alternate_port_name[WWN_SIZE]; [all …]
|
| H A D | qla_edif_bsg.h | 14 #ifndef WWN_SIZE 15 #define WWN_SIZE 8 macro 113 uint8_t remote_wwpn[WWN_SIZE]; 149 uint8_t remote_wwpn[WWN_SIZE]; 181 uint8_t node_name[WWN_SIZE]; 182 uint8_t port_name[WWN_SIZE]; 250 uint8_t wwpn[WWN_SIZE];
|
| H A D | qla_init.c | 780 if (memcmp((u8 *)&wwn, fcport->port_name, WWN_SIZE)) in qla24xx_handle_gnl_done_event() 1097 WWN_SIZE)) { in qla24xx_async_gnl_sp_done() 1838 memcpy(e->u.new_sess.port_name, port_name, WWN_SIZE); in qla24xx_post_newsess_work() 1840 memcpy(e->u.new_sess.node_name, node_name, WWN_SIZE); in qla24xx_post_newsess_work() 4881 memcpy(ha->port_name, ha->init_cb->port_name, WWN_SIZE); in qla2x00_init_rings() 5225 if (val && len >= WWN_SIZE) in qla2xxx_nvram_wwn_from_ofw() 5226 memcpy(nv->port_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw() 5229 if (val && len >= WWN_SIZE) in qla2xxx_nvram_wwn_from_ofw() 5230 memcpy(nv->node_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw() 5401 memcpy(icb->node_name, nv->alternate_node_name, WWN_SIZE); in qla2x00_nvram_config() [all …]
|
| H A D | qla_target.h | 340 uint8_t initiator_port_name[WWN_SIZE]; /* on qla23xx */ 781 uint8_t port_name[WWN_SIZE];
|
| H A D | qla_mid.c | 119 if (!memcmp(port_name, vha->port_name, WWN_SIZE)) { in qla24xx_find_vhost_by_name() 461 uint8_t port_name[WWN_SIZE]; in qla24xx_vport_create_req_sanity_check() 476 if (!memcmp(port_name, base_vha->port_name, WWN_SIZE)) in qla24xx_vport_create_req_sanity_check()
|
| H A D | qla_mr.c | 1143 fcport->port_name, WWN_SIZE)) in qlafx00_find_all_targets() 1935 memcpy(vha->node_name, pinfo->node_name, WWN_SIZE); in qlafx00_fx_disc() 1936 memcpy(vha->port_name, pinfo->port_name, WWN_SIZE); in qlafx00_fx_disc() 1946 memcpy(fcport->node_name, pinfo->tgt_node_wwnn, WWN_SIZE); in qlafx00_fx_disc() 1947 memcpy(fcport->port_name, pinfo->tgt_node_wwpn, WWN_SIZE); in qlafx00_fx_disc()
|
| H A D | qla_target.c | 7597 u8 b[WWN_SIZE]; in qlt_lport_register() 7637 if (memcmp(vha->port_name, b, WWN_SIZE)) { in qlt_lport_register() 8057 memcpy(icb->node_name, ha->tgt.tgt_node_name, WWN_SIZE); in qlt_24xx_config_nvram_stage2() 8160 memcpy(icb->node_name, ha->tgt.tgt_node_name, WWN_SIZE); in qlt_81xx_config_nvram_stage2()
|
| H A D | qla_isr.c | 1018 if (memcmp(f->port_name, wwpn, WWN_SIZE) == 0) { in qla2x00_find_fcport_by_wwpn() 1513 memcpy(vha->port_name, ha->port_name, WWN_SIZE); in qla2x00_async_event()
|
| H A D | qla_os.c | 5310 WWN_SIZE); in qla24xx_create_new_sess() 5327 WWN_SIZE); in qla24xx_create_new_sess() 5384 memcpy(fcport->node_name, e->u.new_sess.node_name, WWN_SIZE); in qla24xx_create_new_sess()
|
| H A D | qla_attr.c | 2999 static const uint8_t node_name[WWN_SIZE] = { in qla2x00_get_host_fabric_name()
|
| H A D | qla_iocb.c | 2765 memcpy(&logo_pyld.wwpn, vha->port_name, WWN_SIZE); in qla24xx_els_dcmd_iocb()
|