Searched refs:tx_coalesce (Results 1 – 6 of 6) sorted by relevance
102 layout.tx_coalesce != priv->tx_obj_num_coalesce_irq || in mcp251xfd_ring_set_coalesce()112 priv->tx_obj_num_coalesce_irq = layout.tx_coalesce; in mcp251xfd_ring_set_coalesce()
146 layout->tx_coalesce = num_tx_coalesce; in can_ram_get_layout()151 layout->tx_coalesce = 0; in can_ram_get_layout()
53 u8 tx_coalesce; member
30 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */ variable45 module_param(tx_coalesce, int, 0); /* HW xmit count each TxDMAComplete */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()[all …]
383 unsigned int tx_coalesce; /* Maximum frames each tx interrupt */ member
260 tx_coalesce=n Number of tx frame handled each interrupt.