Lines Matching refs:taprio_sched

81 struct taprio_sched {
112 static void taprio_calculate_gate_durations(struct taprio_sched *q,
171 static ktime_t taprio_mono_to_any(const struct taprio_sched *q, ktime_t mono)
184 static ktime_t taprio_get_time(const struct taprio_sched *q)
202 static void switch_schedules(struct taprio_sched *q,
250 static int length_to_duration(struct taprio_sched *q, int len)
255 static int duration_to_length(struct taprio_sched *q, u64 duration)
264 static void taprio_update_queue_max_sdu(struct taprio_sched *q,
328 struct taprio_sched *q = qdisc_priv(sch);
395 struct taprio_sched *q = qdisc_priv(sch);
425 static ktime_t get_tcp_tstamp(struct taprio_sched *q, struct sk_buff *skb)
477 struct taprio_sched *q = qdisc_priv(sch);
549 struct taprio_sched *q = qdisc_priv(sch);
570 struct taprio_sched *q = qdisc_priv(sch);
635 struct taprio_sched *q = qdisc_priv(sch);
667 static void taprio_set_budgets(struct taprio_sched *q,
715 struct taprio_sched *q = qdisc_priv(sch);
785 struct taprio_sched *q = qdisc_priv(sch);
839 struct taprio_sched *q = qdisc_priv(sch);
925 struct taprio_sched *q = container_of(timer, struct taprio_sched,
1040 static int fill_sched_entry(struct taprio_sched *q, struct nlattr **tb,
1072 static int parse_sched_entry(struct taprio_sched *q, struct nlattr *n,
1091 static int parse_sched_list(struct taprio_sched *q, struct nlattr *list,
1131 static int parse_taprio_schedule(struct taprio_sched *q, struct nlattr **tb,
1217 struct taprio_sched *q = qdisc_priv(sch);
1247 static void setup_first_end_time(struct taprio_sched *q,
1280 struct taprio_sched *q = qdisc_priv(sch);
1300 struct taprio_sched *q)
1329 struct taprio_sched *q;
1358 static void setup_txtime(struct taprio_sched *q,
1424 static void taprio_offload_config_changed(struct taprio_sched *q)
1482 static void taprio_detect_broken_mqprio(struct taprio_sched *q)
1499 static void taprio_cleanup_broken_mqprio(struct taprio_sched *q)
1511 struct taprio_sched *q,
1577 struct taprio_sched *q,
1620 struct taprio_sched *q = qdisc_priv(sch);
1750 struct taprio_sched *q = qdisc_priv(sch);
1852 struct taprio_sched *q = qdisc_priv(sch);
2019 struct taprio_sched *q = qdisc_priv(sch);
2034 struct taprio_sched *q = qdisc_priv(sch);
2074 struct taprio_sched *q = qdisc_priv(sch);
2140 struct taprio_sched *q = qdisc_priv(sch);
2190 struct taprio_sched *q = qdisc_priv(sch);
2293 struct taprio_sched *q,
2392 struct taprio_sched *q = qdisc_priv(sch);
2454 struct taprio_sched *q = qdisc_priv(sch);
2539 .priv_size = sizeof(struct taprio_sched),