HomeSort by: relevance | last modified time | path
    Searched refs:maxburst (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.sbin/altq/altqd/altq.conf.samples/
cbq.widecamp 10 class cbq sr0 ctl_class root priority 3 pbandwidth 4 maxburst 4 control
24 class cbq sr0 tcp bulk borrow priority 3 pbandwidth 4 maxburst 8 red
26 class cbq sr0 ftp bulk borrow priority 3 pbandwidth 4 maxburst 8 red
29 class cbq sr0 http bulk borrow priority 3 pbandwidth 4 maxburst 8 red
36 class cbq sr0 pop3 bulk borrow priority 3 pbandwidth 4 maxburst 8 red
39 class cbq sr0 imap bulk borrow priority 3 pbandwidth 4 maxburst 8 red
45 class cbq sr0 udp misc borrow priority 3 pbandwidth 4 maxburst 8 red
47 class cbq sr0 cbq misc borrow priority 3 pbandwidth 4 maxburst 8 red
49 class cbq sr0 rip misc borrow priority 3 pbandwidth 4 maxburst 8 red
54 class cbq sr0 dns intr borrow priority 5 pbandwidth 4 maxburst 8 re
    [all...]
  /src/sys/dev/pci/
siop_pci_common.h 35 uint8_t maxburst; member in struct:siop_product_desc
siop_pci_common.c 263 siop_sc->maxburst = pci_sc->sc_pp->maxburst;
374 if (sc->maxburst) {
381 dmode |= ((sc->maxburst - 1) << DMODE_BL_SHIFT) & DMODE_BL_MASK;
383 ctest5 |= (sc->maxburst - 1) & CTEST5_BBCK;
  /src/usr.sbin/altq/libaltq/
qop_cbq.h 67 u_int maxburst; member in struct:cbq_classinfo
84 u_int maxdelay, u_int maxburst, u_int minburst,
89 u_int maxdelay, u_int maxburst, u_int minburst,
97 u_int maxdelay, u_int maxburst, u_int minburst,
101 u_int maxdelay, u_int maxburst, u_int minburst,
qop_cbq.c 174 u_int maxburst = 0; /* 0 means default */ local in function:cbq_class_parser
242 } else if (EQUAL(*argv, "maxburst")) {
245 maxburst = strtoul(*argv, NULL, 0);
300 maxdelay, maxburst, minburst,
329 u_int maxdelay, u_int maxburst, u_int minburst,
370 maxdelay, maxburst, minburst,
386 maxdelay, maxburst, minburst, av_pkt_size,
406 u_int maxdelay, u_int maxburst, u_int minburst,
419 maxdelay, maxburst, minburst,
524 u_int maxdelay, u_int maxburst, u_int minburst
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_altq.c 432 u_int minburst, maxburst; local in function:cbq_compute_idletime
437 maxburst = opts->maxburst;
463 if (maxburst == 0) { /* use default */
465 maxburst = 4;
467 maxburst = 16;
471 if (minburst > maxburst)
472 minburst = maxburst;
476 gton = pow(g, (double)maxburst);
500 opts->maxburst = maxburst
    [all...]
  /src/sys/dev/ic/
siopvar_common.h 132 int maxburst; member in struct:siop_common_softc
  /src/sys/arch/hppa/dev/
siop_sgc.c 110 sc->sc_c.maxburst = 4;
  /src/sys/arch/hppa/gsc/
siop_gsc.c 102 sc->sc_c.maxburst = 4;
  /src/sys/netinet/
tcp_output.c 524 int maxburst = TCP_MAXBURST; local in function:tcp_output
1652 if (maxburst < 0)
1653 printf("tcp_output: maxburst exceeded by %d\n", -maxburst);
1655 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst))
  /src/sys/arch/prep/stand/boot/
siop.c 80 const int maxburst = 4; /* 53c810 */ local in function:siop_pci_reset
87 ctest5 |= (maxburst - 1) & CTEST5_BBCK;
92 dmode |= ((maxburst - 1) << DMODE_BL_SHIFT) & DMODE_BL_MASK;
  /src/sys/arch/bebox/stand/boot/
siop.c 84 const int maxburst = 4; /* 53c810 */ local in function:siop_pci_reset
91 ctest5 |= (maxburst - 1) & CTEST5_BBCK;
96 dmode |= ((maxburst - 1) << DMODE_BL_SHIFT) & DMODE_BL_MASK;
  /src/sys/dist/pf/net/
pfvar.h 1253 u_int maxburst; member in struct:cbq_opts
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32mp151.dtsi 1310 dma-maxburst = <2>;

Completed in 38 milliseconds