Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wwan/t7xx/
Dt7xx_netdev.c348 struct netdev_queue *net_queue; in t7xx_ccmni_queue_tx_irq_notify() local
351 net_queue = netdev_get_tx_queue(ccmni->dev, qno); in t7xx_ccmni_queue_tx_irq_notify()
352 if (netif_tx_queue_stopped(net_queue)) in t7xx_ccmni_queue_tx_irq_notify()
353 netif_tx_wake_queue(net_queue); in t7xx_ccmni_queue_tx_irq_notify()
360 struct netdev_queue *net_queue; in t7xx_ccmni_queue_tx_full_notify() local
364 net_queue = netdev_get_tx_queue(ccmni->dev, qno); in t7xx_ccmni_queue_tx_full_notify()
365 netif_tx_stop_queue(net_queue); in t7xx_ccmni_queue_tx_full_notify()