Searched refs:current_schedule (Results 1 – 2 of 2) sorted by relevance
1552 base_time_ns = ktime_to_ns(hellcreek_port->current_schedule->base_time); in hellcreek_schedule_startable()1573 base_time = hellcreek_port->current_schedule->base_time; in hellcreek_start_schedule()1574 cycle_time = hellcreek_port->current_schedule->cycle_time; in hellcreek_start_schedule()1587 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_start_schedule()1588 hellcreek_port->current_schedule = NULL; in hellcreek_start_schedule()1640 if (hellcreek_port->current_schedule) { in hellcreek_port_set_schedule()1641 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_set_schedule()1642 hellcreek_port->current_schedule = NULL; in hellcreek_port_set_schedule()1644 hellcreek_port->current_schedule = taprio_offload_get(taprio); in hellcreek_port_set_schedule()1657 hellcreek_setup_gcl(hellcreek, port, hellcreek_port->current_schedule); in hellcreek_port_set_schedule()[all …]
252 struct tc_taprio_qopt_offload *current_schedule; member