Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/e1000/
De1000_main.c3065 static int __e1000_maybe_stop_tx(struct net_device *netdev, int size) in __e1000_maybe_stop_tx() function
3094 return __e1000_maybe_stop_tx(netdev, size); in e1000_maybe_stop_tx()
/linux-6.6.21/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5749 static int __e1000_maybe_stop_tx(struct e1000_ring *tx_ring, int size) in __e1000_maybe_stop_tx() function
5778 return __e1000_maybe_stop_tx(tx_ring, size); in e1000_maybe_stop_tx()