Home
last modified time | relevance | path

Searched refs:wwn (Results 1 – 25 of 70) sorted by relevance

123

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_vport.c180 lpfc_valid_wwn_format(struct lpfc_hba *phba, struct lpfc_name *wwn, in lpfc_valid_wwn_format() argument
186 if (!((wwn->u.wwn[0] >> 4) == 1 && in lpfc_valid_wwn_format()
187 ((wwn->u.wwn[0] & 0xf) != 0 || (wwn->u.wwn[1] & 0xf) != 0))) in lpfc_valid_wwn_format()
194 wwn->u.wwn[0], wwn->u.wwn[1], in lpfc_valid_wwn_format()
195 wwn->u.wwn[2], wwn->u.wwn[3], in lpfc_valid_wwn_format()
196 wwn->u.wwn[4], wwn->u.wwn[5], in lpfc_valid_wwn_format()
197 wwn->u.wwn[6], wwn->u.wwn[7]); in lpfc_valid_wwn_format()
370 u64_to_wwn(fc_vport->node_name, vport->fc_nodename.u.wwn); in lpfc_vport_create()
371 u64_to_wwn(fc_vport->port_name, vport->fc_portname.u.wwn); in lpfc_vport_create()
373 memcpy(&vport->fc_sparam.portName, vport->fc_portname.u.wwn, 8); in lpfc_vport_create()
[all …]
Dlpfc_nportdisc.c160 sp->nodeName.u.wwn[0], sp->nodeName.u.wwn[1], in lpfc_check_sparm()
161 sp->nodeName.u.wwn[2], sp->nodeName.u.wwn[3], in lpfc_check_sparm()
162 sp->nodeName.u.wwn[4], sp->nodeName.u.wwn[5], in lpfc_check_sparm()
163 sp->nodeName.u.wwn[6], sp->nodeName.u.wwn[7]); in lpfc_check_sparm()
348 if (wwn_to_u64(sp->portName.u.wwn) == 0) { in lpfc_rcv_plogi()
357 if (wwn_to_u64(sp->nodeName.u.wwn) == 0) { in lpfc_rcv_plogi()
367 nlp_portwwn = wwn_to_u64(ndlp->nlp_portname.u.wwn); in lpfc_rcv_plogi()
436 nlp_portwwn != wwn_to_u64(sp->portName.u.wwn)) in lpfc_rcv_plogi()
443 wwn_to_u64(sp->portName.u.wwn)); in lpfc_rcv_plogi()
1384 (wwn_to_u64(sp->portName.u.wwn) == 0 || in lpfc_cmpl_plogi_plogi_issue()
[all …]
Dlpfc_mbox.c961 memcpy(mb->un.varRegVpi.wwn, &vport->fc_portname, in lpfc_reg_vpi()
963 mb->un.varRegVpi.wwn[0] = cpu_to_le32(mb->un.varRegVpi.wwn[0]); in lpfc_reg_vpi()
964 mb->un.varRegVpi.wwn[1] = cpu_to_le32(mb->un.varRegVpi.wwn[1]); in lpfc_reg_vpi()
2230 memcpy(reg_vfi->wwn, &vport->fc_portname, sizeof(struct lpfc_name)); in lpfc_reg_vfi()
2231 reg_vfi->wwn[0] = cpu_to_le32(reg_vfi->wwn[0]); in lpfc_reg_vfi()
2232 reg_vfi->wwn[1] = cpu_to_le32(reg_vfi->wwn[1]); in lpfc_reg_vfi()
2278 reg_vfi->wwn[0], reg_vfi->wwn[1], vport->fc_flag, in lpfc_reg_vfi()
Dlpfc_scsi.c1012 if (phba->lpfc_injerr_wwpn.u.wwn[0] && in lpfc_bg_err_inject()
5279 ndlp->nlp_nodename.u.wwn[0], in lpfc_queuecommand()
5280 ndlp->nlp_nodename.u.wwn[1], in lpfc_queuecommand()
5281 ndlp->nlp_nodename.u.wwn[2], in lpfc_queuecommand()
5282 ndlp->nlp_nodename.u.wwn[3], in lpfc_queuecommand()
5283 ndlp->nlp_nodename.u.wwn[4], in lpfc_queuecommand()
5284 ndlp->nlp_nodename.u.wwn[5], in lpfc_queuecommand()
5285 ndlp->nlp_nodename.u.wwn[6], in lpfc_queuecommand()
5286 ndlp->nlp_nodename.u.wwn[7], in lpfc_queuecommand()
5287 ndlp->nlp_portname.u.wwn[0], in lpfc_queuecommand()
[all …]
/linux-6.6.21/drivers/target/tcm_fc/
Dtfc_conf.c49 static ssize_t ft_parse_wwn(const char *name, u64 *wwn, int strict) in ft_parse_wwn() argument
58 *wwn = 0; in ft_parse_wwn()
80 *wwn = (*wwn << 4) | val; in ft_parse_wwn()
89 ssize_t ft_format_wwn(char *buf, size_t len, u64 wwn) in ft_format_wwn() argument
93 put_unaligned_be64(wwn, b); in ft_format_wwn()
101 u64 *wwn = arg; in ft_wwn_show() local
104 len = ft_format_wwn(buf, PAGE_SIZE - 2, *wwn); in ft_wwn_show()
112 u64 wwn; in ft_wwn_store() local
114 ret = ft_parse_wwn(buf, &wwn, 0); in ft_wwn_store()
116 *(u64 *)arg = wwn; in ft_wwn_store()
[all …]
/linux-6.6.21/drivers/target/
Dtarget_core_fabric_configfs.c809 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in target_fabric_tpg_release() local
810 struct target_fabric_configfs *tf = wwn->wwn_tf; in target_fabric_tpg_release()
930 struct se_wwn *wwn = container_of(group, struct se_wwn, wwn_group); in target_fabric_make_tpg() local
931 struct target_fabric_configfs *tf = wwn->wwn_tf; in target_fabric_make_tpg()
939 se_tpg = tf->tf_ops->fabric_make_tpg(wwn, name); in target_fabric_make_tpg()
992 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_release_wwn() local
994 struct target_fabric_configfs *tf = wwn->wwn_tf; in target_fabric_release_wwn()
996 configfs_remove_default_groups(&wwn->fabric_stat_group); in target_fabric_release_wwn()
997 configfs_remove_default_groups(&wwn->param_group); in target_fabric_release_wwn()
998 tf->tf_ops->fabric_drop_wwn(wwn); in target_fabric_release_wwn()
[all …]
Dtarget_core_pscsi.c163 pscsi_set_inquiry_info(struct scsi_device *sdev, struct t10_wwn *wwn) in pscsi_set_inquiry_info() argument
170 BUILD_BUG_ON(sizeof(wwn->vendor) != INQUIRY_VENDOR_LEN + 1); in pscsi_set_inquiry_info()
171 snprintf(wwn->vendor, sizeof(wwn->vendor), in pscsi_set_inquiry_info()
173 BUILD_BUG_ON(sizeof(wwn->model) != INQUIRY_MODEL_LEN + 1); in pscsi_set_inquiry_info()
174 snprintf(wwn->model, sizeof(wwn->model), in pscsi_set_inquiry_info()
176 BUILD_BUG_ON(sizeof(wwn->revision) != INQUIRY_REVISION_LEN + 1); in pscsi_set_inquiry_info()
177 snprintf(wwn->revision, sizeof(wwn->revision), in pscsi_set_inquiry_info()
182 pscsi_get_inquiry_vpd_serial(struct scsi_device *sdev, struct t10_wwn *wwn) in pscsi_get_inquiry_vpd_serial() argument
202 snprintf(&wwn->unit_serial[0], INQUIRY_VPD_SERIAL_LEN, "%s", &buf[4]); in pscsi_get_inquiry_vpd_serial()
204 wwn->t10_dev->dev_flags |= DF_FIRMWARE_VPD_UNIT_SERIAL; in pscsi_get_inquiry_vpd_serial()
[all …]
Dtarget_core_stat.c765 struct t10_wwn *wwn; in target_stat_transport_dev_name_show() local
771 wwn = &dev->t10_wwn; in target_stat_transport_dev_name_show()
775 (strlen(wwn->unit_serial)) ? wwn->unit_serial : in target_stat_transport_dev_name_show()
776 wwn->vendor); in target_stat_transport_dev_name_show()
Dtarget_core_device.c668 struct t10_wwn *wwn = &dev->t10_wwn; in scsi_dump_inquiry() local
675 wwn->vendor); in scsi_dump_inquiry()
677 wwn->model); in scsi_dump_inquiry()
679 wwn->revision); in scsi_dump_inquiry()
/linux-6.6.21/drivers/target/tcm_remote/
Dtcm_remote.c88 struct se_wwn *wwn, in tcm_remote_make_tpg() argument
91 struct tcm_remote_hba *remote_hba = container_of(wwn, in tcm_remote_make_tpg()
115 ret = core_tpg_register(wwn, &remote_tpg->remote_se_tpg, in tcm_remote_make_tpg()
122 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_remote_make_tpg()
128 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in tcm_remote_drop_tpg() local
147 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_remote_drop_tpg()
210 static void tcm_remote_drop_wwn(struct se_wwn *wwn) in tcm_remote_drop_wwn() argument
212 struct tcm_remote_hba *remote_hba = container_of(wwn, in tcm_remote_drop_wwn()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c44 static ssize_t tcm_qla2xxx_parse_wwn(const char *name, u64 *wwn, int strict) in tcm_qla2xxx_parse_wwn() argument
53 *wwn = 0; in tcm_qla2xxx_parse_wwn()
78 *wwn = (*wwn << 4) | nibble; in tcm_qla2xxx_parse_wwn()
87 static ssize_t tcm_qla2xxx_format_wwn(char *buf, size_t len, u64 wwn) in tcm_qla2xxx_format_wwn() argument
91 put_unaligned_be64(wwn, b); in tcm_qla2xxx_format_wwn()
103 u8 wwn[8]; in tcm_qla2xxx_npiv_extract_wwn() local
105 memset(wwn, 0, sizeof(wwn)); in tcm_qla2xxx_npiv_extract_wwn()
118 wwn[i/2] = j & 0xff; in tcm_qla2xxx_npiv_extract_wwn()
123 *nm = wwn_to_u64(wwn); in tcm_qla2xxx_npiv_extract_wwn()
983 static struct se_portal_group *tcm_qla2xxx_make_tpg(struct se_wwn *wwn, in tcm_qla2xxx_make_tpg() argument
[all …]
Dqla_dfs.c108 char wwn[32]; in qla2x00_dfs_create_rport() local
117 sprintf(wwn, "pn-%016llx", wwn_to_u64(fp->port_name)); in qla2x00_dfs_create_rport()
118 fp->dfs_rport_dir = debugfs_create_dir(wwn, vha->dfs_rport_root); in qla2x00_dfs_create_rport()
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_attr.c558 uint8_t wwn[8]; in csio_vport_create() local
566 u64_to_wwn(fc_vport->node_name, wwn); in csio_vport_create()
568 if (!CSIO_VALID_WWN(wwn)) { in csio_vport_create()
573 memcpy(csio_ln_wwnn(ln), wwn, 8); in csio_vport_create()
577 u64_to_wwn(fc_vport->port_name, wwn); in csio_vport_create()
579 if (!CSIO_VALID_WWN(wwn)) { in csio_vport_create()
585 if (csio_lnode_lookup_by_wwpn(hw, wwn)) { in csio_vport_create()
590 memcpy(csio_ln_wwpn(ln), wwn, 8); in csio_vport_create()
/linux-6.6.21/drivers/scsi/bfa/
Dbfa_cs.h288 wwn2str(char *wwn_str, u64 wwn) in wwn2str() argument
291 u64 wwn; in wwn2str() member
295 w.wwn = wwn; in wwn2str()
Dbfa_fcbuild.h262 u16 fc_gmal_req_build(struct fchs_s *fchs, void *pyld, u32 s_id, wwn_t wwn);
263 u16 fc_gfn_req_build(struct fchs_s *fchs, void *pyld, u32 s_id, wwn_t wwn);
/linux-6.6.21/drivers/target/loopback/
Dtcm_loop.c913 static struct se_portal_group *tcm_loop_make_naa_tpg(struct se_wwn *wwn, in tcm_loop_make_naa_tpg() argument
916 struct tcm_loop_hba *tl_hba = container_of(wwn, in tcm_loop_make_naa_tpg()
940 ret = core_tpg_register(wwn, &tl_tpg->tl_se_tpg, tl_hba->tl_proto_id); in tcm_loop_make_naa_tpg()
946 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_make_naa_tpg()
953 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in tcm_loop_drop_naa_tpg() local
975 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_drop_naa_tpg()
1049 struct se_wwn *wwn) in tcm_loop_drop_scsi_hba() argument
1051 struct tcm_loop_hba *tl_hba = container_of(wwn, in tcm_loop_drop_scsi_hba()
/linux-6.6.21/drivers/scsi/elx/efct/
Defct_lio.c20 efct_format_wwn(char *str, size_t len, const char *pre, u64 wwn) in efct_format_wwn() argument
24 put_unaligned_be64(wwn, a); in efct_format_wwn()
844 efct_lio_drop_nport(struct se_wwn *wwn) in efct_lio_drop_nport() argument
847 container_of(wwn, struct efct_lio_nport, nport_wwn); in efct_lio_drop_nport()
858 efct_lio_npiv_drop_nport(struct se_wwn *wwn) in efct_lio_npiv_drop_nport() argument
861 container_of(wwn, struct efct_lio_vport, vport_wwn); in efct_lio_npiv_drop_nport()
884 efct_lio_make_tpg(struct se_wwn *wwn, const char *name) in efct_lio_make_tpg() argument
887 container_of(wwn, struct efct_lio_nport, nport_wwn); in efct_lio_make_tpg()
912 ret = core_tpg_register(wwn, &tpg->tpg, SCSI_PROTOCOL_FCP); in efct_lio_make_tpg()
941 efct_lio_npiv_make_tpg(struct se_wwn *wwn, const char *name) in efct_lio_npiv_make_tpg() argument
[all …]
/linux-6.6.21/include/scsi/
Dlibfcoe.h259 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type);
262 void fcoe_wwn_to_str(u64 wwn, char *buf, int len);
Dscsi_transport_fc.h806 static inline u64 wwn_to_u64(const u8 *wwn) in wwn_to_u64() argument
808 return get_unaligned_be64(wwn); in wwn_to_u64()
811 static inline void u64_to_wwn(u64 inm, u8 *wwn) in u64_to_wwn() argument
813 put_unaligned_be64(inm, wwn); in u64_to_wwn()
/linux-6.6.21/drivers/target/sbp/
Dsbp_target.c1884 static ssize_t sbp_parse_wwn(const char *name, u64 *wwn) in sbp_parse_wwn() argument
1890 *wwn = 0; in sbp_parse_wwn()
1908 *wwn = (*wwn << 4) | nibble; in sbp_parse_wwn()
1918 static ssize_t sbp_format_wwn(char *buf, size_t len, u64 wwn) in sbp_format_wwn() argument
1920 return snprintf(buf, len, "%016llx", wwn); in sbp_format_wwn()
1957 static struct se_portal_group *sbp_make_tpg(struct se_wwn *wwn, in sbp_make_tpg() argument
1961 container_of(wwn, struct sbp_tport, tport_wwn); in sbp_make_tpg()
1998 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_SBP); in sbp_make_tpg()
2044 static void sbp_drop_tport(struct se_wwn *wwn) in sbp_drop_tport() argument
2047 container_of(wwn, struct sbp_tport, tport_wwn); in sbp_drop_tport()
/linux-6.6.21/drivers/target/iscsi/
Discsi_target_configfs.c1040 static struct se_portal_group *lio_target_tiqn_addtpg(struct se_wwn *wwn, in lio_target_tiqn_addtpg() argument
1049 tiqn = container_of(wwn, struct iscsi_tiqn, tiqn_wwn); in lio_target_tiqn_addtpg()
1069 ret = core_tpg_register(wwn, &tpg->tpg_se_tpg, SCSI_PROTOCOL_ISCSI); in lio_target_tiqn_addtpg()
1202 static void lio_target_add_wwn_groups(struct se_wwn *wwn) in lio_target_add_wwn_groups() argument
1204 struct iscsi_tiqn *tiqn = container_of(wwn, struct iscsi_tiqn, tiqn_wwn); in lio_target_add_wwn_groups()
1233 struct se_wwn *wwn) in lio_target_call_coredeltiqn() argument
1235 struct iscsi_tiqn *tiqn = container_of(wwn, struct iscsi_tiqn, tiqn_wwn); in lio_target_call_coredeltiqn()
/linux-6.6.21/drivers/infiniband/ulp/srpt/
Dib_srpt.c3316 static struct srpt_port_id *srpt_wwn_to_sport_id(struct se_wwn *wwn) in srpt_wwn_to_sport_id() argument
3318 struct srpt_port *sport = wwn->priv; in srpt_wwn_to_sport_id()
3320 if (sport->guid_id && &sport->guid_id->wwn == wwn) in srpt_wwn_to_sport_id()
3322 if (sport->gid_id && &sport->gid_id->wwn == wwn) in srpt_wwn_to_sport_id()
3732 static struct se_portal_group *srpt_make_tpg(struct se_wwn *wwn, in srpt_make_tpg() argument
3735 struct srpt_port_id *sport_id = srpt_wwn_to_sport_id(wwn); in srpt_make_tpg()
3743 res = core_tpg_register(wwn, &stpg->tpg, SCSI_PROTOCOL_SRP); in srpt_make_tpg()
3794 return &(*papi.port_id)->wwn; in srpt_make_tport()
3803 port_id->wwn.priv = sport; in srpt_make_tport()
3809 return &port_id->wwn; in srpt_make_tport()
[all …]
Dib_srpt.h391 struct se_wwn wwn; member
/linux-6.6.21/drivers/scsi/fcoe/
Dfcoe_transport.c229 void fcoe_wwn_to_str(u64 wwn, char *buf, int len) in fcoe_wwn_to_str() argument
233 u64_to_wwn(wwn, wwpn); in fcoe_wwn_to_str()
291 int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type) in fcoe_get_wwn() argument
296 return ops->ndo_fcoe_get_wwn(netdev, wwn, type); in fcoe_get_wwn()
Dfcoe_ctlr.c894 struct fip_wwn_desc *wwn; in fcoe_ctlr_parse_adv() local
955 wwn = (struct fip_wwn_desc *)desc; in fcoe_ctlr_parse_adv()
956 fcf->switch_name = get_unaligned_be64(&wwn->fd_wwn); in fcoe_ctlr_parse_adv()
1967 u64 wwn; in fcoe_wwn_from_mac() local
1979 wwn = host_mac | ((u64) scheme << 60); in fcoe_wwn_from_mac()
1986 wwn |= (u64) port << 48; in fcoe_wwn_from_mac()
1993 return wwn; in fcoe_wwn_from_mac()
2272 struct fip_wwn_desc *wwn = NULL; in fcoe_ctlr_vn_parse() local
2342 wwn = (struct fip_wwn_desc *)desc; in fcoe_ctlr_vn_parse()
2344 get_unaligned_be64(&wwn->fd_wwn); in fcoe_ctlr_vn_parse()
[all …]

123