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

12

/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/gem/
H A Dif_gem_sbus.c124 int burst; local
143 burst = sbus_get_burstsz(dev);
145 if ((burst & SBUS_BURST64_MASK) != 0) {
147 burst >>= SBUS_BURST64_SHIFT;
149 if ((burst & SBUS_BURST_64) != 0)
151 else if ((burst & SBUS_BURST_32) != 0)
154 device_printf(dev, "unsupported burst size\n");
/freebsd-11-stable/tools/tools/netmap/
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...]
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...]
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme_sbus.c136 uint32_t burst; local
238 burst = sbus_get_burstsz(dev);
240 if ((burst & SBUS_BURST_64))
242 else if ((burst & SBUS_BURST_32))
244 else if ((burst & SBUS_BURST_16))
/freebsd-11-stable/sys/netinet/
H A Dip_dummynet.h129 * XXX what about burst ?
134 uint64_t burst; /* scaled. bits*Hz XXX */ member in struct:dn_link
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_tv.c91 int blank, black, burst; member in struct:video_levels
229 .blank = 225, .black = 267, .burst = 113,
239 .blank = 266, .black = 316, .burst = 133,
249 .blank = 225, .black = 225, .burst = 113,
259 .blank = 266, .black = 266, .burst = 133,
269 .blank = 237, .black = 237, .burst = 118,
279 .blank = 280, .black = 280, .burst = 139,
289 .blank = 225, .black = 267, .burst = 113,
299 .blank = 266, .black = 316, .burst = 133,
309 .blank = 225, .black = 267, .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_dn_glue.c248 uint64_t burst; /* burst size, scaled: bits * hz */ member in struct:dn_pipe8
278 * add burst (int64_t)
455 /* FreeBSD 8 has burst */
456 p->burst = p8->burst;
641 pipe8->burst = div64(l->burst , 8 * hz);
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/sys/contrib/octeon-sdk/
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-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;
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm.c117 #define TPM_STS_BMASK 0x00ffff00 /* ro io burst size */
591 int burst, to, rv; local
595 burst = 0;
596 while (burst == 0 && to--) {
602 burst = bus_space_read_1(sc->sc_bt, sc->sc_bh, TPM_STS + 1);
603 burst |= bus_space_read_1(sc->sc_bt, sc->sc_bh, TPM_STS + 2)
606 printf("tpm_getburst: read %d\n", burst);
608 if (burst)
609 return burst;
959 printf("tpm_tis12_read: fetching %d, burst i
[all...]
/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/sys/dev/drm/
H A Dvia_verifier.c722 int burst = 0; local
735 (burst & 63), *buf++);
736 burst += 4;
756 (burst & 63), *buf++);
757 burst += 4;
768 "Attempt to access 3D- or command burst area.\n");
816 "Attempt to access 3D- or command burst area.\n");
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_chronolog.c328 if (peer->burst == 0 && peer->reach == 0)
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...]
/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/kern/
H A Dkern_poll.c104 SYSCTL_UINT(_kern_polling, OID_AUTO, burst, CTLFLAG_RD,
105 &poll_burst, 0, "Current polling burst size");
133 0, sizeof(uint32_t), poll_burst_max_sysctl, "I", "Max Polling burst size");
158 "Max size of each burst");
225 &residual_burst, 0, "# of residual cycles in burst");
348 * another NETISR_POLL call, or adapting the burst size for the next cycle.
351 * because the burst could take a long time to be completely processed, or
354 * time spent in network-related processing, we split the burst in smaller
408 * reduce the burst size to prevent that this happens again.
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.h82 uint8_t burst; member in struct:al_udma_axi_submaster
96 uint8_t min_axi_beats; /* Minimum burst for writing completion desc. */
109 uint8_t min_axi_beats; /* Minimum burst for writing completion desc. */
138 /* in one burst (5b) */
140 uint8_t min_burst_above_thr; /* min burst size when fifo above
143 uint8_t min_burst_below_thr; /* min burst size when fifo below
169 uint8_t min_burst_above_thr; /* min burst size when fifo above
172 uint8_t min_burst_below_thr; /* min burst size when fifo below
284 uint8_t max_rd_d_beats; /* max burst size for reading data
696 * S2M UDMA configure completion descriptors write burst parameter
[all...]
/freebsd-11-stable/sys/dev/sound/sbus/
H A Dcs4231.c331 int burst; local
337 * No public documentation exists on programming burst size of APCDMA.
339 burst = sbus_get_burstsz(sc->sc_dev);
340 if ((burst & SBUS_BURST_64))
342 else if ((burst & SBUS_BURST_32))
344 else if ((burst & SBUS_BURST_16))
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h541 uint16_t burst[WME_NUM_AC]; member in struct:iwi_wme_params
/freebsd-11-stable/contrib/wpa/src/ap/
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

Completed in 423 milliseconds

12