Home
last modified time | relevance | path

Searched refs:tpg_get_inst_index (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/target/
Dtarget_core_fabric.h58 u32 (*tpg_get_inst_index)(struct se_portal_group *); member
/linux-6.6.21/drivers/target/
Dtarget_core_stat.c754 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_transport_indx_show()
869 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_auth_inst_show()
1208 tpg->se_tpg_tfo->tpg_get_inst_index(tpg)); in target_stat_iport_inst_show()
Dtarget_core_configfs.c455 if (!tfo->tpg_get_inst_index) in target_set_default_ops()
456 tfo->tpg_get_inst_index = target_default_get_inst_index; in target_set_default_ops()
/linux-6.6.21/drivers/target/tcm_fc/
Dtfc_conf.c412 .tpg_get_inst_index = ft_tpg_get_inst_index,
/linux-6.6.21/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c1800 .tpg_get_inst_index = tcm_qla2xxx_tpg_get_inst_index,
1839 .tpg_get_inst_index = tcm_qla2xxx_tpg_get_inst_index,
/linux-6.6.21/drivers/target/iscsi/
Discsi_target_configfs.c1557 .tpg_get_inst_index = lio_tpg_get_inst_index,