Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/dlink/
Ddl2k.c38 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */ variable
53 module_param(tx_coalesce, int, 0); /* HW xmit count each TxDMAComplete */
169 np->tx_coalesce = 1; in rio_probe1()
223 if (tx_coalesce < 1) in rio_probe1()
224 tx_coalesce = 1; in rio_probe1()
225 else if (tx_coalesce > TX_RING_SIZE-1) in rio_probe1()
226 tx_coalesce = TX_RING_SIZE - 1; in rio_probe1()
282 if (tx_coalesce > 1) in rio_probe1()
284 tx_coalesce); in rio_probe1()
635 if (entry % np->tx_coalesce == 0 || np->speed == 10) in start_xmit()
[all …]
Ddl2k.h380 unsigned int tx_coalesce; /* Maximum frames each tx interrupt */ member
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h55 int tx_coalesce; member
/linux-4.1.27/Documentation/networking/
Ddl2k.txt232 tx_coalesce=n - Number of tx frame handled each interrupt.