Lines Matching +full:1 +full:qbv
39 #define TAPRIO_ALL_GATES_OPEN -1
293 dev->hard_header_len + 1); in taprio_update_queue_max_sdu()
461 * 1. If txtime is in the past,
622 if (numsegs > 1) in taprio_enqueue_segmented()
623 qdisc_tree_reduce_backlog(sch, 1 - numsegs, len - slen); in taprio_enqueue_segmented()
663 WARN_ONCE(1, "taprio only supports operating as root qdisc, peek() not implemented"); in taprio_peek()
791 for (tc = num_tc - 1; tc >= 0; tc--) { in taprio_dequeue_tc_priority()
848 * accordance to IEEE 802.1Qbv-2015 Section 8.6.9.4.5 in taprio_dequeue()
946 /* This can happen in two cases: 1. this is the very first run in advance_sched()
1003 static const struct nla_policy entry_policy[TCA_TAPRIO_SCHED_ENTRY_MAX + 1] = {
1010 static const struct nla_policy taprio_tc_policy[TCA_TAPRIO_TC_ENTRY_MAX + 1] = {
1024 static const struct nla_policy taprio_policy[TCA_TAPRIO_ATTR_MAX + 1] = {
1076 struct nlattr *tb[TCA_TAPRIO_SCHED_ENTRY_MAX + 1] = { }; in parse_sched_entry()
1197 /* taprio imposes that traffic classes map 1:n to tx queues */ in taprio_parse_mqprio_opt()
1240 *start = ktime_add_ns(base, (n + 1) * cycle); in taprio_get_start_time()
1378 refcount_set(&__offload->users, 1); in taprio_offload_alloc()
1446 queue_mask |= GENMASK(offset + count - 1, offset); in tc_map_to_queue_mask()
1627 .phc_index = -1, in taprio_parse_clockid()
1653 (q->clockid != -1 && q->clockid != clockid)) { in taprio_parse_clockid()
1701 struct nlattr *tb[TCA_TAPRIO_TC_ENTRY_MAX + 1] = { }; in taprio_parse_tc_entry()
1804 return -1; in taprio_mqprio_cmp()
1809 return -1; in taprio_mqprio_cmp()
1813 return -1; in taprio_mqprio_cmp()
1820 * this order): (1) an omitted 'flags' argument is interpreted as
1849 struct nlattr *tb[TCA_TAPRIO_ATTR_MAX + 1] = { }; in taprio_change()
2092 q->clockid = -1; in taprio_init()
2123 TC_H_MIN(i + 1)), in taprio_init()
2182 unsigned long ntx = cl - 1; in taprio_queue_get()
2211 *old = q->qdiscs[cl - 1]; in taprio_graft()
2220 q->qdiscs[cl - 1] = new; in taprio_graft()
2257 return -1; in dump_entry()
2268 return -1; in dump_schedule()
2272 return -1; in dump_schedule()
2276 return -1; in dump_schedule()
2293 return -1; in dump_schedule()
2466 unsigned int ntx = cl - 1; in taprio_leaf()
2504 .queue = cl - 1, in taprio_dump_class_stats()
2510 return -1; in taprio_dump_class_stats()
2525 if (!tc_qdisc_stats_dump(sch, ntx + 1, arg)) in taprio_walk()