Lines Matching refs:tx_coalesce
38 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */ variable
53 module_param(tx_coalesce, int, 0); /* HW xmit count each TxDMAComplete */
166 np->tx_coalesce = 1; in rio_probe1()
220 if (tx_coalesce < 1) in rio_probe1()
221 tx_coalesce = 1; in rio_probe1()
222 else if (tx_coalesce > TX_RING_SIZE-1) in rio_probe1()
223 tx_coalesce = TX_RING_SIZE - 1; in rio_probe1()
281 if (tx_coalesce > 1) in rio_probe1()
283 tx_coalesce); in rio_probe1()
750 if (entry % np->tx_coalesce == 0 || np->speed == 10) in start_xmit()
1045 np->tx_coalesce = tx_coalesce; in rio_error()
1047 np->tx_coalesce = 1; in rio_error()