Home
last modified time | relevance | path

Searched refs:i40e_get_head (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h470 * i40e_get_head - Retrieve head from head writeback
476 static inline u32 i40e_get_head(struct i40e_ring *tx_ring) in i40e_get_head() function
H A Di40e_xsk.c530 u32 head_idx = i40e_get_head(tx_ring); in i40e_clean_xdp_tx_irq()
H A Di40e_txrx.c700 head = i40e_get_head(ring); in i40e_get_tx_pending()
789 tx_head = I40E_TX_DESC(tx_ring, i40e_get_head(tx_ring)); in i40e_clean_tx_irq()
H A Di40e_main.c361 head = i40e_get_head(tx_ring); in i40e_tx_timeout()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h480 * i40e_get_head - Retrieve head from head writeback
486 static inline u32 i40e_get_head(struct i40e_ring *tx_ring) in i40e_get_head() function
H A Di40e_xsk.c662 u32 head_idx = i40e_get_head(tx_ring); in i40e_clean_xdp_tx_irq()
H A Di40e_txrx.c854 head = i40e_get_head(ring); in i40e_get_tx_pending()
945 tx_head = I40E_TX_DESC(tx_ring, i40e_get_head(tx_ring)); in i40e_clean_tx_irq()
H A Di40e_main.c364 head = i40e_get_head(tx_ring); in i40e_tx_timeout()

Completed in 45 milliseconds