• Home
  • Raw
  • Download

Lines Matching +full:1 +full:qbv

30 #define TAPRIO_ALL_GATES_OPEN -1
248 entry_available = 1; in find_entry_to_transmit()
334 * 1. If txtime is in the past,
397 sched_changed = 1; in get_packet_txtime()
541 * accordance to IEEE 802.1Qbv-2015 Section 8.6.9.4.5 in taprio_dequeue_soft()
716 /* This can happen in two cases: 1. this is the very first run in advance_sched()
765 static const struct nla_policy entry_policy[TCA_TAPRIO_SCHED_ENTRY_MAX + 1] = {
772 static const struct nla_policy taprio_policy[TCA_TAPRIO_ATTR_MAX + 1] = {
822 struct nlattr *tb[TCA_TAPRIO_SCHED_ENTRY_MAX + 1] = { }; in parse_sched_entry()
945 /* taprio imposes that traffic classes map 1:n to tx queues */ in taprio_parse_mqprio_opt()
976 for (j = i + 1; j < qopt->num_tc; j++) { in taprio_parse_mqprio_opt()
1017 *start = ktime_add_ns(base, (n + 1) * cycle); in taprio_get_start_time()
1136 refcount_set(&__offload->users, 1); in taprio_offload_alloc()
1210 queue_mask |= GENMASK(offset + count - 1, offset); in tc_map_to_queue_mask()
1261 offload->enable = 1; in taprio_enable_offload()
1331 .phc_index = -1, in taprio_parse_clockid()
1357 (q->clockid != -1 && q->clockid != clockid)) { in taprio_parse_clockid()
1404 return -1; in taprio_mqprio_cmp()
1409 return -1; in taprio_mqprio_cmp()
1413 return -1; in taprio_mqprio_cmp()
1420 * this order): (1) an omitted 'flags' argument is interpreted as
1448 struct nlattr *tb[TCA_TAPRIO_ATTR_MAX + 1] = { }; in taprio_change()
1687 q->clockid = -1; in taprio_init()
1719 TC_H_MIN(i + 1)), in taprio_init()
1737 unsigned long ntx = cl - 1; in taprio_queue_get()
1759 *old = q->qdiscs[cl - 1]; in taprio_graft()
1760 q->qdiscs[cl - 1] = new; in taprio_graft()
1798 return -1; in dump_entry()
1809 return -1; in dump_schedule()
1813 return -1; in dump_schedule()
1817 return -1; in dump_schedule()
1834 return -1; in dump_schedule()
1948 return -1; in taprio_dump_class_stats()
1962 if (arg->fn(sch, ntx + 1, arg) < 0) { in taprio_walk()
1963 arg->stop = 1; in taprio_walk()