Searched refs:burst (Results 1 - 25 of 42) sorted by last modified time

12

/freebsd-11-stable/sys/netinet/
H A Dsctputil.c396 sctp_log_maxburst(struct sctp_tcb *stcb, struct sctp_nets *net, int error, int burst, uint8_t from) argument
405 sctp_clog.x.cwnd.cwnd_augment = burst;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c374 if (peer->burst == 0) {
398 peer->burst = NSTAGE;
401 peer->burst--;
H A Dntp_proto.c82 #define RESP_DELAY 1 /* refclock burst delay (s) */
479 if (peer->burst == 0) {
496 * burst if enabled.
509 * Here the peer is reachable. Send a burst if
551 peer->burst--;
552 if (peer->burst == 0) {
556 * set and all peers have completed the burst,
2247 peer->burst = peer->retry = 0;
2550 * First, if either burst mode is armed, enable the burst
[all...]
H A Drefclock_chronolog.c328 if (peer->burst == 0 && peer->reach == 0)
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h347 int burst; /* packets remaining in burst */ member in struct:peer
457 #define FLAG_BURST 0x0040 /* burst mode */
459 #define FLAG_IBURST 0x0100 /* initial burst mode */
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1032 sc->wme[1].burst[ac] = IWI_USEC(wmep->wmep_txopLimit);
1040 sc->wme[2].burst[ac] = IWI_USEC(wmep->wmep_txopLimit);
1058 sc->wme[0].burst[ac] = IWI_USEC(wmep->wmep_txopLimit);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c1380 p->cwmax, p->burst)) {
H A Dap_config.h196 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */ member in struct:hostapd_tx_queue_params
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1032 } else if (os_strcmp(pos, "burst") == 0) {
1033 queue->burst = hostapd_config_read_int10(val);
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c261 int burst; member in struct:glob_arg
1323 tosend = targ->g->burst;
1328 limit = rate_limit ? tosend : targ->g->burst;
1643 tosend = targ->g->burst;
1681 uint64_t limit = rate_limit ? tosend : targ->g->burst;
1841 pcap_dispatch(targ->g->p, targ->g->burst, receive_pcap,
1884 m = receive_packets(rxring, targ->g->burst, dump, &cur.bytes);
1965 budget = targ->g->burst;
1968 budget = targ->g->burst;
2191 if (limit > targ->g->burst)
[all...]
H A Dbridge.c150 " usage(1): bridge [-v] [-i ifa] [-i ifb] [-b burst] "
153 "[ifa [ifb [burst]]]\n"
177 u_int burst = 1024, wait_link = 4; local
193 case 'b': /* burst */
194 burst = atoi(optarg);
229 burst = atoi(argv[2]);
236 if (burst < 1 || burst > 8192) {
237 D("invalid burst %d, set to 1024", burst);
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c925 if (p->burst) {
926 uint64_t burst = (dn_cfg.curr_time - si->idle_time) * p->bandwidth; local
927 if (burst > p->burst)
928 burst = p->burst;
929 si->credit += burst;
H A Dip_dummynet.c606 si->credit = p->burst + (dn_cfg.io_fast ? p->bandwidth : 0);
950 /* Adjust burst parameter for link */
951 dn.l.burst = div64(dn.l.burst, 8 * hz);
1548 * burst ???
1551 /* Scale burst size: bytes -> bits * hz */
1552 p->burst *= 8 * hz;
1577 s->link.burst = p->burst;
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c97 { "burst", TOK_BURST},
622 char burst[5 + 7]; local
638 if (humanize_number(burst, sizeof(burst), p->burst,
640 sprintf(burst, "%d", (int)p->burst);
641 sprintf(buf, "%05d: %s %4d ms burst %s",
642 p->link_nr % DN_MAX_ID, bwbuf, p->delay, burst);
1718 NEED(p, "burst");
[all...]
/freebsd-11-stable/stand/kshim/
H A Dbsd_busspace.c29 struct burst { struct
178 enum { BURST = sizeof(struct burst) / 4 };
183 *(struct burst *)datap = *((/* volatile */ struct burst *)h);
200 enum { BURST = sizeof(struct burst) / 4 };
205 *((/* volatile */ struct burst *)h) = *(struct burst *)datap;
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c1372 uint16_t burst; local
1472 burst = CSR_READ_2(sc, base + PCIER_DEVICE_CTL);
1474 (burst & PCIEM_CTL_MAX_READ_REQUEST) >> 12;
1475 sc->alc_dma_wr_burst = (burst & PCIEM_CTL_MAX_PAYLOAD) >> 5;
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_ec.c106 /* Data byte returned after burst enable indicating it was successful. */
184 SYSCTL_INT(_debug_acpi_ec, OID_AUTO, burst, CTLFLAG_RWTUN, &ec_burst_mode, 0,
185 "Enable use of burst mode (faster for nearly all systems)");
605 CTR1(KTR_ACPI, "ec burst disabled in waitevent (%s)", msg);
795 /* If we can't start burst mode, continue anyway. */
799 CTR0(KTR_ACPI, "ec burst enabled");
827 CTR0(KTR_ACPI, "ec disabled burst ok");
921 /* Don't use burst mode if user disabled it. */
955 /* If we succeeded, burst flag should now be present. */
/freebsd-11-stable/tools/tools/iwn/iwnstats/
H A Dmain.c219 printf("%s: temp=%d, temp_m=%d, burst_check=%d, burst=%d, sleep=%d, slot_out=%d, slot_idle=%d\n",
224 le32toh(stats->general.burst),
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-agl-defs.h1467 uint64_t burst : 1; /**< Half-Duplex Burst Enable member in struct:cvmx_agl_gmx_prtx_cfg::cvmx_agl_gmx_prtx_cfg_s
1469 0 = burst length of 0x2000 (halfdup / 1000Mbs)
1470 1 = burst length of 0x0 (all other modes) */
1496 On the RX side, subsequent packets in a burst
1505 uint64_t burst : 1;
1540 On the RX side, subsequent packets in a burst
H A Dcvmx-gmxx-defs.h4176 On the RX side, subsequent packets in a burst
4213 On the RX side, subsequent packets in a burst
4260 On the RX side, subsequent packets in a burst
7921 uint64_t burst : 16; /**< Burst (refer to 802.3 to set correctly) member in struct:cvmx_gmxx_txx_burst::cvmx_gmxx_txx_burst_s
7927 uint64_t burst : 16;
10377 uint64_t slice : 7; /**< Number of 16B blocks to transmit in a burst before
10379 limit the burst length transmitted by OCTEON.
10384 one contiguous burst that is longer than SLICE
10385 (as long as the burst does not cross a packet
10460 * Octeon will never violate the Spi4.2 spec and send a non-EOP burst tha
[all...]
H A Dcvmx-mgmt-port.c966 agl_gmx_prtx.s.burst = 1;
976 agl_gmx_prtx.s.burst = 1;
987 agl_gmx_prtx.s.burst = agl_gmx_prtx.s.duplex;
H A Dcvmx-pko.c967 * @param burst Maximum number of packets to burst in a row before rate
972 int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst) argument
987 ((uint64_t)pko_mem_port_rate0.s.rate_pkt * burst) >> 8;
1000 * @param burst Maximum number of bits to burst before rate
1005 int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst) argument
1023 pko_mem_port_rate1.s.rate_lim = tokens_per_bit * burst / 256;
H A Dcvmx-pko.h671 * @param burst Maximum number of packets to burst in a row before rate
676 extern int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst);
684 * @param burst Maximum number of bits to burst before rate
689 extern int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst);
H A Dcvmx-usbnx-defs.h1269 uint64_t burst : 4; /**< DMA Burst Size. */ member in struct:cvmx_usbnx_dma_test::cvmx_usbnx_dma_test_s
1271 uint64_t burst : 4;
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.c107 reg |= (m2s_sm->burst << UDMA_AXI_M2S_COMP_WR_CFG_1_AWBURST_SHIFT) &
204 reg |= (s2m_sm->burst << UDMA_AXI_S2M_COMP_WR_CFG_1_AWBURST_SHIFT) &
448 /* increase min_burst_above_thr so larger burst can be used to fetch
479 /* increase min_burst_above_thr so larger burst can be used to fetch
730 /* mask max burst size, and enable/pause control bits */
1032 /* S2M UDMA configure completion descriptors write burst parameters */
1042 /* convert burst size from bytes to beats (16 byte) */

Completed in 381 milliseconds

12