Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_taprio.c69 u64 max_open_gate_duration[TC_MAX_QUEUE]; member
152 sched->max_open_gate_duration[tc] < entry->gate_duration[tc]) in taprio_calculate_gate_durations()
153 sched->max_open_gate_duration[tc] = entry->gate_duration[tc]; in taprio_calculate_gate_durations()
281 if (sched->max_open_gate_duration[tc] == sched->cycle_time) { in taprio_update_queue_max_sdu()
286 max_frm_len = duration_to_length(q, sched->max_open_gate_duration[tc]); in taprio_update_queue_max_sdu()