Lines Matching refs:num_tc
116 int num_tc = netdev_get_num_tc(dev);
133 for (tc = 0; tc < num_tc; tc++) {
150 for (tc = 0; tc < num_tc; tc++)
269 int num_tc = netdev_get_num_tc(dev);
275 for (tc = 0; tc < num_tc; tc++) {
672 int num_tc = netdev_get_num_tc(dev);
675 for (tc = 0; tc < num_tc; tc++) {
689 int tc_consumed, int num_tc)
693 for (tc = 0; tc < num_tc; tc++) {
718 int num_tc = netdev_get_num_tc(dev);
753 taprio_update_budgets(entry, len, tc, num_tc) < 0)
787 int num_tc = netdev_get_num_tc(dev);
791 for (tc = num_tc - 1; tc >= 0; tc--) {
929 int num_tc = netdev_get_num_tc(dev);
971 for (tc = 0; tc < num_tc; tc++) {
1189 if (!qopt && !dev->num_tc) {
1194 /* If num_tc is already set, it means that the user already
1197 if (dev->num_tc)
1201 if (qopt->num_tc > dev->num_tx_queues) {
1251 int num_tc = netdev_get_num_tc(dev);
1267 for (tc = 0; tc < num_tc; tc++) {
1438 for (i = 0; i < dev->num_tc; i++) {
1804 if (!mqprio || mqprio->num_tc != dev->num_tc)
1807 for (i = 0; i < mqprio->num_tc; i++)
1903 err = netdev_set_num_tc(dev, mqprio->num_tc);
1906 for (i = 0; i < mqprio->num_tc; i++) {