Home
last modified time | relevance | path

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

/linux/include/target/
H A Dtarget_core_fabric.h69 u32 (*sess_get_index)(struct se_session *); member
/linux/drivers/target/tcm_fc/
H A Dtfc_conf.c416 .sess_get_index = ft_sess_get_index,
/linux/drivers/target/loopback/
H A Dtcm_loop.c1089 .sess_get_index = tcm_loop_sess_get_index,
/linux/drivers/target/
H A Dtarget_core_stat.c1275 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
H A Dtarget_core_configfs.c458 if (!tfo->sess_get_index) in target_set_default_ops()
459 tfo->sess_get_index = target_default_sess_get_index; in target_set_default_ops()
/linux/drivers/target/iscsi/
H A Discsi_target_configfs.c1561 .sess_get_index = lio_sess_get_index,