Home
last modified time | relevance | path

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

/drivers/net/dsa/hirschmann/
A Dhellcreek.c1689 base_time = hellcreek_port->current_schedule->base_time; in hellcreek_start_schedule()
1690 cycle_time = hellcreek_port->current_schedule->cycle_time; in hellcreek_start_schedule()
1703 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_start_schedule()
1704 hellcreek_port->current_schedule = NULL; in hellcreek_start_schedule()
1756 if (hellcreek_port->current_schedule) { in hellcreek_port_set_schedule()
1757 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_set_schedule()
1758 hellcreek_port->current_schedule = NULL; in hellcreek_port_set_schedule()
1760 hellcreek_port->current_schedule = taprio_offload_get(taprio); in hellcreek_port_set_schedule()
1812 if (hellcreek_port->current_schedule) { in hellcreek_port_del_schedule()
1813 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_del_schedule()
[all …]
A Dhellcreek.h261 struct tc_taprio_qopt_offload *current_schedule; member

Completed in 12 milliseconds