Searched refs:net_queue (Results 1 – 1 of 1) sorted by relevance
439 struct netdev_queue *net_queue; in t7xx_ccmni_queue_tx_irq_notify() local442 net_queue = netdev_get_tx_queue(ccmni->dev, qno); in t7xx_ccmni_queue_tx_irq_notify()443 if (netif_tx_queue_stopped(net_queue)) in t7xx_ccmni_queue_tx_irq_notify()444 netif_tx_wake_queue(net_queue); in t7xx_ccmni_queue_tx_irq_notify()451 struct netdev_queue *net_queue; in t7xx_ccmni_queue_tx_full_notify() local455 net_queue = netdev_get_tx_queue(ccmni->dev, qno); in t7xx_ccmni_queue_tx_full_notify()456 netif_tx_stop_queue(net_queue); in t7xx_ccmni_queue_tx_full_notify()