Searched refs:reset_timer (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/dev/enic/ |
| H A D | vnic_intr.h | 65 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-14.2/sys/dev/mvs/ |
| H A D | mvs.c | 130 callout_init_mtx(&ch->reset_timer, &ch->mtx, 0); in mvs_ch_attach() 236 callout_drain(&ch->reset_timer); in mvs_ch_detach() 301 callout_stop(&ch->reset_timer); in mvs_ch_suspend() 1991 callout_schedule(&ch->reset_timer, hz / 10); in mvs_reset_to() 2039 callout_stop(&ch->reset_timer); in mvs_reset() 2102 callout_reset(&ch->reset_timer, hz / 10, mvs_reset_to, dev); in mvs_reset() 2446 (--ch->resetpolldiv <= 0 || !callout_pending(&ch->reset_timer))) { in mvspoll()
|
| H A D | mvs.h | 583 struct callout reset_timer; /* Hard-reset timeout */ member
|
| /freebsd-14.2/contrib/unbound/services/ |
| H A D | outside_network.h | 734 struct waiting_tcp* w, int reset_timer);
|
| H A D | outside_network.c | 907 struct waiting_tcp* w, int reset_timer) 919 if(reset_timer) {
|
| /freebsd-14.2/sys/dev/ahci/ |
| H A D | ahci.c | 828 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 D | ahci.h | 463 struct callout reset_timer; /* Hard-reset timeout */ member
|
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic79xx.h | 1170 aic_timer_t reset_timer; member
|
| H A D | aic79xx.c | 5259 aic_timer_init(&ahd->reset_timer); in ahd_alloc() 5442 aic_timer_stop(&ahd->reset_timer); in ahd_shutdown() 8037 aic_timer_reset(&ahd->reset_timer, 0, ahd_reset_poll, ahd); in ahd_reset_channel() 8055 aic_timer_reset(&ahd->reset_timer, AHD_RESET_POLL_MS, in ahd_reset_poll()
|
| /freebsd-14.2/sys/powerpc/mpc85xx/ |
| H A D | fsl_sata.c | 285 struct callout reset_timer; /* Hard-reset timeout */ member
|