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.h449 struct callout fw_mode_timer; member
H A Dif_ix.c1260 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()