Searched defs:refill_engine (Results 1 – 1 of 1) sorted by relevance
133 struct refill_engine { struct134 int id;135 struct dmm *dmm;136 struct tcm *tcm;138 uint8_t *refill_va;139 dma_addr_t refill_pa;142 struct dmm_txn txn;166 struct refill_engine *engines; argument