Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/hirschmann/
A Dhellcreek.c1571 base_time = hellcreek_port->current_schedule->base_time; in hellcreek_start_schedule()
1572 cycle_time = hellcreek_port->current_schedule->cycle_time; in hellcreek_start_schedule()
1585 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_start_schedule()
1586 hellcreek_port->current_schedule = NULL; in hellcreek_start_schedule()
1638 if (hellcreek_port->current_schedule) { in hellcreek_port_set_schedule()
1639 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_set_schedule()
1640 hellcreek_port->current_schedule = NULL; in hellcreek_port_set_schedule()
1642 hellcreek_port->current_schedule = taprio_offload_get(taprio); in hellcreek_port_set_schedule()
1691 if (hellcreek_port->current_schedule) { in hellcreek_port_del_schedule()
1692 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_del_schedule()
[all …]
A Dhellcreek.h252 struct tc_taprio_qopt_offload *current_schedule; member

Completed in 7 milliseconds