Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfad_attr.c412 fc_host_port_name(vshost) = wwn_to_u64((u8 *)&port_cfg.pwwn); in bfad_im_vport_create()
505 u64_to_wwn(fc_host_port_name(vshost), (u8 *)&pwwn); in bfad_im_vport_delete()
551 u64_to_wwn(fc_host_port_name(vshost), (u8 *)&pwwn); in bfad_im_vport_disable()
584 u64_to_wwn(fc_host_port_name(vshost), (u8 *)&pwwn); in bfad_im_vport_set_symbolic_name()
Dbfad_im.c1045 fc_host_port_name(host) = in bfad_fc_host_init()
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fc.c543 fc_req->u.adisc.req.adisc_wwpn = cpu_to_be64(fc_host_port_name(shost)); in zfcp_fc_adisc()
700 fc_host_port_name(adapter->scsi_host)) in zfcp_fc_eval_gpn_ft()
Dzfcp_fsf.c487 fc_host_port_name(shost) = be64_to_cpu(nsp->fl_wwpn); in zfcp_fsf_exchange_config_evaluate()
496 fc_host_permanent_port_name(shost) = fc_host_port_name(shost); in zfcp_fsf_exchange_config_evaluate()
573 fc_host_port_name(shost) = 0; in zfcp_fsf_exchange_config_data_handler()
628 fc_host_permanent_port_name(shost) = fc_host_port_name(shost); in zfcp_fsf_exchange_port_evaluate()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h559 #define fc_host_port_name(x) \ macro
/Linux-v4.19/drivers/scsi/
Dstorvsc_drv.c1144 fc_host_port_name(stor_device->host) = stor_device->port_name; in storvsc_on_receive()
1878 fc_host_port_name(host) = stor_device->port_name; in storvsc_probe()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_attr.c187 fc_host_port_name(shost) = wwn_to_u64(csio_ln_wwpn(ln)); in csio_fchost_attr_init()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_attr.c2102 fc_host_port_name(vha->host) = wwn_to_u64(vha->port_name); in qla24xx_vport_create()
2320 fc_host_port_name(vha->host) = wwn_to_u64(vha->port_name); in qla2x00_init_host_attr()
Dqla_mr.c1779 fc_host_port_name(vha->host) = port_name; in qlafx00_update_host_attr()
Dqla_isr.c840 fc_host_port_name(vha->host) = in qla2x00_async_event()
Dqla_mbx.c1666 fc_host_port_name(vha->host) = in qla2x00_get_adapter_id()
/Linux-v4.19/drivers/message/fusion/
Dmptfc.c1006 fc_host_port_name(sh) = in mptfc_init_host_attr()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_lport.c1854 fc_host_port_name(lport->host) = lport->wwpn; in fc_lport_init()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_init.c463 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_config_port_post()
4121 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_host_attrib_init()
Dlpfc_attr.c2610 fc_host_port_name(shost) = phba->cfg_soft_wwpn; in lpfc_soft_wwpn_store()
Dlpfc_hbadisc.c3043 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_mbx_cmpl_read_sparam()
Dlpfc_sli.c7111 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_sli4_hba_setup()
/Linux-v4.19/drivers/scsi/ibmvscsi/
Dibmvfc.c4069 fc_host_port_name(vhost->host) = be64_to_cpu(rsp->port_name); in ibmvfc_npiv_login_done()