Home
last modified time | relevance | path

Searched refs:reset_timer (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/dev/mvs/
H A Dmvs.c132 callout_init_mtx(&ch->reset_timer, &ch->mtx, 0); in mvs_ch_attach()
238 callout_drain(&ch->reset_timer); in mvs_ch_detach()
303 callout_stop(&ch->reset_timer); in mvs_ch_suspend()
1998 callout_schedule(&ch->reset_timer, hz / 10); in mvs_reset_to()
2046 callout_stop(&ch->reset_timer); in mvs_reset()
2109 callout_reset(&ch->reset_timer, hz / 10, mvs_reset_to, dev); in mvs_reset()
2453 (--ch->resetpolldiv <= 0 || !callout_pending(&ch->reset_timer))) { in mvspoll()
H A Dmvs.h584 struct callout reset_timer; /* Hard-reset timeout */ member
/freebsd-12.1/sys/dev/ahci/
H A Dahci.c804 callout_init_mtx(&ch->reset_timer, &ch->mtx, 0); in ahci_ch_attach()
941 callout_drain(&ch->reset_timer); in ahci_ch_detach()
1010 callout_stop(&ch->reset_timer); in ahci_ch_suspend()
2429 callout_schedule(&ch->reset_timer, hz / 10); in ahci_reset_to()
2444 callout_stop(&ch->reset_timer); in ahci_reset()
2516 callout_reset(&ch->reset_timer, hz / 10, ahci_reset_to, ch); in ahci_reset()
2876 (--ch->resetpolldiv <= 0 || !callout_pending(&ch->reset_timer))) { in ahcipoll()
H A Dahci.h461 struct callout reset_timer; /* Hard-reset timeout */ member
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic79xx.h1172 aic_timer_t reset_timer; member
H A Daic79xx.c5301 aic_timer_init(&ahd->reset_timer); in ahd_alloc()
5484 aic_timer_stop(&ahd->reset_timer); in ahd_shutdown()
8089 aic_timer_reset(&ahd->reset_timer, 0, ahd_reset_poll, ahd); in ahd_reset_channel()
8108 aic_timer_reset(&ahd->reset_timer, AHD_RESET_POLL_MS, in ahd_reset_poll()
/freebsd-12.1/sys/powerpc/mpc85xx/
H A Dfsl_sata.c288 struct callout reset_timer; /* Hard-reset timeout */ member