tpc_timeout
struct callout tpc_timeout;
callout_schedule_sbt(&softc->tpc_timeout, SBT_1S, SBT_1S, 0);
callout_init_mtx(&softc->tpc_timeout, &softc->ctl_lock, 0);
callout_reset_sbt(&softc->tpc_timeout, SBT_1S, SBT_1S,
tpc_timeout, softc, 0);
callout_drain(&softc->tpc_timeout);