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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_main.c2911 static int e1000_maybe_stop_tx(struct net_device *netdev, function
3009 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2)))
3051 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dnetdev.c4598 static int e1000_maybe_stop_tx(struct net_device *netdev, int size) function
4681 if (e1000_maybe_stop_tx(netdev, count + 2))
4715 e1000_maybe_stop_tx(netdev, MAX_SKB_FRAGS + 2);

Completed in 52 milliseconds