Home
last modified time | relevance | path

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

12

/linux/drivers/scsi/csiostor/
A 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()
317 fc_host_fabric_name(shost) = wwn_to_u64(csio_rn_wwnn(rn)); in csio_get_host_fabric_name()
601 fc_vport->node_name = wwn_to_u64(csio_ln_wwnn(ln)); in csio_vport_create()
603 fc_vport->port_name = wwn_to_u64(csio_ln_wwpn(ln)); in csio_vport_create()
A 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()
A Dcsio_mb.c929 if (!wwn_to_u64(vnport_wwnn) && !wwn_to_u64(vnport_wwpn)) in csio_fcoe_vnp_alloc_init_mb()
/linux/drivers/scsi/lpfc/
A Dlpfc_attr.c360 wwn_to_u64(vport->fc_portname.u.wwn)); in lpfc_nvme_info_show()
378 wwn_to_u64(vport->fc_portname.u.wwn), in lpfc_nvme_info_show()
379 wwn_to_u64(vport->fc_nodename.u.wwn), in lpfc_nvme_info_show()
514 wwn_to_u64(vport->fc_portname.u.wwn)); in lpfc_nvme_info_show()
540 wwn_to_u64(vport->fc_portname.u.wwn), in lpfc_nvme_info_show()
541 wwn_to_u64(vport->fc_nodename.u.wwn), in lpfc_nvme_info_show()
3106 wwn_to_u64(phba->cfg_oas_tgt_wwpn)); in lpfc_oas_tgt_show()
3145 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_tgt_store()
3237 wwn_to_u64(phba->cfg_oas_vpt_wwpn)); in lpfc_oas_vpt_show()
3276 if (wwn_to_u64(wwpn) == 0) in lpfc_oas_vpt_store()
[all …]
A Dlpfc_nportdisc.c341 if (wwn_to_u64(sp->portName.u.wwn) == 0) { in lpfc_rcv_plogi()
350 if (wwn_to_u64(sp->nodeName.u.wwn) == 0) { in lpfc_rcv_plogi()
360 nlp_portwwn = wwn_to_u64(ndlp->nlp_portname.u.wwn); in lpfc_rcv_plogi()
425 nlp_portwwn != wwn_to_u64(sp->portName.u.wwn)) in lpfc_rcv_plogi()
432 wwn_to_u64(sp->portName.u.wwn)); in lpfc_rcv_plogi()
1339 (wwn_to_u64(sp->portName.u.wwn) == 0 || in lpfc_cmpl_plogi_plogi_issue()
1340 wwn_to_u64(sp->nodeName.u.wwn) == 0)) { in lpfc_cmpl_plogi_plogi_issue()
A Dlpfc_nvme.c2078 nfcp_info.node_name = wwn_to_u64(vport->fc_nodename.u.wwn); in lpfc_nvme_create_localport()
2079 nfcp_info.port_name = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_nvme_create_localport()
2341 rpinfo.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn); in lpfc_nvme_register_port()
2342 rpinfo.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); in lpfc_nvme_register_port()
A Dlpfc_hbadisc.c195 if (rport->port_name != wwn_to_u64(ndlp->nlp_portname.u.wwn)) in lpfc_dev_loss_tmo_callbk()
199 wwn_to_u64(ndlp->nlp_portname.u.wwn)); in lpfc_dev_loss_tmo_callbk()
3395 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_mbx_cmpl_read_sparam()
4130 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); in lpfc_create_static_vport()
4131 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); in lpfc_create_static_vport()
4510 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); in lpfc_register_remote_port()
4511 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn); in lpfc_register_remote_port()
A Dlpfc_debugfs.c867 wwn_to_u64(ndlp->nlp_portname.u.wwn)); in lpfc_debugfs_nodelist_data()
870 wwn_to_u64(ndlp->nlp_nodename.u.wwn)); in lpfc_debugfs_nodelist_data()
927 wwn_to_u64(vport->fc_nodename.u.wwn), in lpfc_debugfs_nodelist_data()
928 wwn_to_u64(vport->fc_portname.u.wwn), in lpfc_debugfs_nodelist_data()
A Dlpfc_nvmet.c1658 pinfo.node_name = wwn_to_u64(vport->fc_nodename.u.wwn); in lpfc_nvmet_create_targetport()
1659 pinfo.port_name = wwn_to_u64(vport->fc_portname.u.wwn); in lpfc_nvmet_create_targetport()
/linux/drivers/scsi/qla2xxx/
A Dqla_nvme.c43 req.port_name = wwn_to_u64(fcport->port_name); in qla_nvme_register_remote()
44 req.node_name = wwn_to_u64(fcport->node_name); in qla_nvme_register_remote()
783 pinfo.node_name = wwn_to_u64(vha->node_name); in qla_nvme_register_hba()
784 pinfo.port_name = wwn_to_u64(vha->port_name); in qla_nvme_register_hba()
A Dqla_inline.h485 if (wwn_to_u64(fcport->port_name) < in fcport_is_smaller()
486 wwn_to_u64(fcport->vha->port_name)) in fcport_is_smaller()
A Dqla_gs.c2087 wwn_to_u64(eiter->a.smartsan_guid), in qla2x00_port_attributes()
2202 wwn_to_u64(ct_req->req.rhba.hba_identifier), in qla2x00_fdmi_rhba()
2203 wwn_to_u64(ct_req->req.rhba.port_name)); in qla2x00_fdmi_rhba()
2324 wwn_to_u64(ct_req->req.rprt.port_name), in qla2x00_fdmi_rprt()
2325 wwn_to_u64(ct_req->req.rprt.port_name)); in qla2x00_fdmi_rprt()
3402 twwn = wwn_to_u64(vp->port_name); in qla2x00_is_a_vp()
3472 wwn = wwn_to_u64(rp->port_name); in qla24xx_async_gnnft_done()
3685 wwn = wwn_to_u64(d->port_name); in qla2x00_find_free_fcp_nvme_slot()
3729 if (wwn_to_u64(rp->port_name)) { in qla2x00_find_free_fcp_nvme_slot()
4155 wwnn = wwn_to_u64(node_name); in qla2x00_async_gnnid_sp_done()
[all …]
A Dqla_attr.c2653 node_name = wwn_to_u64(fcport->node_name); in qla2x00_get_starget_node_name()
2672 port_name = wwn_to_u64(fcport->port_name); in qla2x00_get_starget_port_name()
2972 u64 fabric_name = wwn_to_u64(node_name); in qla2x00_get_host_fabric_name()
2975 fabric_name = wwn_to_u64(vha->fabric_node_name); in qla2x00_get_host_fabric_name()
3099 fc_host_node_name(vha->host) = wwn_to_u64(vha->node_name); in qla24xx_vport_create()
3100 fc_host_port_name(vha->host) = wwn_to_u64(vha->port_name); in qla24xx_vport_create()
3326 fc_host_node_name(vha->host) = wwn_to_u64(vha->node_name); in qla2x00_init_host_attr()
3327 fc_host_port_name(vha->host) = wwn_to_u64(vha->port_name); in qla2x00_init_host_attr()
A Dqla_mr.c1165 (unsigned long long)wwn_to_u64(fcport->node_name), in qlafx00_find_all_targets()
1166 (unsigned long long)wwn_to_u64(fcport->port_name)); in qlafx00_find_all_targets()
1173 wwn_to_u64(new_fcport->node_name), in qlafx00_find_all_targets()
1175 wwn_to_u64(new_fcport->port_name)); in qlafx00_find_all_targets()
1269 (unsigned long long)wwn_to_u64(fcport->node_name), in qlafx00_configure_all_targets()
1270 (unsigned long long)wwn_to_u64(fcport->port_name)); in qlafx00_configure_all_targets()
1749 port_name = (unsigned long long)wwn_to_u64(pinfo->port_name); in qlafx00_update_host_attr()
1750 node_name = (unsigned long long)wwn_to_u64(pinfo->node_name); in qlafx00_update_host_attr()
A Dqla_init.c726 wwn = wwn_to_u64(e->port_name); in qla24xx_handle_gnl_done_event()
786 wwn = wwn_to_u64(fcport->port_name); in qla24xx_handle_gnl_done_event()
1008 wwn = wwn_to_u64(e->port_name); in qla24xx_async_gnl_sp_done()
1041 wwn = wwn_to_u64(e->port_name); in qla24xx_async_gnl_sp_done()
1061 wwnn = wwn_to_u64(e->node_name); in qla24xx_async_gnl_sp_done()
1566 mywwn = wwn_to_u64(vha->port_name); in qla_chk_n2n_b4_login()
1567 wwn = wwn_to_u64(fcport->port_name); in qla_chk_n2n_b4_login()
1645 wwn = wwn_to_u64(fcport->node_name); in qla24xx_fcport_handle_login()
2253 wwn_to_u64(ea->fcport->port_name), in qla24xx_handle_plogi_done_event()
9189 wwn1 = wwn_to_u64(vha->port_name); in qla24xx_get_fcp_prio()
[all …]
A Dqla_dfs.c117 sprintf(wwn, "pn-%016llx", wwn_to_u64(fp->port_name)); in qla2x00_dfs_create_rport()
A Dqla_mbx.c1746 wwn_to_u64(vha->port_name); in qla2x00_get_adapter_id()
1749 wwn_to_u64(vha->port_name)); in qla2x00_get_adapter_id()
4021 if (wwn_to_u64(vha->port_name) > in qla24xx_report_id_acquisition()
4022 wwn_to_u64(rptid_entry->u.f1.port_name)) { in qla24xx_report_id_acquisition()
4055 if (wwn_to_u64(vha->port_name) > in qla24xx_report_id_acquisition()
4056 wwn_to_u64(fcport->port_name)) { in qla24xx_report_id_acquisition()
A Dqla_sup.c1170 vid.port_name = wwn_to_u64(entry->port_name); in qla2xxx_flash_npiv_conf()
1171 vid.node_name = wwn_to_u64(entry->node_name); in qla2xxx_flash_npiv_conf()
A Dtcm_qla2xxx.c123 *nm = wwn_to_u64(wwn); in tcm_qla2xxx_npiv_extract_wwn()
/linux/drivers/scsi/
A Dstorvsc_drv.c835 wwn_to_u64(vstor_packet->wwn_packet.primary_node_wwn); in cache_wwn()
837 wwn_to_u64(vstor_packet->wwn_packet.primary_port_wwn); in cache_wwn()
840 wwn_to_u64(vstor_packet->wwn_packet.secondary_node_wwn); in cache_wwn()
842 wwn_to_u64(vstor_packet->wwn_packet.secondary_port_wwn); in cache_wwn()
/linux/drivers/scsi/bfa/
A Dbfad_attr.c405 fc_host_node_name(vshost) = wwn_to_u64((u8 *)&port_cfg.nwwn); in bfad_im_vport_create()
406 fc_host_port_name(vshost) = wwn_to_u64((u8 *)&port_cfg.pwwn); in bfad_im_vport_create()
A Dbfad.c1034 vid.node_name = wwn_to_u64((u8 *) in bfad_start_ops()
1036 vid.port_name = wwn_to_u64((u8 *) in bfad_start_ops()
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c2145 if (wwn_to_u64(npiv_tbl->wwnn[0]) == 0 && in bnx2fc_npiv_create_vports()
2146 wwn_to_u64(npiv_tbl->wwpn[0]) == 0) { in bnx2fc_npiv_create_vports()
2156 wwnn = wwn_to_u64(npiv_tbl->wwnn[i]); in bnx2fc_npiv_create_vports()
2165 vpid.port_name = wwn_to_u64(npiv_tbl->wwpn[i]); in bnx2fc_npiv_create_vports()
/linux/include/scsi/
A Dscsi_transport_fc.h805 static inline u64 wwn_to_u64(const u8 *wwn) in wwn_to_u64() function
/linux/drivers/scsi/ibmvscsi/
A Dibmvfc.c4078 tgt->ids.port_name != wwn_to_u64(rsp->service_parms.port_name)) { in ibmvfc_tgt_plogi_done()
4083 tgt->ids.node_name = wwn_to_u64(rsp->service_parms.node_name); in ibmvfc_tgt_plogi_done()
4084 tgt->ids.port_name = wwn_to_u64(rsp->service_parms.port_name); in ibmvfc_tgt_plogi_done()
4328 tgt->ids.node_name = wwn_to_u64(rsp->service_parms.node_name); in ibmvfc_tgt_move_login_done()
4329 tgt->ids.port_name = wwn_to_u64(rsp->service_parms.port_name); in ibmvfc_tgt_move_login_done()
4410 if (wwn_to_u64((u8 *)&mad->fc_iu.response[2]) != tgt->ids.port_name) in ibmvfc_adisc_needs_plogi()
4412 if (wwn_to_u64((u8 *)&mad->fc_iu.response[4]) != tgt->ids.node_name) in ibmvfc_adisc_needs_plogi()

Completed in 145 milliseconds

12