ipmi_watchdog
callout_reset(&sc->ipmi_watchdog,
&ipmi_watchdog, (void *)sc);
callout_init(&sc->ipmi_watchdog);
callout_cancel(&sc->ipmi_watchdog);
callout_stop(&sc->ipmi_watchdog);
callout_reset(&sc->ipmi_watchdog,
&ipmi_watchdog, (void *)sc);
struct callout ipmi_watchdog;