Home
last modified time | relevance | path

Searched refs:alloc_cmd_iovecs (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/target/
Dtarget_core_fabric_ops.h45 int (*alloc_cmd_iovecs)(struct se_cmd *); member
/linux-2.6.39/drivers/target/loopback/
Dtcm_loop.c1453 fabric->tf_ops.alloc_cmd_iovecs = NULL; in tcm_loop_register_configfs()
/linux-2.6.39/drivers/target/
Dtarget_core_transport.c5107 if (TPG_TFO(se_tpg)->alloc_cmd_iovecs != NULL) { in transport_generic_new_cmd()
5108 ret = TPG_TFO(se_tpg)->alloc_cmd_iovecs(cmd); in transport_generic_new_cmd()