Searched refs:e1000_maybe_stop_tx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 3089 static int e1000_maybe_stop_tx(struct net_device *netdev, in e1000_maybe_stop_tx() function 3206 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) in e1000_xmit_frame() 3270 e1000_maybe_stop_tx(netdev, tx_ring, desc_needed); in e1000_xmit_frame()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 3089 static int e1000_maybe_stop_tx(struct net_device *netdev, in e1000_maybe_stop_tx() function 3206 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) in e1000_xmit_frame() 3270 e1000_maybe_stop_tx(netdev, tx_ring, desc_needed); in e1000_xmit_frame()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 5777 static int e1000_maybe_stop_tx(struct e1000_ring *tx_ring, int size) in e1000_maybe_stop_tx() function 5860 if (e1000_maybe_stop_tx(tx_ring, count + 2)) in e1000_xmit_frame() 5914 e1000_maybe_stop_tx(tx_ring, in e1000_xmit_frame()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 5772 static int e1000_maybe_stop_tx(struct e1000_ring *tx_ring, int size) in e1000_maybe_stop_tx() function 5855 if (e1000_maybe_stop_tx(tx_ring, count + 2)) in e1000_xmit_frame() 5909 e1000_maybe_stop_tx(tx_ring, in e1000_xmit_frame()
|
Completed in 29 milliseconds