Searched refs:tx_budget (Results 1 – 2 of 2) sorted by relevance
1248 int tx_budget = budget - rx_budget; in grcan_poll() local1256 tx_work_done = grcan_transmit_catch_up(dev, tx_budget); in grcan_poll()1258 if (rx_work_done < rx_budget && tx_work_done < tx_budget) { in grcan_poll()
1202 int tx_budget; in ena_io_poll() local1209 tx_budget = tx_ring->ring_size / ENA_TX_POLL_BUDGET_DIVIDER; in ena_io_poll()1217 tx_work_done = ena_clean_tx_irq(tx_ring, tx_budget); in ena_io_poll()1228 } else if ((budget > rx_work_done) && (tx_budget > tx_work_done)) { in ena_io_poll()