Home
last modified time | relevance | path

Searched refs:i40e_get_head (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h481 static inline u32 i40e_get_head(struct i40e_ring *tx_ring) in i40e_get_head() function
Di40e_xsk.c537 u32 head_idx = i40e_get_head(tx_ring); in i40e_clean_xdp_tx_irq()
Di40e_txrx.c855 head = i40e_get_head(ring); in i40e_get_tx_pending()
944 tx_head = I40E_TX_DESC(tx_ring, i40e_get_head(tx_ring)); in i40e_clean_tx_irq()
Di40e_main.c357 head = i40e_get_head(tx_ring); in i40e_tx_timeout()