Searched refs:ioat_get_ring_ent (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
D | prep.c | 125 desc = ioat_get_ring_ent(ioat_chan, idx + i); in ioat_dma_prep_memcpy_lock() 197 desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_xor_lock() 204 ext = ioat_get_ring_ent(ioat_chan, idx + i + 1); in __ioat_prep_xor_lock() 230 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_xor_lock() 392 desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq_lock() 399 ext = ioat_get_ring_ent(ioat_chan, idx + i + with_ext); in __ioat_prep_pq_lock() 446 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq_lock() 500 desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq16_lock() 715 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->head); in ioat_prep_interrupt_lock()
|
D | dma.c | 221 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->head); in __ioat_start_null_desc() 264 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail); in __ioat_restart_chan() 616 prefetch(ioat_get_ring_ent(ioat_chan, idx + i + 1)); in __cleanup() 617 desc = ioat_get_ring_ent(ioat_chan, idx + i); in __cleanup() 739 prefetch(ioat_get_ring_ent(ioat_chan, idx + i + 1)); in ioat_abort_descs() 740 desc = ioat_get_ring_ent(ioat_chan, idx + i); in ioat_abort_descs() 770 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail); in ioat_abort_descs() 797 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail); in ioat_eh()
|
D | dma.h | 342 ioat_get_ring_ent(struct ioatdma_chan *ioat_chan, u16 idx) in ioat_get_ring_ent() function
|
D | init.c | 639 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->head + i); in ioat_free_chan_resources() 648 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail + i); in ioat_free_chan_resources()
|