Home
last modified time | relevance | path

Searched refs:ioat_pending_level (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/ioat/
H A Dinit.c129 int ioat_pending_level = 7; variable
130 module_param(ioat_pending_level, int, 0644);
131 MODULE_PARM_DESC(ioat_pending_level,
1205 writeb(ioat_pending_level + 1, in ioat3_dma_probe()
H A Ddma.h198 extern int ioat_pending_level;
H A Ddma.c203 if (ioat_ring_pending(ioat_chan) > ioat_pending_level) in ioat_update_pending()
/kernel/linux/linux-6.6/drivers/dma/ioat/
H A Dinit.c128 int ioat_pending_level = 7; variable
129 module_param(ioat_pending_level, int, 0644);
130 MODULE_PARM_DESC(ioat_pending_level,
1205 writeb(ioat_pending_level + 1, in ioat3_dma_probe()
H A Ddma.h199 extern int ioat_pending_level;
H A Ddma.c203 if (ioat_ring_pending(ioat_chan) > ioat_pending_level) in ioat_update_pending()

Completed in 8 milliseconds