Searched refs:core_tpg_register (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/include/target/ |
H A D | target_core_fabric.h | 185 int core_tpg_register(const struct target_core_fabric_ops *,
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_tpg.c | 674 int core_tpg_register( core_tpg_register() function 737 EXPORT_SYMBOL(core_tpg_register); variable
|
/linux-4.1.27/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 340 ret = core_tpg_register(&ft_fabric_ops, wwn, &tpg->se_tpg, ft_add_tpg()
|
/linux-4.1.27/drivers/target/iscsi/ |
H A D | iscsi_target_tpg.c | 71 ret = core_tpg_register(&iscsi_ops, NULL, &tpg->tpg_se_tpg, iscsit_load_discovery_tpg()
|
H A D | iscsi_target_configfs.c | 1466 ret = core_tpg_register(&iscsi_ops, wwn, &tpg->tpg_se_tpg, lio_target_tiqn_addtpg()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 1168 ret = core_tpg_register(&tcm_qla2xxx_ops, wwn, tcm_qla2xxx_make_tpg() 1288 ret = core_tpg_register(&tcm_qla2xxx_npiv_ops, wwn, tcm_qla2xxx_npiv_make_tpg()
|
/linux-4.1.27/drivers/target/loopback/ |
H A D | tcm_loop.c | 1237 ret = core_tpg_register(&loop_ops, wwn, &tl_tpg->tl_se_tpg, tl_tpg, tcm_loop_make_naa_tpg()
|
/linux-4.1.27/Documentation/target/ |
H A D | tcm_mod_builder.py | 311 buf += " ret = core_tpg_register(&" + fabric_mod_name + "_ops, wwn,\n"
|
/linux-4.1.27/drivers/xen/ |
H A D | xen-scsiback.c | 1904 ret = core_tpg_register(&scsiback_ops, wwn, scsiback_make_tpg()
|
/linux-4.1.27/drivers/target/sbp/ |
H A D | sbp_target.c | 2217 ret = core_tpg_register(&sbp_ops, wwn, &tpg->se_tpg, tpg, sbp_make_tpg()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | tcm_usb_gadget.c | 1575 ret = core_tpg_register(&usbg_ops, wwn, &tpg->se_tpg, tpg, usbg_make_tpg()
|
/linux-4.1.27/drivers/vhost/ |
H A D | scsi.c | 2203 ret = core_tpg_register(&vhost_scsi_ops, wwn, vhost_scsi_make_tpg()
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 3791 res = core_tpg_register(&srpt_template, &sport->port_wwn, srpt_make_tpg()
|
Completed in 731 milliseconds