Home
last modified time | relevance | path

Searched refs:ixgbevf_clean_tx_ring (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2397 * ixgbevf_clean_tx_ring - Free Tx Buffers
2400 static void ixgbevf_clean_tx_ring(struct ixgbevf_ring *tx_ring) in ixgbevf_clean_tx_ring() function
2479 ixgbevf_clean_tx_ring(adapter->tx_ring[i]); in ixgbevf_clean_all_tx_rings()
2481 ixgbevf_clean_tx_ring(adapter->xdp_ring[i]); in ixgbevf_clean_all_tx_rings()
3368 ixgbevf_clean_tx_ring(tx_ring); in ixgbevf_free_tx_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2403 * ixgbevf_clean_tx_ring - Free Tx Buffers
2406 static void ixgbevf_clean_tx_ring(struct ixgbevf_ring *tx_ring) in ixgbevf_clean_tx_ring() function
2485 ixgbevf_clean_tx_ring(adapter->tx_ring[i]); in ixgbevf_clean_all_tx_rings()
2487 ixgbevf_clean_tx_ring(adapter->xdp_ring[i]); in ixgbevf_clean_all_tx_rings()
3376 ixgbevf_clean_tx_ring(tx_ring); in ixgbevf_free_tx_resources()

Completed in 11 milliseconds