Lines Matching refs:current_schedule
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()
1660 hellcreek_set_cycle_time(hellcreek, hellcreek_port->current_schedule); in hellcreek_port_set_schedule()
1693 if (hellcreek_port->current_schedule) { in hellcreek_port_del_schedule()
1694 taprio_offload_free(hellcreek_port->current_schedule); in hellcreek_port_del_schedule()
1695 hellcreek_port->current_schedule = NULL; in hellcreek_port_del_schedule()