Lines Matching refs:compl_desc
157 struct ioat_ring_ent *compl_desc; in __ioat_prep_xor_lock() local
230 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_xor_lock()
231 compl_desc->txd.flags = flags & DMA_PREP_INTERRUPT; in __ioat_prep_xor_lock()
232 hw = compl_desc->hw; in __ioat_prep_xor_lock()
238 dump_desc_dbg(ioat_chan, compl_desc); in __ioat_prep_xor_lock()
241 return &compl_desc->txd; in __ioat_prep_xor_lock()
346 struct ioat_ring_ent *compl_desc; in __ioat_prep_pq_lock() local
443 compl_desc = desc; in __ioat_prep_pq_lock()
446 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq_lock()
447 compl_desc->txd.flags = flags & DMA_PREP_INTERRUPT; in __ioat_prep_pq_lock()
448 hw = compl_desc->hw; in __ioat_prep_pq_lock()
454 dump_desc_dbg(ioat_chan, compl_desc); in __ioat_prep_pq_lock()
459 return &compl_desc->txd; in __ioat_prep_pq_lock()