Searched refs:get_fabric_proto_ident (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_spc.c | 290 (tpg->se_tpg_tfo->get_fabric_proto_ident(tpg) << 4); in spc_emulate_evpd_83() 326 (tpg->se_tpg_tfo->get_fabric_proto_ident(tpg) << 4); in spc_emulate_evpd_83() 375 (tpg->se_tpg_tfo->get_fabric_proto_ident(tpg) << 4); in spc_emulate_evpd_83() 416 (tpg->se_tpg_tfo->get_fabric_proto_ident(tpg) << 4); in spc_emulate_evpd_83()
|
D | target_core_pr.c | 1542 if (!tmp_tf_ops->get_fabric_proto_ident || in core_scsi3_decode_spec_i_port() 1549 tmp_proto_ident = tmp_tf_ops->get_fabric_proto_ident(tmp_tpg); in core_scsi3_decode_spec_i_port() 3236 if (proto_ident != dest_tf_ops->get_fabric_proto_ident(dest_se_tpg)) { in core_scsi3_emulate_pro_register_and_move() 3240 dest_tf_ops->get_fabric_proto_ident(dest_se_tpg), in core_scsi3_emulate_pro_register_and_move()
|
D | target_core_configfs.c | 321 if (!tfo->get_fabric_proto_ident) { in target_fabric_tf_ops_check()
|
/linux-4.1.27/include/target/ |
D | target_core_fabric.h | 8 u8 (*get_fabric_proto_ident)(struct se_portal_group *); member
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_conf.c | 514 .get_fabric_proto_ident = fc_get_fabric_proto_ident,
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 1982 .get_fabric_proto_ident = tcm_qla2xxx_get_fabric_proto_ident, 2040 .get_fabric_proto_ident = tcm_qla2xxx_get_fabric_proto_ident,
|
/linux-4.1.27/drivers/target/loopback/ |
D | tcm_loop.c | 1389 .get_fabric_proto_ident = tcm_loop_get_fabric_proto_ident,
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 1999 .get_fabric_proto_ident = iscsi_get_fabric_proto_ident,
|
/linux-4.1.27/drivers/xen/ |
D | xen-scsiback.c | 1950 .get_fabric_proto_ident = scsiback_get_fabric_proto_ident,
|
/linux-4.1.27/drivers/vhost/ |
D | scsi.c | 2328 .get_fabric_proto_ident = vhost_scsi_get_fabric_proto_ident,
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1870 .get_fabric_proto_ident = usbg_get_fabric_proto_ident,
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 2508 .get_fabric_proto_ident = sbp_get_fabric_proto_ident,
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 3863 .get_fabric_proto_ident = srpt_get_fabric_proto_ident,
|