Home
last modified time | relevance | path

Searched refs:ioat_check_space_lock (Results 1 – 3 of 3) sorted by relevance

/drivers/dma/ioat/
Dprep.c117 ioat_check_space_lock(ioat_chan, num_descs) == 0) in ioat_dma_prep_memcpy_lock()
186 ioat_check_space_lock(ioat_chan, num_descs+1) == 0) in __ioat_prep_xor_lock()
382 ioat_check_space_lock(ioat_chan, num_descs + cb32) == 0) in __ioat_prep_pq_lock()
488 if (num_descs && ioat_check_space_lock(ioat_chan, num_descs) == 0) in __ioat_prep_pq16_lock()
714 if (ioat_check_space_lock(ioat_chan, 1) == 0) in ioat_prep_interrupt_lock()
Ddma.h397 int ioat_check_space_lock(struct ioatdma_chan *ioat_chan, int num_descs);
Ddma.c463 int ioat_check_space_lock(struct ioatdma_chan *ioat_chan, int num_descs) in ioat_check_space_lock() function