Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c3077 static int __e1000_maybe_stop_tx(struct net_device *netdev, int size) in __e1000_maybe_stop_tx() function
3106 return __e1000_maybe_stop_tx(netdev, size); in e1000_maybe_stop_tx()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5512 static int __e1000_maybe_stop_tx(struct e1000_ring *tx_ring, int size) in __e1000_maybe_stop_tx() function
5541 return __e1000_maybe_stop_tx(tx_ring, size); in e1000_maybe_stop_tx()