Lines Matching refs:TC_MAX_QUEUE
56 u64 gate_duration[TC_MAX_QUEUE];
57 atomic_t budget[TC_MAX_QUEUE];
61 ktime_t gate_close_time[TC_MAX_QUEUE];
76 u64 max_open_gate_duration[TC_MAX_QUEUE];
77 u32 max_frm_len[TC_MAX_QUEUE]; /* for the fast path */
78 u32 max_sdu[TC_MAX_QUEUE]; /* for dump */
108 int cur_txq[TC_MAX_QUEUE];
109 u32 max_sdu[TC_MAX_QUEUE]; /* save info from the user */
1534 for (tc = 0; tc < TC_MAX_QUEUE; tc++) { in taprio_enable_offload()
1556 for (tc = 0; tc < TC_MAX_QUEUE; tc++) in taprio_enable_offload()
2289 for (tc = 0; tc < TC_MAX_QUEUE; tc++) { in taprio_dump_tc_entries()