Searched refs:tx_coalesce (Results 1 – 4 of 4) sorted by relevance
38 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */ variable53 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()295 if (tx_coalesce > 1) in rio_probe1()297 tx_coalesce); in rio_probe1()679 if (entry % np->tx_coalesce == 0 || np->speed == 10) in start_xmit()[all …]
387 unsigned int tx_coalesce; /* Maximum frames each tx interrupt */ member
63 int tx_coalesce; member
232 tx_coalesce=n - Number of tx frame handled each interrupt.