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.h439 struct callout fw_mode_timer; member
H A Dif_ix.c1206 callout_init(&sc->fw_mode_timer, true); in ixgbe_if_attach_post()
1209 callout_reset(&sc->fw_mode_timer, hz, ixgbe_fw_mode_timer, sc); in ixgbe_if_attach_post()
2986 callout_drain(&sc->fw_mode_timer); in ixgbe_if_detach()
3684 callout_reset(&sc->fw_mode_timer, hz, in ixgbe_fw_mode_timer()