Searched refs:min_gate_len (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1084 u64 min_gate_len[OCELOT_NUM_TC])
1093 min_gate_len[tc] = U64_MAX;
1107 * minimum is (if the gate never closes, min_gate_len will
1121 if (min_gate_len[tc] > gate_len[tc] &&
1123 min_gate_len[tc] = gate_len[tc];
1129 /* min_gate_len[tc] actually tracks minimum *open* gate time, so for
1130 * permanently closed gates, min_gate_len[tc] will still be U64_MAX.
1137 min_gate_len[tc] = 0;
1218 u64 min_gate_len[OCELOT_NUM_TC]; local
1275 vsc9959_tas_min_gate_lengths(taprio, min_gate_len);
1083 vsc9959_tas_min_gate_lengths(struct tc_taprio_qopt_offload *taprio, u64 min_gate_len[OCELOT_NUM_TC]) argument
[all...]

Completed in 190 milliseconds