Home
last modified time | relevance | path

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

/Linux-v4.19/include/target/
Dtarget_core_fabric.h77 struct se_wwn *(*fabric_make_wwn)(struct target_fabric_configfs *,
79 void (*fabric_drop_wwn)(struct se_wwn *);
80 void (*add_wwn_groups)(struct se_wwn *);
81 struct se_portal_group *(*fabric_make_tpg)(struct se_wwn *,
184 int core_tpg_register(struct se_wwn *, struct se_portal_group *, int);
Dtarget_core_base.h881 struct se_wwn *se_tpg_wwn;
915 struct se_wwn { struct
/Linux-v4.19/drivers/target/tcm_fc/
Dtfc_conf.c226 static struct se_portal_group *ft_add_tpg(struct se_wwn *wwn, const char *name) in ft_add_tpg()
253 ft_wwn = container_of(wwn, struct ft_lport_wwn, se_wwn); in ft_add_tpg()
332 static struct se_wwn *ft_add_wwn( in ft_add_wwn()
361 return &ft_wwn->se_wwn; in ft_add_wwn()
364 static void ft_del_wwn(struct se_wwn *wwn) in ft_del_wwn()
367 struct ft_lport_wwn, se_wwn); in ft_del_wwn()
Dtcm_fc.h112 struct se_wwn se_wwn; member
/Linux-v4.19/drivers/target/
Dtarget_core_fabric_configfs.c816 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in target_fabric_tpg_release()
836 struct se_wwn *wwn = container_of(group, struct se_wwn, wwn_group); in target_fabric_make_tpg()
898 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_release_wwn()
899 struct se_wwn, wwn_group); in target_fabric_release_wwn()
937 struct se_wwn *wwn; in target_fabric_make_wwn()
965 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_drop_wwn()
966 struct se_wwn, wwn_group); in target_fabric_drop_wwn()
Dtarget_core_tpg.c460 struct se_wwn *se_wwn, in core_tpg_register() argument
478 if (se_wwn) in core_tpg_register()
479 se_tpg->se_tpg_tfo = se_wwn->wwn_tf->tf_ops; in core_tpg_register()
488 se_tpg->se_tpg_wwn = se_wwn; in core_tpg_register()
/Linux-v4.19/drivers/infiniband/ulp/srpt/
Dib_srpt.h379 struct se_wwn port_guid_wwn;
381 struct se_wwn port_gid_wwn;
Dib_srpt.c2867 static struct se_wwn *__srpt_lookup_wwn(const char *name) in __srpt_lookup_wwn()
2892 static struct se_wwn *srpt_lookup_wwn(const char *name) in srpt_lookup_wwn()
2894 struct se_wwn *wwn; in srpt_lookup_wwn()
3614 static struct se_portal_group *srpt_make_tpg(struct se_wwn *wwn, in srpt_make_tpg()
3650 static struct se_wwn *srpt_make_tport(struct target_fabric_configfs *tf, in srpt_make_tport()
3661 static void srpt_drop_tport(struct se_wwn *wwn) in srpt_drop_tport()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c799 struct se_wwn *se_wwn = se_tpg->se_tpg_wwn; in tcm_qla2xxx_clear_nacl_from_fcport_map() local
800 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_clear_nacl_from_fcport_map()
1052 static struct se_portal_group *tcm_qla2xxx_make_tpg(struct se_wwn *wwn, in tcm_qla2xxx_make_tpg()
1130 struct se_wwn *se_wwn = se_tpg->se_tpg_wwn; in tcm_qla2xxx_npiv_tpg_enable_store() local
1131 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_npiv_tpg_enable_store()
1172 static struct se_portal_group *tcm_qla2xxx_npiv_make_tpg(struct se_wwn *wwn, in tcm_qla2xxx_npiv_make_tpg()
1687 static struct se_wwn *tcm_qla2xxx_make_lport( in tcm_qla2xxx_make_lport()
1727 static void tcm_qla2xxx_drop_lport(struct se_wwn *wwn) in tcm_qla2xxx_drop_lport()
1799 static struct se_wwn *tcm_qla2xxx_npiv_make_lport( in tcm_qla2xxx_npiv_make_lport()
1852 static void tcm_qla2xxx_npiv_drop_lport(struct se_wwn *wwn) in tcm_qla2xxx_npiv_drop_lport()
Dtcm_qla2xxx.h82 struct se_wwn lport_wwn;
/Linux-v4.19/drivers/target/loopback/
Dtcm_loop.h54 struct se_wwn tl_hba_wwn;
Dtcm_loop.c983 static struct se_portal_group *tcm_loop_make_naa_tpg(struct se_wwn *wwn, in tcm_loop_make_naa_tpg()
1023 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in tcm_loop_drop_naa_tpg()
1052 static struct se_wwn *tcm_loop_make_scsi_hba( in tcm_loop_make_scsi_hba()
1119 struct se_wwn *wwn) in tcm_loop_drop_scsi_hba()
/Linux-v4.19/drivers/usb/gadget/function/
Dtcm.h55 struct se_wwn tport_wwn;
Df_tcm.c1347 static struct se_portal_group *usbg_make_tpg(struct se_wwn *wwn, in usbg_make_tpg()
1465 static struct se_wwn *usbg_make_tport( in usbg_make_tport()
1487 static void usbg_drop_tport(struct se_wwn *wwn) in usbg_drop_tport()
/Linux-v4.19/drivers/target/sbp/
Dsbp_target.h170 struct se_wwn tport_wwn;
Dsbp_target.c2008 static struct se_portal_group *sbp_make_tpg(struct se_wwn *wwn, in sbp_make_tpg()
2074 static struct se_wwn *sbp_make_tport( in sbp_make_tport()
2095 static void sbp_drop_tport(struct se_wwn *wwn) in sbp_drop_tport()
/Linux-v4.19/drivers/scsi/ibmvscsi_tgt/
Dibmvscsi_tgt.h191 struct se_wwn tport_wwn;
Dibmvscsi_tgt.c3898 static struct se_wwn *ibmvscsis_make_tport(struct target_fabric_configfs *tf, in ibmvscsis_make_tport()
3917 static void ibmvscsis_drop_tport(struct se_wwn *wwn) in ibmvscsis_drop_tport()
3928 static struct se_portal_group *ibmvscsis_make_tpg(struct se_wwn *wwn, in ibmvscsis_make_tpg()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_configfs.c1093 static struct se_portal_group *lio_target_tiqn_addtpg(struct se_wwn *wwn, in lio_target_tiqn_addtpg()
1172 static struct se_wwn *lio_target_call_coreaddtiqn( in lio_target_call_coreaddtiqn()
1189 static void lio_target_add_wwn_groups(struct se_wwn *wwn) in lio_target_add_wwn_groups()
1220 struct se_wwn *wwn) in lio_target_call_coredeltiqn()
Discsi_target_stat.c600 struct se_wwn *wwn = acl->se_node_acl.se_tpg->se_tpg_wwn; in iscsi_stat_sess_inst_show()
/Linux-v4.19/drivers/xen/
Dxen-scsiback.c156 struct se_wwn tport_wwn;
1313 static struct se_wwn *
1368 static void scsiback_drop_tport(struct se_wwn *wwn) in scsiback_drop_tport()
1745 scsiback_make_tpg(struct se_wwn *wwn, const char *name) in scsiback_make_tpg()
/Linux-v4.19/drivers/vhost/
Dscsi.c147 struct se_wwn tport_wwn;
1915 vhost_scsi_make_tpg(struct se_wwn *wwn, const char *name) in vhost_scsi_make_tpg()
1970 static struct se_wwn *
2031 static void vhost_scsi_drop_tport(struct se_wwn *wwn) in vhost_scsi_drop_tport()
/Linux-v4.19/include/target/iscsi/
Discsi_target_core.h870 struct se_wwn tiqn_wwn;