Searched refs:burst (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddummynet.txt89 bandwith, delay, burst size;
530 profile and burst option), I have to include both header files. I copied
557 not support some parameter as burst or delay profile.
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dexynos3250-rinato.dts160 samsung,burst-clock-frequency = <250000000>;
H A Dsun6i-a31.dtsi800 snps,fixed-burst;
H A Dsun7i-a20.dtsi1190 snps,fixed-burst;
H A Dexynos4412-trats2.dts717 samsung,burst-clock-frequency = <500000000>;
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi_ec.c106 /* Data byte returned after burst enable indicating it was successful. */
184 TUNABLE_INT("debug.acpi.ec.burst", &ec_burst_mode);
185 SYSCTL_INT(_debug_acpi_ec, OID_AUTO, burst, CTLFLAG_RW, &ec_burst_mode, 0,
186 "Enable use of burst mode (faster for nearly all systems)");
610 CTR1(KTR_ACPI, "ec burst disabled in waitevent (%s)", msg);
800 /* If we can't start burst mode, continue anyway. */
804 CTR0(KTR_ACPI, "ec burst enabled");
832 CTR0(KTR_ACPI, "ec disabled burst ok");
926 /* Don't use burst mode if user disabled it. */
960 /* If we succeeded, burst fla
[all...]
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dhostapd.c815 p->cwmax, p->burst)) {
/freebsd-10-stable/sys/dev/alc/
H A Dif_alc.c1371 uint16_t burst; local
1471 burst = CSR_READ_2(sc, base + PCIER_DEVICE_CTL);
1473 (burst & PCIEM_CTL_MAX_READ_REQUEST) >> 12;
1474 sc->alc_dma_wr_burst = (burst & PCIEM_CTL_MAX_PAYLOAD) >> 5;
/freebsd-10-stable/sys/dev/iwi/
H A Dif_iwi.c1041 sc->wme[1].burst[ac] = IWI_USEC(wmep->wmep_txopLimit);
1049 sc->wme[2].burst[ac] = IWI_USEC(wmep->wmep_txopLimit);
1066 sc->wme[0].burst[ac] = IWI_USEC(wmep->wmep_txopLimit);
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwnreg.h1508 uint32_t burst; member in struct:iwn_general_stats
/freebsd-10-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...]
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c911 } else if (os_strcmp(pos, "burst") == 0) {
912 queue->burst = hostapd_config_read_int10(val);
/freebsd-10-stable/sys/netinet/
H A Dsctputil.c367 sctp_log_maxburst(struct sctp_tcb *stcb, struct sctp_nets *net, int error, int burst, uint8_t from) argument
375 sctp_clog.x.cwnd.cwnd_augment = burst;

Completed in 393 milliseconds

123