| /linux-4.4.14/include/target/ |
| D | target_core_fabric.h | 76 struct se_wwn *(*fabric_make_wwn)(struct target_fabric_configfs *, 78 void (*fabric_drop_wwn)(struct se_wwn *); 79 struct se_portal_group *(*fabric_make_tpg)(struct se_wwn *, 178 int core_tpg_register(struct se_wwn *, struct se_portal_group *, int);
|
| D | target_core_base.h | 888 struct se_wwn *se_tpg_wwn; 923 struct se_wwn { struct
|
| /linux-4.4.14/drivers/target/tcm_fc/ |
| D | tfc_conf.c | 230 struct se_wwn *wwn, in ft_add_tpg() 259 ft_wwn = container_of(wwn, struct ft_lport_wwn, se_wwn); in ft_add_tpg() 338 static struct se_wwn *ft_add_wwn( in ft_add_wwn() 367 return &ft_wwn->se_wwn; in ft_add_wwn() 370 static void ft_del_wwn(struct se_wwn *wwn) in ft_del_wwn() 373 struct ft_lport_wwn, se_wwn); in ft_del_wwn()
|
| D | tcm_fc.h | 109 struct se_wwn se_wwn; member
|
| /linux-4.4.14/drivers/target/ |
| D | target_core_fabric_configfs.c | 893 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in target_fabric_tpg_release() 913 struct se_wwn *wwn = container_of(group, struct se_wwn, wwn_group); in target_fabric_make_tpg() 979 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_release_wwn() 980 struct se_wwn, wwn_group); in target_fabric_release_wwn() 1017 struct se_wwn *wwn; in target_fabric_make_wwn() 1047 struct se_wwn *wwn = container_of(to_config_group(item), in target_fabric_drop_wwn() 1048 struct se_wwn, wwn_group); in target_fabric_drop_wwn()
|
| D | target_core_tpg.c | 506 struct se_wwn *se_wwn, in core_tpg_register() argument 524 if (se_wwn) in core_tpg_register() 525 se_tpg->se_tpg_tfo = se_wwn->wwn_tf->tf_ops; in core_tpg_register() 534 se_tpg->se_tpg_wwn = se_wwn; in core_tpg_register()
|
| /linux-4.4.14/drivers/scsi/qla2xxx/ |
| D | tcm_qla2xxx.c | 652 struct se_wwn *se_wwn = se_tpg->se_tpg_wwn; in tcm_qla2xxx_clear_nacl_from_fcport_map() local 653 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_clear_nacl_from_fcport_map() 917 struct se_wwn *wwn, in tcm_qla2xxx_make_tpg() 995 struct se_wwn *se_wwn = se_tpg->se_tpg_wwn; in tcm_qla2xxx_npiv_tpg_enable_store() local 996 struct tcm_qla2xxx_lport *lport = container_of(se_wwn, in tcm_qla2xxx_npiv_tpg_enable_store() 1038 struct se_wwn *wwn, in tcm_qla2xxx_npiv_make_tpg() 1553 static struct se_wwn *tcm_qla2xxx_make_lport( in tcm_qla2xxx_make_lport() 1593 static void tcm_qla2xxx_drop_lport(struct se_wwn *wwn) in tcm_qla2xxx_drop_lport() 1665 static struct se_wwn *tcm_qla2xxx_npiv_make_lport( in tcm_qla2xxx_npiv_make_lport() 1718 static void tcm_qla2xxx_npiv_drop_lport(struct se_wwn *wwn) in tcm_qla2xxx_npiv_drop_lport()
|
| D | tcm_qla2xxx.h | 81 struct se_wwn lport_wwn;
|
| /linux-4.4.14/drivers/target/loopback/ |
| D | tcm_loop.h | 53 struct se_wwn tl_hba_wwn;
|
| D | tcm_loop.c | 1051 struct se_wwn *wwn, in tcm_loop_make_naa_tpg() 1094 struct se_wwn *wwn = se_tpg->se_tpg_wwn; in tcm_loop_drop_naa_tpg() 1123 static struct se_wwn *tcm_loop_make_scsi_hba( in tcm_loop_make_scsi_hba() 1194 struct se_wwn *wwn) in tcm_loop_drop_scsi_hba()
|
| /linux-4.4.14/drivers/usb/gadget/legacy/ |
| D | tcm_usb_gadget.h | 51 struct se_wwn tport_wwn;
|
| D | tcm_usb_gadget.c | 1378 struct se_wwn *wwn, in usbg_make_tpg() 1437 static struct se_wwn *usbg_make_tport( in usbg_make_tport() 1458 static void usbg_drop_tport(struct se_wwn *wwn) in usbg_drop_tport()
|
| /linux-4.4.14/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.h | 370 struct se_wwn port_wwn;
|
| D | ib_srpt.c | 3657 static struct se_portal_group *srpt_make_tpg(struct se_wwn *wwn, in srpt_make_tpg() 3689 static struct se_wwn *srpt_make_tport(struct target_fabric_configfs *tf, in srpt_make_tport() 3712 static void srpt_drop_tport(struct se_wwn *wwn) in srpt_drop_tport()
|
| /linux-4.4.14/drivers/target/sbp/ |
| D | sbp_target.h | 169 struct se_wwn tport_wwn;
|
| D | sbp_target.c | 2012 struct se_wwn *wwn, in sbp_make_tpg() 2081 static struct se_wwn *sbp_make_tport( in sbp_make_tport() 2104 static void sbp_drop_tport(struct se_wwn *wwn) in sbp_drop_tport()
|
| /linux-4.4.14/drivers/xen/ |
| D | xen-scsiback.c | 157 struct se_wwn tport_wwn; 1271 static struct se_wwn * 1326 static void scsiback_drop_tport(struct se_wwn *wwn) in scsiback_drop_tport() 1737 scsiback_make_tpg(struct se_wwn *wwn, in scsiback_make_tpg()
|
| /linux-4.4.14/drivers/vhost/ |
| D | scsi.c | 148 struct se_wwn tport_wwn; 1975 vhost_scsi_make_tpg(struct se_wwn *wwn, in vhost_scsi_make_tpg() 2032 static struct se_wwn * 2093 static void vhost_scsi_drop_tport(struct se_wwn *wwn) in vhost_scsi_drop_tport()
|
| /linux-4.4.14/drivers/target/iscsi/ |
| D | iscsi_target_configfs.c | 1182 struct se_wwn *wwn, in lio_target_tiqn_addtpg() 1261 static struct se_wwn *lio_target_call_coreaddtiqn( in lio_target_call_coreaddtiqn() 1310 struct se_wwn *wwn) in lio_target_call_coredeltiqn()
|
| D | iscsi_target_stat.c | 600 struct se_wwn *wwn = acl->se_node_acl.se_tpg->se_tpg_wwn; in iscsi_stat_sess_inst_show()
|
| /linux-4.4.14/include/target/iscsi/ |
| D | iscsi_target_core.h | 855 struct se_wwn tiqn_wwn;
|