Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/
Dnetdevice.h739 struct netdev_tc_txq { struct
1790 struct netdev_tc_txq tc_to_txq[TC_MAX_QUEUE];
/linux-4.4.14/net/core/
Ddev.c1909 struct netdev_tc_txq *tc = &dev->tc_to_txq[0]; in netif_setup_tc()