Searched refs:fw_mode_timer (Results 1 – 2 of 2) sorted by relevance
439 struct callout fw_mode_timer; member
1206 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()