Searched refs:core_tpg_register (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/include/target/ |
| D | target_core_fabric.h | 178 int core_tpg_register(struct se_wwn *, struct se_portal_group *, int);
|
| /linux-4.4.14/drivers/target/ |
| D | target_core_tpg.c | 505 int core_tpg_register( in core_tpg_register() function 568 EXPORT_SYMBOL(core_tpg_register);
|
| /linux-4.4.14/drivers/target/tcm_fc/ |
| D | tfc_conf.c | 273 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_FCP); in ft_add_tpg()
|
| /linux-4.4.14/drivers/target/iscsi/ |
| D | iscsi_target_tpg.c | 74 ret = core_tpg_register(NULL, &tpg->tpg_se_tpg, -1); in iscsit_load_discovery_tpg()
|
| D | iscsi_target_configfs.c | 1212 ret = core_tpg_register(wwn, &tpg->tpg_se_tpg, SCSI_PROTOCOL_ISCSI); in lio_target_tiqn_addtpg()
|
| /linux-4.4.14/drivers/scsi/qla2xxx/ |
| D | tcm_qla2xxx.c | 953 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_FCP); in tcm_qla2xxx_make_tpg() 1070 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_FCP); in tcm_qla2xxx_npiv_make_tpg()
|
| /linux-4.4.14/drivers/target/loopback/ |
| D | tcm_loop.c | 1080 ret = core_tpg_register(wwn, &tl_tpg->tl_se_tpg, tl_hba->tl_proto_id); in tcm_loop_make_naa_tpg()
|
| /linux-4.4.14/drivers/xen/ |
| D | xen-scsiback.c | 1764 ret = core_tpg_register(wwn, &tpg->se_tpg, tport->tport_proto_id); in scsiback_make_tpg()
|
| /linux-4.4.14/drivers/vhost/ |
| D | scsi.c | 2001 ret = core_tpg_register(wwn, &tpg->se_tpg, tport->tport_proto_id); in vhost_scsi_make_tpg()
|
| /linux-4.4.14/drivers/usb/gadget/legacy/ |
| D | tcm_usb_gadget.c | 1416 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_SAS); in usbg_make_tpg()
|
| /linux-4.4.14/drivers/target/sbp/ |
| D | sbp_target.c | 2056 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_SBP); in sbp_make_tpg()
|
| /linux-4.4.14/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.c | 3665 res = core_tpg_register(&sport->port_wwn, &sport->port_tpg_1, SCSI_PROTOCOL_SRP); in srpt_make_tpg()
|