Searched refs:current_schedule (Results 1 – 2 of 2) sorted by relevance
1693 base_time = hellcreek_port->current_schedule->base_time; in hellcreek_start_schedule()1694 cycle_time = hellcreek_port->current_schedule->cycle_time; in hellcreek_start_schedule()1707 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_start_schedule()1708 hellcreek_port->current_schedule = NULL; in hellcreek_start_schedule()1760 if (hellcreek_port->current_schedule) { in hellcreek_port_set_schedule()1761 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_set_schedule()1762 hellcreek_port->current_schedule = NULL; in hellcreek_port_set_schedule()1764 hellcreek_port->current_schedule = taprio_offload_get(taprio); in hellcreek_port_set_schedule()1816 if (hellcreek_port->current_schedule) { in hellcreek_port_del_schedule()1817 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_del_schedule()[all …]
259 struct tc_taprio_qopt_offload *current_schedule; member