Home
last modified time | relevance | path

Searched refs:fc_host_port_name (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/scsi/bfa/
Dbfad_attr.c406 fc_host_port_name(vshost) = wwn_to_u64((u8 *)&port_cfg.pwwn); in bfad_im_vport_create()
499 u64_to_wwn(fc_host_port_name(vshost), (u8 *)&pwwn); in bfad_im_vport_delete()
545 u64_to_wwn(fc_host_port_name(vshost), (u8 *)&pwwn); in bfad_im_vport_disable()
578 u64_to_wwn(fc_host_port_name(vshost), (u8 *)&pwwn); in bfad_im_vport_set_symbolic_name()
Dbfad_im.c1035 fc_host_port_name(host) = in bfad_fc_host_init()
/linux-6.1.9/drivers/scsi/elx/efct/
Defct_xport.c434 fc_host_port_name(shost) = efct_get_wwpn(&efct->hw); in efct_scsi_new_device()
988 fc_host_port_name(vport->shost) = vport->npiv_wwpn; in efct_vport_create()
/linux-6.1.9/drivers/s390/scsi/
Dzfcp_fc.c570 fc_req->u.adisc.req.adisc_wwpn = cpu_to_be64(fc_host_port_name(shost)); in zfcp_fc_adisc()
777 fc_host_port_name(adapter->scsi_host)) in zfcp_fc_eval_gpn_ft()
Dzfcp_scsi.c895 fc_host_port_name(shost) = be64_to_cpu(nsp->fl_wwpn); in zfcp_scsi_shost_update_config_data()
/linux-6.1.9/include/scsi/
Dscsi_transport_fc.h594 #define fc_host_port_name(x) \ macro
/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_attr.c187 fc_host_port_name(shost) = wwn_to_u64(csio_ln_wwpn(ln)); in csio_fchost_attr_init()
/linux-6.1.9/drivers/scsi/
Dstorvsc_drv.c1194 fc_host_port_name(stor_device->host) = stor_device->port_name; in storvsc_on_receive()
2054 fc_host_port_name(host) = stor_device->port_name; in storvsc_probe()
/linux-6.1.9/drivers/message/fusion/
Dmptfc.c1004 fc_host_port_name(sh) = in mptfc_init_host_attr()
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_attr.c3114 fc_host_port_name(vha->host) = wwn_to_u64(vha->port_name); in qla24xx_vport_create()
3364 fc_host_port_name(vha->host) = wwn_to_u64(vha->port_name); in qla2x00_init_host_attr()
Dqla_mr.c1753 fc_host_port_name(vha->host) = port_name; in qlafx00_update_host_attr()
Dqla_isr.c1358 fc_host_port_name(vha->host) = in qla2x00_async_event()
Dqla_mbx.c1762 fc_host_port_name(vha->host) = in qla2x00_get_adapter_id()
/linux-6.1.9/drivers/scsi/libfc/
Dfc_lport.c1898 fc_host_port_name(lport->host) = lport->wwpn; in fc_lport_init()
/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_init.c476 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_config_port_post()
5003 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_host_attrib_init()
Dlpfc_hbadisc.c3446 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_mbx_cmpl_read_sparam()
Dlpfc_sli.c8806 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_sli4_hba_setup()
/linux-6.1.9/drivers/scsi/ibmvscsi/
Dibmvfc.c5102 fc_host_port_name(vhost->host) = be64_to_cpu(rsp->port_name); in ibmvfc_npiv_login_done()