Searched defs:tcmu_cmd (Results 1 – 1 of 1) sorted by relevance
168 struct tcmu_cmd { struct169 struct se_cmd *se_cmd;170 struct tcmu_dev *tcmu_dev;171 struct list_head queue_entry;173 uint16_t cmd_id;177 uint32_t dbi_cnt;178 uint32_t dbi_cur;179 uint32_t *dbi;203 static struct kmem_cache *tcmu_cmd_cache; argument476 static void tcmu_cmd_free_data(struct tcmu_cmd *tcmu_cmd, uint32_t len) in tcmu_cmd_free_data()[all …]