Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/via/
H A Dvia-rhine.c1767 static inline bool rhine_tx_queue_full(struct rhine_private *rp) in rhine_tx_queue_full() function
1866 if (rhine_tx_queue_full(rp)) { in rhine_start_tx()
1870 if (!rhine_tx_queue_full(rp)) in rhine_start_tx()
1995 if (!rhine_tx_queue_full(rp) && netif_queue_stopped(dev)) { in rhine_tx()
1999 if (rhine_tx_queue_full(rp)) in rhine_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/via/
H A Dvia-rhine.c1764 static inline bool rhine_tx_queue_full(struct rhine_private *rp) in rhine_tx_queue_full() function
1863 if (rhine_tx_queue_full(rp)) { in rhine_start_tx()
1867 if (!rhine_tx_queue_full(rp)) in rhine_start_tx()
1992 if (!rhine_tx_queue_full(rp) && netif_queue_stopped(dev)) { in rhine_tx()
1996 if (rhine_tx_queue_full(rp)) in rhine_tx()

Completed in 8 milliseconds