Home
last modified time | relevance | path

Searched refs:i40e_maybe_stop_tx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h510 * i40e_maybe_stop_tx - 1st level check for Tx stop conditions
516 static inline int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in i40e_maybe_stop_tx() function
H A Di40e_txrx.c3466 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
3669 if (i40e_maybe_stop_tx(tx_ring, count + 4 + 1)) { in i40e_xmit_frame_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h520 * i40e_maybe_stop_tx - 1st level check for Tx stop conditions
526 static inline int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in i40e_maybe_stop_tx() function
H A Di40e_txrx.c3680 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
3919 if (i40e_maybe_stop_tx(tx_ring, count + 4 + 1)) { in i40e_xmit_frame_ring()

Completed in 18 milliseconds