Home
last modified time | relevance | path

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

/openbmc/linux/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,
1197 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()