Home
last modified time | relevance | path

Searched refs:tx_coalesce (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/dlink/
Ddl2k.c35 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */ variable
50 module_param(tx_coalesce, int, 0); /* HW xmit count each TxDMAComplete */
163 np->tx_coalesce = 1; in rio_probe1()
217 if (tx_coalesce < 1) in rio_probe1()
218 tx_coalesce = 1; in rio_probe1()
219 else if (tx_coalesce > TX_RING_SIZE-1) in rio_probe1()
220 tx_coalesce = TX_RING_SIZE - 1; in rio_probe1()
278 if (tx_coalesce > 1) in rio_probe1()
280 tx_coalesce); in rio_probe1()
747 if (entry % np->tx_coalesce == 0 || np->speed == 10) in start_xmit()
[all …]
Ddl2k.h383 unsigned int tx_coalesce; /* Maximum frames each tx interrupt */ member
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h147 int tx_coalesce; member
/Linux-v5.4/Documentation/networking/device_drivers/dlink/
Ddl2k.txt232 tx_coalesce=n - Number of tx frame handled each interrupt.