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

/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c129 * i40e_get_tx_pending - how many tx descriptors not processed
135 static u32 i40e_get_tx_pending(struct i40e_ring *ring) function
149 u32 tx_pending = i40e_get_tx_pending(tx_ring);
/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c589 * i40e_get_tx_pending - how many tx descriptors not processed
595 static u32 i40e_get_tx_pending(struct i40e_ring *ring) function
609 u32 tx_pending = i40e_get_tx_pending(tx_ring);

Completed in 38 milliseconds