Searched refs:tx_budget (Results 1 – 5 of 5) sorted by relevance
180 u32 tx_budget; member
529 tx_work_done = ionic_cq_service(txcq, lif->tx_budget, in ionic_txrx_napi()
2441 lif->tx_budget = IONIC_TX_BUDGET_DEFAULT; in ionic_lif_alloc()
1244 int tx_budget = budget - rx_budget; in grcan_poll() local1252 tx_work_done = grcan_transmit_catch_up(dev, tx_budget); in grcan_poll()1254 if (rx_work_done < rx_budget && tx_work_done < tx_budget) { in grcan_poll()
1849 int tx_budget; in ena_io_poll() local1859 tx_budget = tx_ring->ring_size / ENA_TX_POLL_BUDGET_DIVIDER; in ena_io_poll()1867 tx_work_done = ena_clean_tx_irq(tx_ring, tx_budget); in ena_io_poll()1882 } else if ((budget > rx_work_done) && (tx_budget > tx_work_done)) { in ena_io_poll()