Home
last modified time | relevance | path

Searched refs:wwn_to_u64 (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_attr.c67 ids.node_name = wwn_to_u64(csio_rn_wwnn(rn)); in csio_reg_rnode()
68 ids.port_name = wwn_to_u64(csio_rn_wwpn(rn)); in csio_reg_rnode()
186 fc_host_node_name(shost) = wwn_to_u64(csio_ln_wwnn(ln)); in csio_fchost_attr_init()
187 fc_host_port_name(shost) = wwn_to_u64(csio_ln_wwpn(ln)); in csio_fchost_attr_init()
305 fc_host_fabric_name(shost) = wwn_to_u64(csio_rn_wwnn(rn)); in csio_get_host_fabric_name()
592 fc_vport->node_name = wwn_to_u64(csio_ln_wwnn(ln)); in csio_vport_create()
594 fc_vport->port_name = wwn_to_u64(csio_ln_wwpn(ln)); in csio_vport_create()
Dcsio_rnode.c359 wwn_to_u64(rdevp->wwpn), in csio_confirm_rnode()
388 wwn_to_u64(rdevp->wwpn), in csio_confirm_rnode()
397 wwn_to_u64(csio_rn_wwpn(rn))); in csio_confirm_rnode()
402 wwn_to_u64(csio_rn_wwpn(rn)), in csio_confirm_rnode()
413 rn, rdev_flowid, wwn_to_u64(rdevp->wwpn)); in csio_confirm_rnode()
429 rn, rdev_flowid, wwn_to_u64(rdevp->wwpn)); in csio_confirm_rnode()
Dcsio_mb.c925 if (!wwn_to_u64(vnport_wwnn) && !wwn_to_u64(vnport_wwpn)) in csio_fcoe_vnp_alloc_init_mb()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_attr.c2248 phba->cfg_soft_wwpn = wwn_to_u64(wwpn); in lpfc_soft_wwpn_store()
2330 phba->cfg_soft_wwnn = wwn_to_u64(wwnn); in lpfc_soft_wwnn_store()
2359 wwn_to_u64(phba->cfg_oas_tgt_wwpn)); in lpfc_oas_tgt_show()
2398 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_tgt_store()
2427 wwn_to_u64(phba->cfg_oas_vpt_wwpn)); in lpfc_oas_vpt_show()
2466 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_vpt_store()
2694 if (wwn_to_u64(phba->cfg_oas_vpt_wwpn) == 0) in lpfc_oas_lun_show()
2698 if (wwn_to_u64(phba->cfg_oas_tgt_wwpn) == 0) in lpfc_oas_lun_show()
2740 if (wwn_to_u64(phba->cfg_oas_vpt_wwpn) == 0) in lpfc_oas_lun_store()
2743 if (wwn_to_u64(phba->cfg_oas_tgt_wwpn) == 0) in lpfc_oas_lun_store()
[all …]
Dlpfc_nportdisc.c318 if (wwn_to_u64(sp->portName.u.wwn) == 0) { in lpfc_rcv_plogi()
327 if (wwn_to_u64(sp->nodeName.u.wwn) == 0) { in lpfc_rcv_plogi()
337 nlp_portwwn = wwn_to_u64(ndlp->nlp_portname.u.wwn); in lpfc_rcv_plogi()
389 nlp_portwwn != wwn_to_u64(sp->portName.u.wwn)) in lpfc_rcv_plogi()
396 wwn_to_u64(sp->portName.u.wwn)); in lpfc_rcv_plogi()
1063 (wwn_to_u64(sp->portName.u.wwn) == 0 || in lpfc_cmpl_plogi_plogi_issue()
1064 wwn_to_u64(sp->nodeName.u.wwn) == 0)) { in lpfc_cmpl_plogi_plogi_issue()
Dlpfc_hbadisc.c152 if (rport->port_name != wwn_to_u64(ndlp->nlp_portname.u.wwn)) { in lpfc_dev_loss_tmo_callbk()
156 (unsigned long)wwn_to_u64( in lpfc_dev_loss_tmo_callbk()
3696 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); in lpfc_create_static_vport()
3697 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); in lpfc_create_static_vport()
3909 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); in lpfc_register_remote_port()
3910 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn); in lpfc_register_remote_port()
Dlpfc_init.c430 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn); in lpfc_config_port_post()
431 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_config_port_post()
3480 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn); in lpfc_host_attrib_init()
3481 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_host_attrib_init()
Dlpfc_scsi.c5712 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) || in lpfc_find_next_oas_lun()
5715 ((wwn_to_u64(target_wwpn->u.wwn) == 0) || in lpfc_find_next_oas_lun()
Dlpfc_sli.c6491 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn); in lpfc_sli4_hba_setup()
6492 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_sli4_hba_setup()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_attr.c1707 node_name = wwn_to_u64(fcport->node_name); in qla2x00_get_starget_node_name()
1726 port_name = wwn_to_u64(fcport->port_name); in qla2x00_get_starget_port_name()
1948 u64 fabric_name = wwn_to_u64(node_name); in qla2x00_get_host_fabric_name()
1951 fabric_name = wwn_to_u64(vha->fabric_node_name); in qla2x00_get_host_fabric_name()
2074 fc_host_node_name(vha->host) = wwn_to_u64(vha->node_name); in qla24xx_vport_create()
2075 fc_host_port_name(vha->host) = wwn_to_u64(vha->port_name); in qla24xx_vport_create()
2294 fc_host_node_name(vha->host) = wwn_to_u64(vha->node_name); in qla2x00_init_host_attr()
2295 fc_host_port_name(vha->host) = wwn_to_u64(vha->port_name); in qla2x00_init_host_attr()
Dqla_mr.c1187 (unsigned long long)wwn_to_u64(fcport->node_name), in qlafx00_find_all_targets()
1188 (unsigned long long)wwn_to_u64(fcport->port_name)); in qlafx00_find_all_targets()
1195 wwn_to_u64(new_fcport->node_name), in qlafx00_find_all_targets()
1197 wwn_to_u64(new_fcport->port_name)); in qlafx00_find_all_targets()
1291 (unsigned long long)wwn_to_u64(fcport->node_name), in qlafx00_configure_all_targets()
1292 (unsigned long long)wwn_to_u64(fcport->port_name)); in qlafx00_configure_all_targets()
1773 port_name = (unsigned long long)wwn_to_u64(pinfo->port_name); in qlafx00_update_host_attr()
1774 node_name = (unsigned long long)wwn_to_u64(pinfo->node_name); in qlafx00_update_host_attr()
Dqla_gs.c1646 wwn_to_u64(ct_req->req.rpa.port_name), size); in qla2x00_fdmi_rpa()
1724 "NodeName = %016llx.\n", wwn_to_u64(eiter->a.node_name)); in qla2x00_fdmiv2_rhba()
1924 "Fabric Name = %016llx.\n", wwn_to_u64(eiter->a.fabric_name)); in qla2x00_fdmiv2_rhba()
1957 wwn_to_u64(ct_req->req.rhba2.hba_identifier)); in qla2x00_fdmiv2_rhba()
2217 "Node Name = %016llx.\n", wwn_to_u64(eiter->a.node_name)); in qla2x00_fdmiv2_rpa()
2227 "Port Name = %016llx.\n", wwn_to_u64(eiter->a.port_name)); in qla2x00_fdmiv2_rpa()
2270 "Fabric Name = %016llx.\n", wwn_to_u64(eiter->a.fabric_name)); in qla2x00_fdmiv2_rpa()
Dqla_init.c3289 rport_ids.node_name = wwn_to_u64(fcport->node_name); in qla2x00_reg_remote_port()
3290 rport_ids.port_name = wwn_to_u64(fcport->port_name); in qla2x00_reg_remote_port()
6467 wwn1 = wwn_to_u64(vha->port_name); in qla24xx_get_fcp_prio()
6468 wwn2 = wwn_to_u64(pri_entry->src_wwpn); in qla24xx_get_fcp_prio()
6477 wwn1 = wwn_to_u64(fcport->port_name); in qla24xx_get_fcp_prio()
6478 wwn2 = wwn_to_u64(pri_entry->dst_wwpn); in qla24xx_get_fcp_prio()
Dqla_sup.c1107 vid.port_name = wwn_to_u64(entry->port_name); in qla2xxx_flash_npiv_conf()
1108 vid.node_name = wwn_to_u64(entry->node_name); in qla2xxx_flash_npiv_conf()
Dqla_isr.c766 wwn_to_u64(vha->port_name); in qla2x00_async_event()
770 wwn_to_u64(vha->port_name)); in qla2x00_async_event()
Dtcm_qla2xxx.c149 *nm = wwn_to_u64(wwn); in tcm_qla2xxx_npiv_extract_wwn()
Dqla_mbx.c1148 wwn_to_u64(vha->port_name); in qla2x00_get_adapter_id()
1151 wwn_to_u64(vha->port_name)); in qla2x00_get_adapter_id()
3381 wwn_to_u64(vha->port_name); in qla24xx_report_id_acquisition()
Dqla_target.c4063 other_wwn = wwn_to_u64(other_sess->port_name); in qlt_find_sess_invalidate_other()
4159 wwn = wwn_to_u64(iocb->u.isp24.port_name); in qlt_24xx_handle_els()
/linux-4.1.27/drivers/scsi/bfa/
Dbfad_attr.c410 fc_host_node_name(vshost) = wwn_to_u64((u8 *)&port_cfg.nwwn); in bfad_im_vport_create()
411 fc_host_port_name(vshost) = wwn_to_u64((u8 *)&port_cfg.pwwn); in bfad_im_vport_create()
Dbfad.c1048 vid.node_name = wwn_to_u64((u8 *) in bfad_start_ops()
1050 vid.port_name = wwn_to_u64((u8 *) in bfad_start_ops()
/linux-4.1.27/include/scsi/
Dscsi_transport_fc.h798 static inline u64 wwn_to_u64(u8 *wwn) in wwn_to_u64() function
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvfc.c3413 tgt->ids.port_name != wwn_to_u64(rsp->service_parms.port_name)) { in ibmvfc_tgt_plogi_done()
3418 tgt->ids.node_name = wwn_to_u64(rsp->service_parms.node_name); in ibmvfc_tgt_plogi_done()
3419 tgt->ids.port_name = wwn_to_u64(rsp->service_parms.port_name); in ibmvfc_tgt_plogi_done()
/linux-4.1.27/drivers/scsi/
Dscsi_transport_fc.c1840 *nm = wwn_to_u64(wwn); in fc_parse_wwn()