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.c1705 * ice_maybe_stop_tx - 1st level check for Tx stop conditions
1711 static int ice_maybe_stop_tx(struct ice_ring *tx_ring, unsigned int size) in ice_maybe_stop_tx() function
1850 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
2395 if (ice_maybe_stop_tx(tx_ring, count + ICE_DESCS_PER_CACHE_LINE + in ice_xmit_frame_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1616 * ice_maybe_stop_tx - 1st level check for Tx stop conditions
1622 static int ice_maybe_stop_tx(struct ice_tx_ring *tx_ring, unsigned int size) in ice_maybe_stop_tx() function
1759 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
2364 if (ice_maybe_stop_tx(tx_ring, count + ICE_DESCS_PER_CACHE_LINE + in ice_xmit_frame_ring()

Completed in 7 milliseconds