Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dlink/
A Ddl2k.c30 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */ variable
154 np->tx_coalesce = 1; in rio_probe1()
208 if (tx_coalesce < 1) in rio_probe1()
209 tx_coalesce = 1; in rio_probe1()
210 else if (tx_coalesce > TX_RING_SIZE-1) in rio_probe1()
211 tx_coalesce = TX_RING_SIZE - 1; in rio_probe1()
271 if (tx_coalesce > 1) in rio_probe1()
273 tx_coalesce); in rio_probe1()
740 if (entry % np->tx_coalesce == 0 || np->speed == 10) in start_xmit()
1034 np->tx_coalesce = tx_coalesce; in rio_error()
[all …]
A Ddl2k.h383 unsigned int tx_coalesce; /* Maximum frames each tx interrupt */ member
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac.h194 int tx_coalesce; member
/linux/Documentation/networking/device_drivers/ethernet/dlink/
A Ddl2k.rst260 tx_coalesce=n Number of tx frame handled each interrupt.

Completed in 16 milliseconds