Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1091 u64 gate_len[OCELOT_NUM_TC]; in vsc9959_tas_min_gate_lengths() local
1098 gate_len[tc] = 0; in vsc9959_tas_min_gate_lengths()
1119 gate_len[tc] += entry->interval; in vsc9959_tas_min_gate_lengths()
1125 if (min_gate_len[tc] > gate_len[tc] && in vsc9959_tas_min_gate_lengths()
1126 gate_len[tc]) in vsc9959_tas_min_gate_lengths()
1127 min_gate_len[tc] = gate_len[tc]; in vsc9959_tas_min_gate_lengths()
1128 gate_len[tc] = 0; in vsc9959_tas_min_gate_lengths()