Searched refs:inj_timer (Results 1 – 2 of 2) sorted by relevance
218 hrtimer_start(&port->inj_timer, INJ_TIMEOUT_NS, in sparx5_inject()275 inj_timer); in sparx5_injection_timeout()350 hrtimer_init(&port->inj_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in sparx5_port_inj_timer_setup()351 port->inj_timer.function = sparx5_injection_timeout; in sparx5_port_inj_timer_setup()
188 struct hrtimer inj_timer; member