Searched refs:sess_get_index (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_fabric.h | 69 u32 (*sess_get_index)(struct se_session *); member
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_fabric.h | 69 u32 (*sess_get_index)(struct se_session *); member
|
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 429 .sess_get_index = ft_sess_get_index,
|
/kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 416 .sess_get_index = ft_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/target/loopback/ |
H A D | tcm_loop.c | 1135 .sess_get_index = tcm_loop_sess_get_index,
|
/kernel/linux/linux-6.6/drivers/target/loopback/ |
H A D | tcm_loop.c | 1089 .sess_get_index = tcm_loop_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.c | 1852 .sess_get_index = tcm_qla2xxx_sess_get_index, 1892 .sess_get_index = tcm_qla2xxx_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 1547 .sess_get_index = lio_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_stat.c | 1280 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
|
H A D | target_core_configfs.c | 388 if (!tfo->sess_get_index) { in target_fabric_tf_ops_check() 389 pr_err("Missing tfo->sess_get_index()\n"); in target_fabric_tf_ops_check()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_stat.c | 1275 tpg->se_tpg_tfo->sess_get_index(se_sess)); in target_stat_iport_indx_show()
|
H A D | target_core_configfs.c | 458 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()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 1561 .sess_get_index = lio_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/target/sbp/ |
H A D | sbp_target.c | 2312 .sess_get_index = sbp_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | scsi.c | 2460 .sess_get_index = vhost_scsi_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | xen-scsiback.c | 1786 .sess_get_index = scsiback_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 1723 .sess_get_index = usbg_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 3905 .sess_get_index = srpt_sess_get_index,
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 4037 .sess_get_index = ibmvscsis_sess_get_index,
|
Completed in 44 milliseconds