Lines Matching refs:port_name
680 "Masking HBA WWPN %8phN (via NVRAM).\n", vha->port_name); in qla2x00_initialize_adapter()
2588 memcpy(nv->port_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw()
2683 nv->port_name[0] = 33; in qla2x00_nvram_config()
2684 nv->port_name[3] = 224; in qla2x00_nvram_config()
2685 nv->port_name[4] = 139; in qla2x00_nvram_config()
2779 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla2x00_nvram_config()
2788 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla2x00_nvram_config()
2819 ha->serial0 = icb->port_name[5]; in qla2x00_nvram_config()
2820 ha->serial1 = icb->port_name[6]; in qla2x00_nvram_config()
2821 ha->serial2 = icb->port_name[7]; in qla2x00_nvram_config()
2823 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla2x00_nvram_config()
3199 if (memcmp(new_fcport->port_name, fcport->port_name, in qla2x00_configure_local_loop()
3271 fcport->port_name, rval, fcport->fp_speed, mb[0], mb[1]); in qla2x00_iidma_fcport()
3276 fcport->port_name); in qla2x00_iidma_fcport()
3288 rport_ids.port_name = wwn_to_u64(fcport->port_name); in qla2x00_reg_remote_port()
3509 fcport->port_name, in qla2x00_configure_fabric()
3549 "login)\n", fcport->port_name, in qla2x00_configure_fabric()
3610 fcport->port_name, in qla2x00_configure_fabric()
3727 memcpy(new_fcport->port_name, in qla2x00_find_all_fabric_devs()
3728 swl[swl_idx].port_name, WWN_SIZE); in qla2x00_find_all_fabric_devs()
3796 if (memcmp(new_fcport->port_name, fcport->port_name, in qla2x00_find_all_fabric_devs()
3839 fcport->port_name, in qla2x00_find_all_fabric_devs()
5060 memcpy(nv->port_name, val, WWN_SIZE); in qla24xx_nvram_wwn_from_ofw()
5135 nv->port_name[0] = 0x21; in qla24xx_nvram_config()
5136 nv->port_name[1] = 0x00 + ha->port_no + 1; in qla24xx_nvram_config()
5137 nv->port_name[2] = 0x00; in qla24xx_nvram_config()
5138 nv->port_name[3] = 0xe0; in qla24xx_nvram_config()
5139 nv->port_name[4] = 0x8b; in qla24xx_nvram_config()
5140 nv->port_name[5] = 0x1c; in qla24xx_nvram_config()
5141 nv->port_name[6] = 0x55; in qla24xx_nvram_config()
5142 nv->port_name[7] = 0x86; in qla24xx_nvram_config()
5211 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla24xx_nvram_config()
5220 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla24xx_nvram_config()
5241 ha->serial0 = icb->port_name[5]; in qla24xx_nvram_config()
5242 ha->serial1 = icb->port_name[6]; in qla24xx_nvram_config()
5243 ha->serial2 = icb->port_name[7]; in qla24xx_nvram_config()
5245 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla24xx_nvram_config()
6081 nv->port_name[0] = 0x21; in qla81xx_nvram_config()
6082 nv->port_name[1] = 0x00 + ha->port_no + 1; in qla81xx_nvram_config()
6083 nv->port_name[2] = 0x00; in qla81xx_nvram_config()
6084 nv->port_name[3] = 0xe0; in qla81xx_nvram_config()
6085 nv->port_name[4] = 0x8b; in qla81xx_nvram_config()
6086 nv->port_name[5] = 0x1c; in qla81xx_nvram_config()
6087 nv->port_name[6] = 0x55; in qla81xx_nvram_config()
6088 nv->port_name[7] = 0x86; in qla81xx_nvram_config()
6171 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla81xx_nvram_config()
6180 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla81xx_nvram_config()
6198 ha->serial0 = icb->port_name[5]; in qla81xx_nvram_config()
6199 ha->serial1 = icb->port_name[6]; in qla81xx_nvram_config()
6200 ha->serial2 = icb->port_name[7]; in qla81xx_nvram_config()
6202 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla81xx_nvram_config()
6471 wwn1 = wwn_to_u64(vha->port_name); in qla24xx_get_fcp_prio()
6481 wwn1 = wwn_to_u64(fcport->port_name); in qla24xx_get_fcp_prio()