Searched refs:burst (Results 26 - 42 of 42) sorted by relevance

12

/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/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) */
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c465 uint16_t burst; local
569 burst = pci_read_config(dev, i + 0x08, 2);
571 sc->age_dma_rd_burst = ((burst >> 12) & 0x07) <<
574 sc->age_dma_wr_burst = ((burst >> 5) & 0x07) <<
578 128 << ((burst >> 12) & 0x07));
580 128 << ((burst >> 5) & 0x07));
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c455 uint16_t burst; local
585 burst = pci_read_config(dev, i + 0x08, 2);
587 sc->ale_dma_rd_burst = ((burst >> 12) & 0x07) <<
590 sc->ale_dma_wr_burst = ((burst >> 5) & 0x07) <<
594 128 << ((burst >> 12) & 0x07));
596 128 << ((burst >> 5) & 0x07));
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c630 uint16_t burst; local
781 burst = pci_read_config(dev, i + PCIER_DEVICE_CTL, 2);
784 128 << ((burst >> 12) & 0x07));
786 128 << ((burst >> 5) & 0x07));
788 switch ((burst >> 12) & 0x07) {
2808 * Allow Tx DMA burst.
/freebsd-11-stable/sys/contrib/octeon-sdk/
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;
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...]
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c46 int burst; /* count of packets sent in a burst */ member in struct:cfg_s
486 } else if (!strcmp(*av, "-burst")) {
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h787 uint32_t burst; member in struct:wpi_general_stats
/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/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/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/sys/dev/iwn/
H A Dif_iwnreg.h1657 uint32_t burst; member in struct:iwn_general_stats
/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/wpa/src/ap/
H A Dhostapd.c1380 p->cwmax, p->burst)) {
/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);

Completed in 318 milliseconds

12