Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_plug.c184 netif_schedule_queue(sch->dev_queue); in plug_change()
192 netif_schedule_queue(sch->dev_queue); in plug_change()
H A Dsch_generic.c484 netif_schedule_queue(txq); in netif_unfreeze_queues()
/openbmc/linux/include/linux/
H A Dnetdevice.h3304 void netif_schedule_queue(struct netdev_queue *txq);
3311 netif_schedule_queue(netdev_get_tx_queue(dev, i)); in netif_tx_schedule_all()
3569 netif_schedule_queue(dev_queue); in netdev_tx_completed_queue()
/openbmc/linux/net/core/
H A Ddev.c3145 void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue() function
3155 EXPORT_SYMBOL(netif_schedule_queue);