Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_mqprio.c303 struct netdev_tc_txq tc = dev->tc_to_txq[i]; in mqprio_dump_class()
333 struct netdev_tc_txq tc = dev->tc_to_txq[cl - 1]; in mqprio_dump_class_stats()
/linux-4.1.27/include/linux/
Dnetdevice.h737 struct netdev_tc_txq { struct
1743 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
/linux-4.1.27/net/core/
Ddev.c1877 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc()