Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c3096 static int e1000_maybe_stop_tx(struct net_device *netdev, in e1000_maybe_stop_tx() function
3212 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2))) in e1000_xmit_frame()
3259 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2); in e1000_xmit_frame()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5684 static int e1000_maybe_stop_tx(struct e1000_ring *tx_ring, int size) in e1000_maybe_stop_tx() function
5767 if (e1000_maybe_stop_tx(tx_ring, count + 2)) in e1000_xmit_frame()
5818 e1000_maybe_stop_tx(tx_ring, in e1000_xmit_frame()