Searched defs:idxd_desc (Results 1 – 1 of 1) sorted by relevance
200 struct idxd_desc { struct201 struct dsa_hw_desc *hw;202 dma_addr_t desc_dma;203 struct dsa_completion_record *completion;204 dma_addr_t compl_dma;205 struct dma_async_tx_descriptor txd;206 struct llist_node llnode;207 struct list_head list;208 int id;209 int cpu;[all …]