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

  /src/sys/dev/pci/
siop_pci_common.h 35 uint8_t maxburst; member in struct:siop_product_desc
  /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/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/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/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/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/dist/pf/net/
pfvar.h 1253 u_int maxburst; member in struct:cbq_opts

Completed in 20 milliseconds