Searched refs:current_schedule (Results 1 – 2 of 2) sorted by relevance
1678 base_time_ns = ktime_to_ns(hellcreek_port->current_schedule->base_time); in hellcreek_schedule_startable()1699 base_time = hellcreek_port->current_schedule->base_time; in hellcreek_start_schedule()1700 cycle_time = hellcreek_port->current_schedule->cycle_time; in hellcreek_start_schedule()1713 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_start_schedule()1714 hellcreek_port->current_schedule = NULL; in hellcreek_start_schedule()1766 if (hellcreek_port->current_schedule) { in hellcreek_port_set_schedule()1767 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_set_schedule()1768 hellcreek_port->current_schedule = NULL; in hellcreek_port_set_schedule()1770 hellcreek_port->current_schedule = taprio_offload_get(taprio); in hellcreek_port_set_schedule()1773 hellcreek_setup_maxsdu(hellcreek, port, hellcreek_port->current_schedule); in hellcreek_port_set_schedule()[all …]
259 struct tc_taprio_qopt_offload *current_schedule; member