Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dvnic_intr.h65 unsigned int credits, int unmask, int reset_timer) in vnic_intr_return_credits() argument
72 (reset_timer ? (1 << VNIC_INTR_RESET_TIMER_SHIFT) : 0); in vnic_intr_return_credits()
86 int reset_timer = 1; in vnic_intr_return_all_credits() local
88 vnic_intr_return_credits(intr, credits, unmask, reset_timer); in vnic_intr_return_all_credits()
/freebsd/sys/dev/mvs/
H A Dmvs.c129 callout_init_mtx(&ch->reset_timer, &ch->mtx, 0); in mvs_ch_attach()
235 callout_drain(&ch->reset_timer); in mvs_ch_detach()
300 callout_stop(&ch->reset_timer); in mvs_ch_suspend()
1990 callout_schedule(&ch->reset_timer, hz / 10); in mvs_reset_to()
2038 callout_stop(&ch->reset_timer); in mvs_reset()
2101 callout_reset(&ch->reset_timer, hz / 10, mvs_reset_to, dev); in mvs_reset()
2445 (--ch->resetpolldiv <= 0 || !callout_pending(&ch->reset_timer))) { in mvspoll()
H A Dmvs.h583 struct callout reset_timer; /* Hard-reset timeout */ member
/freebsd/contrib/unbound/services/
H A Doutside_network.h734 struct waiting_tcp* w, int reset_timer);
H A Doutside_network.c907 struct waiting_tcp* w, int reset_timer)
919 if(reset_timer) {
/freebsd/sys/dev/ahci/
H A Dahci.c828 callout_init_mtx(&ch->reset_timer, &ch->mtx, 0); in ahci_ch_attach()
965 callout_drain(&ch->reset_timer); in ahci_ch_detach()
1034 callout_stop(&ch->reset_timer); in ahci_ch_suspend()
2451 callout_schedule(&ch->reset_timer, hz / 10); in ahci_reset_to()
2466 callout_stop(&ch->reset_timer); in ahci_reset()
2538 callout_reset(&ch->reset_timer, hz / 10, ahci_reset_to, ch); in ahci_reset()
2904 (--ch->resetpolldiv <= 0 || !callout_pending(&ch->reset_timer))) { in ahcipoll()
H A Dahci.h463 struct callout reset_timer; /* Hard-reset timeout */ member
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.h1166 aic_timer_t reset_timer;
1170 aic_timer_t reset_timer; global() member
H A Daic79xx.c5238 aic_timer_init(&ahd->reset_timer); in ahd_alloc()
5414 aic_timer_stop(&ahd->reset_timer); in ahd_shutdown()
8021 aic_timer_reset(&ahd->reset_timer, 0, ahd_reset_poll, ahd); in ahd_reset_channel()
8039 aic_timer_reset(&ahd->reset_timer, AHD_RESET_POLL_MS, in ahd_reset_poll()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c284 struct callout reset_timer; /* Hard-reset timeout */ member