Home
last modified time | relevance | path

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

12

/linux/drivers/target/
H A Dtarget_core_fabric_configfs.c809 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in target_fabric_tpg_release()
930 struct se_wwn *wwn = container_of(group, struct se_wwn, wwn_group); in target_fabric_make_tpg()
992 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_release_wwn()
993 struct se_wwn, wwn_group); in target_fabric_release_wwn()
1028 struct se_wwn *wwn = container_of(to_config_group(item), struct se_wwn, in target_fabric_wwn_cmd_completion_affinity_show()
1039 struct se_wwn *wwn = container_of(to_config_group(item), struct se_wwn, in target_fabric_wwn_cmd_completion_affinity_store()
1072 struct se_wwn *wwn = container_of(to_config_group(item), struct se_wwn, in target_fabric_wwn_default_submit_type_show()
1083 struct se_wwn *wwn = container_of(to_config_group(item), struct se_wwn, in target_fabric_wwn_direct_submit_supported_show()
1107 struct se_wwn *wwn; in target_fabric_make_wwn()
1140 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_drop_wwn()
[all …]
H A Dtarget_core_tpg.c507 struct se_wwn *se_wwn, in core_tpg_register() argument
525 if (se_wwn) in core_tpg_register()
526 se_tpg->se_tpg_tfo = se_wwn->wwn_tf->tf_ops; in core_tpg_register()
535 se_tpg->se_tpg_wwn = se_wwn; in core_tpg_register()
/linux/include/target/
H A Dtarget_core_fabric.h86 struct se_wwn *(*fabric_make_wwn)(struct target_fabric_configfs *,
88 void (*fabric_drop_wwn)(struct se_wwn *);
89 void (*add_wwn_groups)(struct se_wwn *);
90 struct se_portal_group *(*fabric_make_tpg)(struct se_wwn *,
223 int core_tpg_register(struct se_wwn *, struct se_portal_group *, int);
H A Dtarget_core_base.h972 struct se_wwn *se_tpg_wwn;
1013 struct se_wwn { struct
/linux/drivers/target/tcm_fc/
H A Dtfc_conf.c219 static struct se_portal_group *ft_add_tpg(struct se_wwn *wwn, const char *name) in ft_add_tpg()
246 ft_wwn = container_of(wwn, struct ft_lport_wwn, se_wwn); in ft_add_tpg()
325 static struct se_wwn *ft_add_wwn( in ft_add_wwn()
354 return &ft_wwn->se_wwn; in ft_add_wwn()
357 static void ft_del_wwn(struct se_wwn *wwn) in ft_del_wwn()
360 struct ft_lport_wwn, se_wwn); in ft_del_wwn()
H A Dtcm_fc.h100 struct se_wwn se_wwn; member
/linux/drivers/target/tcm_remote/
H A Dtcm_remote.c88 struct se_wwn *wwn, in tcm_remote_make_tpg()
128 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in tcm_remote_drop_tpg()
150 static struct se_wwn *tcm_remote_make_wwn( in tcm_remote_make_wwn()
210 static void tcm_remote_drop_wwn(struct se_wwn *wwn) in tcm_remote_drop_wwn()
H A Dtcm_remote.h19 struct se_wwn remote_hba_wwn;
/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c803 struct se_wwn *se_wwn = se_tpg->se_tpg_wwn; in tcm_qla2xxx_clear_nacl_from_fcport_map() local
804 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_clear_nacl_from_fcport_map()
927 struct se_wwn *se_wwn = se_tpg->se_tpg_wwn; in tcm_qla2xxx_enable_tpg() local
928 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_enable_tpg()
999 static struct se_portal_group *tcm_qla2xxx_make_tpg(struct se_wwn *wwn, in tcm_qla2xxx_make_tpg()
1070 struct se_wwn *se_wwn = se_tpg->se_tpg_wwn; in tcm_qla2xxx_npiv_enable_tpg() local
1071 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_npiv_enable_tpg()
1095 static struct se_portal_group *tcm_qla2xxx_npiv_make_tpg(struct se_wwn *wwn, in tcm_qla2xxx_npiv_make_tpg()
1600 static struct se_wwn *tcm_qla2xxx_make_lport( in tcm_qla2xxx_make_lport()
1640 static void tcm_qla2xxx_drop_lport(struct se_wwn *wwn) in tcm_qla2xxx_drop_lport()
[all …]
H A Dtcm_qla2xxx.h79 struct se_wwn lport_wwn;
/linux/drivers/scsi/elx/efct/
H A Defct_lio.h139 struct se_wwn vport_wwn;
150 struct se_wwn nport_wwn;
H A Defct_lio.c728 static struct se_wwn *
760 static struct se_wwn *
844 efct_lio_drop_nport(struct se_wwn *wwn) in efct_lio_drop_nport()
858 efct_lio_npiv_drop_nport(struct se_wwn *wwn) in efct_lio_npiv_drop_nport()
884 efct_lio_make_tpg(struct se_wwn *wwn, const char *name) in efct_lio_make_tpg()
941 efct_lio_npiv_make_tpg(struct se_wwn *wwn, const char *name) in efct_lio_npiv_make_tpg()
/linux/drivers/target/loopback/
H A Dtcm_loop.h53 struct se_wwn tl_hba_wwn;
H A Dtcm_loop.c958 static struct se_portal_group *tcm_loop_make_naa_tpg(struct se_wwn *wwn, in tcm_loop_make_naa_tpg()
998 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in tcm_loop_drop_naa_tpg()
1027 static struct se_wwn *tcm_loop_make_scsi_hba( in tcm_loop_make_scsi_hba()
1094 struct se_wwn *wwn) in tcm_loop_drop_scsi_hba()
/linux/drivers/usb/gadget/function/
H A Dtcm.h58 struct se_wwn tport_wwn;
H A Df_tcm.c1653 static struct se_portal_group *usbg_make_tpg(struct se_wwn *wwn, in usbg_make_tpg()
1772 static struct se_wwn *usbg_make_tport( in usbg_make_tport()
1794 static void usbg_drop_tport(struct se_wwn *wwn) in usbg_drop_tport()
/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h391 struct se_wwn wwn;
/linux/drivers/target/sbp/
H A Dsbp_target.h170 struct se_wwn tport_wwn;
H A Dsbp_target.c1956 static struct se_portal_group *sbp_make_tpg(struct se_wwn *wwn, in sbp_make_tpg()
2022 static struct se_wwn *sbp_make_tport( in sbp_make_tport()
2043 static void sbp_drop_tport(struct se_wwn *wwn) in sbp_drop_tport()
/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h182 struct se_wwn tport_wwn;
/linux/drivers/target/iscsi/
H A Discsi_target_configfs.c1040 static struct se_portal_group *lio_target_tiqn_addtpg(struct se_wwn *wwn, in lio_target_tiqn_addtpg()
1185 static struct se_wwn *lio_target_call_coreaddtiqn( in lio_target_call_coreaddtiqn()
1202 static void lio_target_add_wwn_groups(struct se_wwn *wwn) in lio_target_add_wwn_groups()
1233 struct se_wwn *wwn) in lio_target_call_coredeltiqn()
H A Discsi_target_stat.c591 struct se_wwn *wwn = acl->se_node_acl.se_tpg->se_tpg_wwn; in iscsi_stat_sess_inst_show()
/linux/drivers/xen/
H A Dxen-scsiback.c155 struct se_wwn tport_wwn;
1343 static struct se_wwn *
1398 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/drivers/vhost/
H A Dscsi.c183 struct se_wwn tport_wwn;
2779 vhost_scsi_make_tpg(struct se_wwn *wwn, const char *name) in vhost_scsi_make_tpg()
2834 static struct se_wwn *
2895 static void vhost_scsi_drop_tport(struct se_wwn *wwn) in vhost_scsi_drop_tport()
/linux/include/target/iscsi/
H A Discsi_target_core.h872 struct se_wwn tiqn_wwn;

12