Searched refs:ioat_get_ring_ent (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/dma/ioat/ |
D | prep.c | 137 desc = ioat_get_ring_ent(ioat_chan, idx + i); in ioat_dma_prep_memcpy_lock() 209 desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_xor_lock() 216 ext = ioat_get_ring_ent(ioat_chan, idx + i + 1); in __ioat_prep_xor_lock() 242 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_xor_lock() 404 desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq_lock() 411 ext = ioat_get_ring_ent(ioat_chan, idx + i + with_ext); in __ioat_prep_pq_lock() 458 compl_desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq_lock() 512 desc = ioat_get_ring_ent(ioat_chan, idx + i); in __ioat_prep_pq16_lock() 727 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->head); in ioat_prep_interrupt_lock()
|
D | dma.c | 177 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->head); in __ioat_start_null_desc() 220 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail); in __ioat_restart_chan() 453 ent = ioat_get_ring_ent(ioat_chan, ioat_chan->tail+i); in reshape_ring() 650 prefetch(ioat_get_ring_ent(ioat_chan, idx + i + 1)); in __cleanup() 651 desc = ioat_get_ring_ent(ioat_chan, idx + i); in __cleanup() 765 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail); in ioat_eh()
|
D | dma.h | 376 ioat_get_ring_ent(struct ioatdma_chan *ioat_chan, u16 idx) in ioat_get_ring_ent() function
|
D | init.c | 655 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->head + i); in ioat_free_chan_resources() 664 desc = ioat_get_ring_ent(ioat_chan, ioat_chan->tail + i); in ioat_free_chan_resources()
|