Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h488 static inline u32 i40e_get_head(struct i40e_ring *tx_ring) in i40e_get_head() function
H A Di40e_txrx.c848 head = i40e_get_head(ring); in i40e_get_tx_pending()
941 tx_head = I40E_TX_DESC(tx_ring, i40e_get_head(tx_ring)); in i40e_clean_tx_irq()
H A Di40e_main.c379 head = i40e_get_head(tx_ring); in i40e_tx_timeout()