Searched defs:idxd_desc (Results 1 – 1 of 1) sorted by relevance
214 struct idxd_desc { struct215 struct dsa_hw_desc *hw;216 dma_addr_t desc_dma;217 struct dsa_completion_record *completion;218 dma_addr_t compl_dma;219 struct dma_async_tx_descriptor txd;220 struct llist_node llnode;221 struct list_head list;222 int id;223 int cpu;[all …]