Searched refs:timer (Results 201 - 225 of 240) sorted by relevance

12345678910

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-npi-defs.h1355 uint64_t timer : 10; /**< When the NPI starts a PP to PCI write it will wait member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_s
1361 uint64_t timer : 10;
1412 uint64_t timer : 10; /**< When the NPI starts a PP to PCI write it will wait member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_cn30xx
1418 uint64_t timer : 10;
1473 uint64_t timer : 10; /**< When the NPI starts a PP to PCI write it will wait member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_cn31xx
1479 uint64_t timer : 10;
H A Dcvmx-sli-defs.h1651 * Thresholds for DMA count and timer interrupts.
1657 uint64_t time : 32; /**< Whenever the SLI_DMAx_TIM[TIM] timer exceeds
1659 The SLI_DMAx_TIM[TIM] timer increments every SLI
1692 uint64_t tim : 32; /**< The DMA timer value.
1693 The timer will increment when SLI_DMAx_CNT[CNT]!=0
2646 SLI_DMAx_TIM[TIM] timer increments every SLI
2792 SLI_DMAx_TIM[TIM] timer increments every SLI
2936 SLI_DMAx_TIM[TIM] timer increments every SLI
3065 SLI_DMAx_TIM[TIM] timer increments every SLI
3455 uint64_t timer member in struct:cvmx_sli_mem_access_ctl::cvmx_sli_mem_access_ctl_s
4283 uint64_t timer : 22; /**< Timer incremented every 1024 core clocks member in struct:cvmx_sli_pktx_cnts::cvmx_sli_pktx_cnts_s
[all...]
H A Dcvmx-endor-defs.h5648 uint32_t val : 32; /**< 64-bit timer initial value of the 32 LSB.
5666 uint32_t val : 32; /**< 64-bit timer initial value of the 32 MSB.
5684 uint32_t timer : 32; /**< The full 32 bits of the real time timer fed from a core member in struct:cvmx_endor_rfif_real_time_timer::cvmx_endor_rfif_real_time_timer_s
5687 uint32_t timer : 32;
5701 uint32_t timer : 32; /**< Timer running off the RF CLK. member in struct:cvmx_endor_rfif_rf_clk_timer::cvmx_endor_rfif_rf_clk_timer_s
5712 uint32_t timer : 32;
5727 uint32_t ena : 1; /**< RF CLK based timer enable
6472 uint32_t clks : 8; /**< 7-0: Number of rf clock cycles per 64-bit timer
6489 * This is how the 64-bit timer work
[all...]
/freebsd-12-stable/sys/dev/firewire/
H A Dsbp.c152 struct callout timer; member in struct:sbp_ocb
561 callout_init_mtx(&ocb->timer, &sbp->mtx, 0);
2067 callout_drain(&sdev->ocb[i].timer);
2665 callout_stop(&ocb->timer);
2729 callout_reset_sbt(&ocb->timer,
2811 callout_stop(&ocb->timer);
/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.c178 * @brief This timer is used to start another phy after we have given up on
241 this_controller->power_control.timer = scic_cb_timer_create(
1122 // Shorten SAS SNW lock time (RxLock timer value from 76 us to 50 us)
1491 "Controller timer fired when controller was not in a state being timed.\n"
1815 * This method starts the power control timer for this controller object.
1825 this_controller, this_controller->power_control.timer,
1833 * This method stops the power control timer for this controller object.
1845 this_controller, this_controller->power_control.timer
1853 * This method stops and starts the power control timer for this controller object.
1940 // timer i
[all...]
/freebsd-12-stable/sys/dev/oce/
H A Doce_if.c372 callout_init(&sc->timer, CALLOUT_MPSAFE);
373 rc = callout_reset(&sc->timer, 2 * hz, oce_local_timer, sc);
388 callout_drain(&sc->timer);
443 callout_drain(&sc->timer);
2543 callout_reset(&sc->timer, hz, oce_local_timer, sc);
/freebsd-12-stable/sys/dev/dpt/
H A Ddpt_scsi.c354 callout_init_mtx(&next_ccb->timer, &dpt->lock, 0);
686 callout_reset_sbt(&dccb->timer, SBT_1MS * ccb->ccb_h.timeout, 0,
982 /* The controller is alive, advance the wedge timer */
1560 callout_stop(&dccb->timer);
H A Ddpt.h864 struct callout timer; member in struct:dpt_ccb
/freebsd-12-stable/sys/dev/sound/pci/
H A Demu10k1.c226 int timer, timerinterval; member in struct:sc_info
446 if (sc->timer++ == 0) {
452 sc->timer = 0;
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c374 callout_drain(&vbus_ext->timer);
1356 /* make timer available here */
1358 callout_init_mtx(&vbus_ext->timer, &vbus_ext->lock, 0);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Dsli4.c2084 * @param timeout watchdog timer timeout in seconds
4487 * @brief Modify the delay timer for all the EQs
6487 els->timer = timeout;
6663 icmnd->timer = timeout;
6756 iread->timer = timeout;
6862 iwrite->timer = timeout;
7388 gen->timer = timeout;
7458 sf->timer = timeout;
7552 xmit->timer = timeout;
7641 bcast->timer
[all...]
/freebsd-12-stable/sys/netinet/
H A Dtcp_output.c137 * Make sure that either retransmit or persist timer is set for SYN, FIN and
144 ("neither rexmt nor persist timer is set"))
233 * by the retransmit timer.
342 * and timer expired, we will send what we can
473 * to (closed) window, and set the persist timer
478 * we will set the persist timer when we have data
480 * the persist timer is set even if the packet
571 * - we've timed out (e.g. persist timer)
684 * is also a catch-all for the retransmit timer timeout case.
702 * after the retransmission timer ha
[all...]
H A Dsctp_structs.h46 sctp_os_timer_t timer; member in struct:sctp_timer
50 * Depending on the timer type these will be setup and cast with the
333 * timer based retransmissions */
802 struct sctp_timer dack_timer; /* Delayed ack timer */
806 struct sctp_timer autoclose_timer; /* automatic close timer */
814 /* Deleted primary destination (used to stop timer) */
H A Dsctputil.c1680 * stored for each timer after it was started.
1718 * added when the timer was started, and must be released before
1737 ("sctp_timeout_handler: invalid timer type %d", tmr->type));
1751 if (!SCTP_OS_TIMER_ACTIVE(&tmr->timer)) {
1785 if (SCTP_OS_TIMER_PENDING(&tmr->timer)) {
1791 if (!SCTP_OS_TIMER_ACTIVE(&tmr->timer)) {
1797 SCTP_OS_TIMER_DEACTIVATE(&tmr->timer);
1799 /* call the handler for the appropriate timer type */
1830 * wrong... so we start a timer on the first chunk
1919 * We consider T3 and Cookie timer prett
[all...]
/freebsd-12-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c170 printf("offsetof(timer) = %d\n",
171 (int) offsetof(struct info_peer, timer));
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h618 D(RECOVER, 0x66 /*102*/, TIMER, Q.850, "Recovery on timer expiry") \
674 UNI_DIAG_TIMER, /* timer in ASCII */
735 u_char timer[3]; member in union:uni_ie_cause::__anon11028
/freebsd-12-stable/sys/dev/advansys/
H A Dadwlib.h124 * and Selto timer CFG
426 struct callout timer; member in struct:acb
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h256 /* The selection timer runs twice as long as its setting. */
266 /* Reads to SCBRAM fail to reset the discard timer. */
1170 * Timer handles for timer driven callbacks.
1422 u_int timer,
/freebsd-12-stable/sys/dev/isp/
H A Disp_freebsd.h155 struct callout timer; member in struct:isp_timed_notify_ack
178 struct callout wdog; /* watchdog timer */
227 struct callout gdt; /* gone device timer */
303 struct callout tmo; /* general timer */
/freebsd-12-stable/sys/dev/ncr/
H A Dncr.c1077 struct callout timer; member in struct:ncb
3351 callout_init_mtx(&np->timer, &np->lock, 0);
3454 * Divisor to be used for async (timer pre-scaler).
5138 callout_reset(&np->timer, step ? step : 1, ncr_timeout, np);
5496 callout_stop(&np->timer);
6908 * Measure GEN timer delay in order
6928 OUTB (nc_stime1, 0); /* disable general purpose timer */
6932 OUTB (nc_stime1, 0); /* disable general purpose timer */
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Den.h390 struct timer_list timer; member in struct:mlx4_en_cq
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h502 struct timer_list timer; member in struct:mlx5_core_health
/freebsd-12-stable/sys/netinet6/
H A Dsctp6_usrreq.c218 if (SCTP_OS_TIMER_PENDING(&net->pmtu_timer.timer)) {
241 /* Finally, start the PMTU timer if it was running before. */
/freebsd-12-stable/sys/mips/cavium/
H A Doctopci.c608 /* Set latency timer. */
782 npi_ctl_status.s.timer = 1;
872 * Disable master latency timer.
/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c68 #include "timer.h"
2424 "id0|ipcp|lcp|lqm|phase|physical|radius|sync|tcp/ip|timer|tun...", NULL},
2910 cx->physical->hdlc.lqm.timer.load) {
2911 cx->physical->hdlc.lqm.timer.load = 0;
2917 cx->physical->hdlc.lqm.timer.load =
2920 (*cx->physical->hdlc.lqm.timer.func)(&cx->physical->link.lcp);

Completed in 323 milliseconds

12345678910