Home
last modified time | relevance | path

Searched refs:igb_maybe_stop_tx (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_main.c6113 static inline int igb_maybe_stop_tx(struct igb_ring *tx_ring, const u16 size) in igb_maybe_stop_tx() function
6225 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_tx_map()
6282 if (igb_maybe_stop_tx(tx_ring, count + 3)) in igb_xmit_xdp_ring()
6346 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_xmit_xdp_ring()
6394 if (igb_maybe_stop_tx(tx_ring, count + 3)) { in igb_xmit_frame_ring()