Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
A Dam65-cpsw-qos.c277 for (i = 0; i < taprio->num_entries; i++) { in am65_cpsw_est_calc_cmd_num()
333 entry = &est_new->taprio.entries[i]; in am65_cpsw_est_set_sched_list()
371 cfg.ns_start = est_new->taprio.base_time; in am65_cpsw_timer_set()
396 taprio_new = &est_new->taprio; in am65_cpsw_timer_act()
397 taprio_oper = &port->qos.est_oper->taprio; in am65_cpsw_timer_act()
454 if (!est_new->taprio.enable) { in am65_cpsw_configure_taprio()
473 if (!est_new->taprio.base_time) in am65_cpsw_configure_taprio()
510 if (taprio->cycle_time_extension) { in am65_cpsw_set_taprio()
516 struct_size(est_new, taprio.entries, taprio->num_entries), in am65_cpsw_set_taprio()
521 am65_cpsw_cp_taprio(taprio, &est_new->taprio); in am65_cpsw_set_taprio()
[all …]
A Dam65-cpsw-qos.h14 struct tc_taprio_qopt_offload taprio; member
/linux/drivers/net/dsa/ocelot/
A Dfelix_vsc9959.c1205 struct tc_taprio_qopt_offload *taprio) in vsc9959_qos_port_tas_set() argument
1211 if (!taprio->enable) { in vsc9959_qos_port_tas_set()
1221 if (taprio->cycle_time > NSEC_PER_SEC || in vsc9959_qos_port_tas_set()
1222 taprio->cycle_time_extension >= NSEC_PER_SEC) in vsc9959_qos_port_tas_set()
1225 if (taprio->num_entries > VSC9959_TAS_GCL_ENTRY_MAX) in vsc9959_qos_port_tas_set()
1259 vsc9959_new_base_time(ocelot, taprio->base_time, in vsc9959_qos_port_tas_set()
1260 taprio->cycle_time, &base_ts); in vsc9959_qos_port_tas_set()
1266 QSYS_PARAM_CFG_REG_3_LIST_LENGTH(taprio->num_entries), in vsc9959_qos_port_tas_set()
1268 ocelot_write(ocelot, taprio->cycle_time, QSYS_PARAM_CFG_REG_4); in vsc9959_qos_port_tas_set()
1271 for (i = 0; i < taprio->num_entries; i++) in vsc9959_qos_port_tas_set()
[all …]
/linux/Documentation/networking/dsa/
A Dsja1105.rst107 This capability can be managed through the tc-taprio offload ('flags 2'). The
108 difference compared to the software implementation of taprio is that the latter
165 tc qdisc add dev swp5 parent root handle 100 taprio \
174 It is possible to apply the tc-taprio offload on multiple egress ports. There
236 Example: create a tc-taprio schedule that is phase-aligned with a tc-gate
263 tc qdisc add dev eno0 parent root taprio \
273 one used for the tc-taprio offload. Therefore, the restrictions regarding the
274 fact that no two gate actions (either tc-gate or tc-taprio gates) may fire at
/linux/drivers/net/dsa/hirschmann/
A Dhellcreek.c1621 struct tc_taprio_qopt_offload *taprio) in hellcreek_port_set_schedule() argument
1642 hellcreek_port->current_schedule = taprio_offload_get(taprio); in hellcreek_port_set_schedule()
1736 struct tc_taprio_qopt_offload *taprio = type_data; in hellcreek_port_setup_tc() local
1742 if (!hellcreek_validate_schedule(hellcreek, taprio)) in hellcreek_port_setup_tc()
1745 if (taprio->enable) in hellcreek_port_setup_tc()
1746 return hellcreek_port_set_schedule(ds, port, taprio); in hellcreek_port_setup_tc()
/linux/drivers/net/ethernet/freescale/enetc/
A DKconfig66 taprio(802.1Qbv) and Credit Based Shaper(802.1Qbu).
A Denetc_qos.c143 struct tc_taprio_qopt_offload *taprio = type_data; in enetc_setup_tc_taprio() local
156 taprio->enable ? i : 0); in enetc_setup_tc_taprio()
158 err = enetc_setup_taprio(ndev, taprio); in enetc_setup_tc_taprio()
164 taprio->enable ? 0 : i); in enetc_setup_tc_taprio()
/linux/net/sched/
A DKconfig199 tristate "Time Aware Priority (taprio) Scheduler"
201 Say Y here if you want to use the Time Aware Priority (taprio) packet

Completed in 21 milliseconds