Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h450 struct callout fw_mode_timer; member
H A Dif_ix.c1295 callout_init(&sc->fw_mode_timer, true); in ixgbe_if_attach_post()
1298 callout_reset(&sc->fw_mode_timer, hz, ixgbe_fw_mode_timer, sc); in ixgbe_if_attach_post()
3597 callout_drain(&sc->fw_mode_timer); in ixgbe_if_detach()
4302 callout_reset(&sc->fw_mode_timer, hz, in ixgbe_fw_mode_timer()