Home
last modified time | relevance | path

Searched refs:inj_timer (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_packet.c218 hrtimer_start(&port->inj_timer, INJ_TIMEOUT_NS, in sparx5_inject()
284 inj_timer); in sparx5_injection_timeout()
359 hrtimer_init(&port->inj_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in sparx5_port_inj_timer_setup()
360 port->inj_timer.function = sparx5_injection_timeout; in sparx5_port_inj_timer_setup()
H A Dsparx5_main.h189 struct hrtimer inj_timer; member