Searched refs:fw_mode_timer (Results 1 – 2 of 2) sorted by relevance
449 struct callout fw_mode_timer; member
1260 callout_init(&sc->fw_mode_timer, true); in ixgbe_if_attach_post()1263 callout_reset(&sc->fw_mode_timer, hz, ixgbe_fw_mode_timer, sc); in ixgbe_if_attach_post()3057 callout_drain(&sc->fw_mode_timer); in ixgbe_if_detach()3762 callout_reset(&sc->fw_mode_timer, hz, in ixgbe_fw_mode_timer()