Home
last modified time | relevance | path

Searched refs:ena_clean_tx_irq (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/Documentation/networking/device_drivers/ethernet/amazon/
Dena.rst291 - The ena_clean_tx_irq() function is called. This function handles the
/Linux-v5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.c1226 static int ena_clean_tx_irq(struct ena_ring *tx_ring, u32 budget) in ena_clean_tx_irq() function
1867 tx_work_done = ena_clean_tx_irq(tx_ring, tx_budget); in ena_io_poll()