Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1087 u64 gate_len[OCELOT_NUM_TC]; in vsc9959_tas_min_gate_lengths() local
1094 gate_len[tc] = 0; in vsc9959_tas_min_gate_lengths()
1115 gate_len[tc] += entry->interval; in vsc9959_tas_min_gate_lengths()
1121 if (min_gate_len[tc] > gate_len[tc] && in vsc9959_tas_min_gate_lengths()
1122 gate_len[tc]) in vsc9959_tas_min_gate_lengths()
1123 min_gate_len[tc] = gate_len[tc]; in vsc9959_tas_min_gate_lengths()
1124 gate_len[tc] = 0; in vsc9959_tas_min_gate_lengths()