Searched refs:timer (Results 226 - 250 of 272) sorted by relevance

1234567891011

/freebsd-11-stable/sys/netinet/
H A Dsctp_indata.c54 * NOTES: On the outbound side of things I need to check the sack timer to
2607 * timer (if allowed).
2612 * sure SACK timer is off and instead send a SHUTDOWN and a
2615 if (SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) {
2647 (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer))) {
2658 * the delayed ack timer.
2664 * Ok we must build a SACK since the timer
2673 if (!SCTP_OS_TIMER_PENDING(&stcb->asoc.dack_timer.timer)) {
2971 /* Start a sack timer or QUEUE a SACK for sending */
4283 /* Now assure a timer wher
[all...]
H A Dtcp_output.c132 * Make sure that either retransmit or persist timer is set for SYN, FIN and
139 ("neither rexmt nor persist timer is set"))
222 * SYN|ACK and those sent by the retransmit timer.
330 * and timer expired, we will send what we can
456 * to (closed) window, and set the persist timer
461 * we will set the persist timer when we have data
463 * the persist timer is set even if the packet
512 * with congestion window. Requires another timer. Has to
513 * wait for upcoming tcp timer rewrite.
601 * - we've timed out (e.g. persist timer)
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h43 #include <linux/timer.h>
728 struct timer_list timer; member in struct:mlx4_catas_err
/freebsd-11-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...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.c176 * @brief This timer is used to start another phy after we have given up on
239 this_controller->power_control.timer = scic_cb_timer_create(
1120 // Shorten SAS SNW lock time (RxLock timer value from 76 us to 50 us)
1489 "Controller timer fired when controller was not in a state being timed.\n"
1813 * This method starts the power control timer for this controller object.
1823 this_controller, this_controller->power_control.timer,
1831 * This method stops the power control timer for this controller object.
1843 this_controller, this_controller->power_control.timer
1851 * This method stops and starts the power control timer for this controller object.
1938 // timer i
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.c150 struct callout timer; member in struct:sbp_ocb
559 callout_init_mtx(&ocb->timer, &sbp->mtx, 0);
2065 callout_drain(&sdev->ocb[i].timer);
2663 callout_stop(&ocb->timer);
2727 callout_reset_sbt(&ocb->timer,
2809 callout_stop(&ocb->timer);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c707 /* Set up the timer callout */
708 callout_init_mtx(&adapter->timer, &adapter->core_mtx, 0);
847 * so the timer routine will probe
2658 callout_drain(&adapter->timer);
2880 callout_stop(&adapter->timer);
3020 callout_reset(&adapter->timer, hz, ixgbe_local_timer, adapter);
3432 callout_reset(&adapter->timer, hz, ixgbe_local_timer, adapter);
3621 callout_stop(&adapter->timer);
4274 * Legal timer values are:
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c367 callout_init(&sc->timer, CALLOUT_MPSAFE);
368 rc = callout_reset(&sc->timer, 2 * hz, oce_local_timer, sc);
383 callout_drain(&sc->timer);
438 callout_drain(&sc->timer);
2539 callout_reset(&sc->timer, hz, oce_local_timer, sc);
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_scsi.c374 callout_init_mtx(&next_ccb->timer, &dpt->lock, 0);
796 callout_reset_sbt(&dccb->timer, SBT_1MS * ccb->ccb_h.timeout, 0,
1092 /* The controller is alive, advance the wedge timer */
1672 callout_stop(&dccb->timer);
H A Ddpt.h879 struct callout timer; member in struct:dpt_ccb
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10k1.c224 int timer, timerinterval; member in struct:sc_info
444 if (sc->timer++ == 0) {
450 sc->timer = 0;
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c441 callout_init_mtx(&adapter->timer, &adapter->core_mtx, 0);
728 callout_drain(&adapter->timer);
1268 callout_stop(&adapter->timer);
1354 callout_reset(&adapter->timer, hz, igb_local_timer, adapter);
2132 callout_reset(&adapter->timer, hz, igb_local_timer, adapter);
2281 callout_stop(&adapter->timer);
2287 /* Disarm watchdog timer. */
2967 * before configuration of watchdog timer, which is
2969 * watchdog timer= msec values in 32usec intervals
6423 ** Legal timer value
[all...]
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c170 printf("offsetof(timer) = %d\n",
171 (int) offsetof(struct info_peer, timer));
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c372 callout_drain(&vbus_ext->timer);
1354 /* make timer available here */
1356 callout_init_mtx(&vbus_ext->timer, &vbus_ext->lock, 0);
/freebsd-11-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-11-stable/sys/dev/advansys/
H A Dadvlib.h97 struct callout timer; member in struct:adv_ccb_info
H A Dadwlib.h122 * and Selto timer CFG
424 struct callout timer; member in struct:acb
/freebsd-11-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::__anon8369
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.h254 /* The selection timer runs twice as long as its setting. */
264 /* Reads to SCBRAM fail to reset the discard timer. */
1168 * Timer handles for timer driven callbacks.
1420 u_int timer,
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci.c606 /* Set latency timer. */
780 npi_ctl_status.s.timer = 1;
870 * Disable master latency timer.
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.h153 struct callout timer; member in struct:isp_timed_notify_ack
176 struct callout wdog; /* watchdog timer */
225 struct callout gdt; /* gone device timer */
301 struct callout tmo; /* general timer */
/freebsd-11-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-11-stable/usr.sbin/ppp/
H A Dcommand.c68 #include "timer.h"
2419 "id0|ipcp|lcp|lqm|phase|physical|radius|sync|tcp/ip|timer|tun...", NULL},
2905 cx->physical->hdlc.lqm.timer.load) {
2906 cx->physical->hdlc.lqm.timer.load = 0;
2912 cx->physical->hdlc.lqm.timer.load =
2915 (*cx->physical->hdlc.lqm.timer.func)(&cx->physical->link.lcp);
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h389 struct timer_list timer; member in struct:mlx4_en_cq

Completed in 447 milliseconds

1234567891011