Searched refs:tx_coalesce (Results 1 – 4 of 4) sorted by relevance
35 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */ variable50 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 …]
383 unsigned int tx_coalesce; /* Maximum frames each tx interrupt */ member
147 int tx_coalesce; member
232 tx_coalesce=n - Number of tx frame handled each interrupt.