Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5994 * ixgbe_clean_tx_ring - Free Tx Buffers
5997 static void ixgbe_clean_tx_ring(struct ixgbe_ring *tx_ring) in ixgbe_clean_tx_ring() function
6085 ixgbe_clean_tx_ring(adapter->tx_ring[i]); in ixgbe_clean_all_tx_rings()
6087 ixgbe_clean_tx_ring(adapter->xdp_ring[i]); in ixgbe_clean_all_tx_rings()
6652 ixgbe_clean_tx_ring(tx_ring); in ixgbe_free_tx_resources()
10448 ixgbe_clean_tx_ring(tx_ring); in ixgbe_txrx_ring_disable()
10450 ixgbe_clean_tx_ring(xdp_ring); in ixgbe_txrx_ring_disable()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c6028 * ixgbe_clean_tx_ring - Free Tx Buffers
6031 static void ixgbe_clean_tx_ring(struct ixgbe_ring *tx_ring) in ixgbe_clean_tx_ring() function
6119 ixgbe_clean_tx_ring(adapter->tx_ring[i]); in ixgbe_clean_all_tx_rings()
6121 ixgbe_clean_tx_ring(adapter->xdp_ring[i]); in ixgbe_clean_all_tx_rings()
6697 ixgbe_clean_tx_ring(tx_ring); in ixgbe_free_tx_resources()
10594 ixgbe_clean_tx_ring(tx_ring); in ixgbe_txrx_ring_disable()
10596 ixgbe_clean_tx_ring(xdp_ring); in ixgbe_txrx_ring_disable()

Completed in 26 milliseconds