Lines Matching refs:port_name
680 "Masking HBA WWPN %8phN (via NVRAM).\n", vha->port_name); in qla2x00_initialize_adapter()
2590 memcpy(nv->port_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw()
2685 nv->port_name[0] = 33; in qla2x00_nvram_config()
2686 nv->port_name[3] = 224; in qla2x00_nvram_config()
2687 nv->port_name[4] = 139; in qla2x00_nvram_config()
2781 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla2x00_nvram_config()
2790 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla2x00_nvram_config()
2821 ha->serial0 = icb->port_name[5]; in qla2x00_nvram_config()
2822 ha->serial1 = icb->port_name[6]; in qla2x00_nvram_config()
2823 ha->serial2 = icb->port_name[7]; in qla2x00_nvram_config()
2825 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla2x00_nvram_config()
3201 if (memcmp(new_fcport->port_name, fcport->port_name, in qla2x00_configure_local_loop()
3273 fcport->port_name, rval, fcport->fp_speed, mb[0], mb[1]); in qla2x00_iidma_fcport()
3278 fcport->port_name); in qla2x00_iidma_fcport()
3290 rport_ids.port_name = wwn_to_u64(fcport->port_name); in qla2x00_reg_remote_port()
3503 fcport->port_name, in qla2x00_configure_fabric()
3543 "login)\n", fcport->port_name, in qla2x00_configure_fabric()
3604 fcport->port_name, in qla2x00_configure_fabric()
3721 memcpy(new_fcport->port_name, in qla2x00_find_all_fabric_devs()
3722 swl[swl_idx].port_name, WWN_SIZE); in qla2x00_find_all_fabric_devs()
3790 if (memcmp(new_fcport->port_name, fcport->port_name, in qla2x00_find_all_fabric_devs()
3833 fcport->port_name, in qla2x00_find_all_fabric_devs()
5056 memcpy(nv->port_name, val, WWN_SIZE); in qla24xx_nvram_wwn_from_ofw()
5131 nv->port_name[0] = 0x21; in qla24xx_nvram_config()
5132 nv->port_name[1] = 0x00 + ha->port_no + 1; in qla24xx_nvram_config()
5133 nv->port_name[2] = 0x00; in qla24xx_nvram_config()
5134 nv->port_name[3] = 0xe0; in qla24xx_nvram_config()
5135 nv->port_name[4] = 0x8b; in qla24xx_nvram_config()
5136 nv->port_name[5] = 0x1c; in qla24xx_nvram_config()
5137 nv->port_name[6] = 0x55; in qla24xx_nvram_config()
5138 nv->port_name[7] = 0x86; in qla24xx_nvram_config()
5207 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla24xx_nvram_config()
5216 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla24xx_nvram_config()
5237 ha->serial0 = icb->port_name[5]; in qla24xx_nvram_config()
5238 ha->serial1 = icb->port_name[6]; in qla24xx_nvram_config()
5239 ha->serial2 = icb->port_name[7]; in qla24xx_nvram_config()
5241 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla24xx_nvram_config()
6077 nv->port_name[0] = 0x21; in qla81xx_nvram_config()
6078 nv->port_name[1] = 0x00 + ha->port_no + 1; in qla81xx_nvram_config()
6079 nv->port_name[2] = 0x00; in qla81xx_nvram_config()
6080 nv->port_name[3] = 0xe0; in qla81xx_nvram_config()
6081 nv->port_name[4] = 0x8b; in qla81xx_nvram_config()
6082 nv->port_name[5] = 0x1c; in qla81xx_nvram_config()
6083 nv->port_name[6] = 0x55; in qla81xx_nvram_config()
6084 nv->port_name[7] = 0x86; in qla81xx_nvram_config()
6167 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla81xx_nvram_config()
6176 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla81xx_nvram_config()
6194 ha->serial0 = icb->port_name[5]; in qla81xx_nvram_config()
6195 ha->serial1 = icb->port_name[6]; in qla81xx_nvram_config()
6196 ha->serial2 = icb->port_name[7]; in qla81xx_nvram_config()
6198 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla81xx_nvram_config()
6467 wwn1 = wwn_to_u64(vha->port_name); in qla24xx_get_fcp_prio()
6477 wwn1 = wwn_to_u64(fcport->port_name); in qla24xx_get_fcp_prio()