Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8226 static inline int ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size) in ixgbe_maybe_stop_tx() function
8354 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()
8663 if (ixgbe_maybe_stop_tx(tx_ring, count + 3)) { in ixgbe_xmit_frame_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8273 static inline int ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size) in ixgbe_maybe_stop_tx() function
8401 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()
8735 if (ixgbe_maybe_stop_tx(tx_ring, count + 3)) { in ixgbe_xmit_frame_ring()

Completed in 25 milliseconds