Lines Matching refs:compl_desc
169 struct ioat_ring_ent *compl_desc; in __ioat_prep_xor_lock() local
242 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_xor_lock()
243 compl_desc->txd.flags = flags & DMA_PREP_INTERRUPT; in __ioat_prep_xor_lock()
244 hw = compl_desc->hw; in __ioat_prep_xor_lock()
250 dump_desc_dbg(ioat_chan, compl_desc); in __ioat_prep_xor_lock()
253 return &compl_desc->txd; in __ioat_prep_xor_lock()
358 struct ioat_ring_ent *compl_desc; in __ioat_prep_pq_lock() local
455 compl_desc = desc; in __ioat_prep_pq_lock()
458 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq_lock()
459 compl_desc->txd.flags = flags & DMA_PREP_INTERRUPT; in __ioat_prep_pq_lock()
460 hw = compl_desc->hw; in __ioat_prep_pq_lock()
466 dump_desc_dbg(ioat_chan, compl_desc); in __ioat_prep_pq_lock()
471 return &compl_desc->txd; in __ioat_prep_pq_lock()