Home
last modified time | relevance | path

Searched refs:queue_data_in (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/target/
Dtarget_core_fabric_ops.h74 int (*queue_data_in)(struct se_cmd *); member
/linux-2.6.39/drivers/target/loopback/
Dtcm_loop.c1478 fabric->tf_ops.queue_data_in = &tcm_loop_queue_data_in; in tcm_loop_register_configfs()
/linux-2.6.39/drivers/target/
Dtarget_core_transport.c3894 CMD_TFO(cmd)->queue_data_in(cmd); in transport_generic_complete_ok()
3913 CMD_TFO(cmd)->queue_data_in(cmd); in transport_generic_complete_ok()
Dtarget_core_configfs.c476 if (!(tfo->queue_data_in)) { in target_fabric_tf_ops_check()