Home
last modified time | relevance | path

Searched defs:tcmu_cmd (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_user.c179 struct tcmu_cmd { struct
180 struct se_cmd *se_cmd;
181 struct tcmu_dev *tcmu_dev;
182 struct list_head cmdr_queue_entry;
184 uint16_t cmd_id;
188 uint32_t dbi_cnt;
189 uint32_t dbi_cur;
213 static struct kmem_cache *tcmu_cmd_cache; argument
485 static void tcmu_cmd_free_data(struct tcmu_cmd *tcmu_cmd, uint32_t len) in tcmu_cmd_free_data()
495 struct tcmu_cmd *tcmu_cmd) in tcmu_get_empty_block()
[all …]