Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1682 * __ice_maybe_stop_tx - 2nd level check for Tx stop conditions
1688 static int __ice_maybe_stop_tx(struct ice_ring *tx_ring, unsigned int size) in __ice_maybe_stop_tx() function
1716 return __ice_maybe_stop_tx(tx_ring, size); in ice_maybe_stop_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1593 * __ice_maybe_stop_tx - 2nd level check for Tx stop conditions
1599 static int __ice_maybe_stop_tx(struct ice_tx_ring *tx_ring, unsigned int size) in __ice_maybe_stop_tx() function
1627 return __ice_maybe_stop_tx(tx_ring, size); in ice_maybe_stop_tx()

Completed in 9 milliseconds