Lines Matching refs:port_name
569 vha->port_name[0], vha->port_name[1], in qla2x00_initialize_adapter()
570 vha->port_name[2], vha->port_name[3], in qla2x00_initialize_adapter()
571 vha->port_name[4], vha->port_name[5], in qla2x00_initialize_adapter()
572 vha->port_name[6], vha->port_name[7]); in qla2x00_initialize_adapter()
2383 memcpy(nv->port_name, val, WWN_SIZE); in qla2xxx_nvram_wwn_from_ofw()
2478 nv->port_name[0] = 33; in qla2x00_nvram_config()
2479 nv->port_name[3] = 224; in qla2x00_nvram_config()
2480 nv->port_name[4] = 139; in qla2x00_nvram_config()
2574 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla2x00_nvram_config()
2583 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla2x00_nvram_config()
2614 ha->serial0 = icb->port_name[5]; in qla2x00_nvram_config()
2615 ha->serial1 = icb->port_name[6]; in qla2x00_nvram_config()
2616 ha->serial2 = icb->port_name[7]; in qla2x00_nvram_config()
2618 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla2x00_nvram_config()
3001 if (memcmp(new_fcport->port_name, fcport->port_name, in qla2x00_configure_local_loop()
3074 "%04x.\n", fcport->port_name[0], fcport->port_name[1], in qla2x00_iidma_fcport()
3075 fcport->port_name[2], fcport->port_name[3], in qla2x00_iidma_fcport()
3076 fcport->port_name[4], fcport->port_name[5], in qla2x00_iidma_fcport()
3077 fcport->port_name[6], fcport->port_name[7], rval, in qla2x00_iidma_fcport()
3084 fcport->port_name[0], fcport->port_name[1], in qla2x00_iidma_fcport()
3085 fcport->port_name[2], fcport->port_name[3], in qla2x00_iidma_fcport()
3086 fcport->port_name[4], fcport->port_name[5], in qla2x00_iidma_fcport()
3087 fcport->port_name[6], fcport->port_name[7]); in qla2x00_iidma_fcport()
3101 rport_ids.port_name = wwn_to_u64(fcport->port_name); in qla2x00_reg_remote_port()
3454 memcpy(new_fcport->port_name, in qla2x00_find_all_fabric_devs()
3455 swl[swl_idx].port_name, WWN_SIZE); in qla2x00_find_all_fabric_devs()
3523 if (memcmp(new_fcport->port_name, fcport->port_name, in qla2x00_find_all_fabric_devs()
4766 memcpy(nv->port_name, val, WWN_SIZE); in qla24xx_nvram_wwn_from_ofw()
4842 nv->port_name[0] = 0x21; in qla24xx_nvram_config()
4843 nv->port_name[1] = 0x00 + ha->port_no; in qla24xx_nvram_config()
4844 nv->port_name[2] = 0x00; in qla24xx_nvram_config()
4845 nv->port_name[3] = 0xe0; in qla24xx_nvram_config()
4846 nv->port_name[4] = 0x8b; in qla24xx_nvram_config()
4847 nv->port_name[5] = 0x1c; in qla24xx_nvram_config()
4848 nv->port_name[6] = 0x55; in qla24xx_nvram_config()
4849 nv->port_name[7] = 0x86; in qla24xx_nvram_config()
4918 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla24xx_nvram_config()
4927 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla24xx_nvram_config()
4948 ha->serial0 = icb->port_name[5]; in qla24xx_nvram_config()
4949 ha->serial1 = icb->port_name[6]; in qla24xx_nvram_config()
4950 ha->serial2 = icb->port_name[7]; in qla24xx_nvram_config()
4952 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla24xx_nvram_config()
5603 nv->port_name[0] = 0x21; in qla81xx_nvram_config()
5604 nv->port_name[1] = 0x00 + ha->port_no; in qla81xx_nvram_config()
5605 nv->port_name[2] = 0x00; in qla81xx_nvram_config()
5606 nv->port_name[3] = 0xe0; in qla81xx_nvram_config()
5607 nv->port_name[4] = 0x8b; in qla81xx_nvram_config()
5608 nv->port_name[5] = 0x1c; in qla81xx_nvram_config()
5609 nv->port_name[6] = 0x55; in qla81xx_nvram_config()
5610 nv->port_name[7] = 0x86; in qla81xx_nvram_config()
5693 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE); in qla81xx_nvram_config()
5702 memcpy(icb->node_name, icb->port_name, WWN_SIZE); in qla81xx_nvram_config()
5720 ha->serial0 = icb->port_name[5]; in qla81xx_nvram_config()
5721 ha->serial1 = icb->port_name[6]; in qla81xx_nvram_config()
5722 ha->serial2 = icb->port_name[7]; in qla81xx_nvram_config()
5724 memcpy(vha->port_name, icb->port_name, WWN_SIZE); in qla81xx_nvram_config()
6012 wwn1 = wwn_to_u64(vha->port_name); in qla24xx_get_fcp_prio()
6022 wwn1 = wwn_to_u64(fcport->port_name); in qla24xx_get_fcp_prio()