Searched refs:maxburst (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_altq.h38 u_int maxburst; member in struct:cbq_opts
/freebsd-10.2-release/sbin/pfctl/
H A Dpfctl_altq.c448 u_int minburst, maxburst; local
453 maxburst = opts->maxburst;
478 if (maxburst == 0) { /* use default */
480 maxburst = 4;
482 maxburst = 16;
486 if (minburst > maxburst)
487 minburst = maxburst;
491 gton = pow(g, (double)maxburst);
515 opts->maxburst
[all...]
/freebsd-10.2-release/sys/netpfil/ipfw/test/
H A Dmain.c34 int maxburst; member in struct:cfg_s
400 c->maxburst = getnum(av[1], NULL, av[0]);
419 if (c->maxburst <= 0)
420 c->maxburst = 1;
/freebsd-10.2-release/sys/pci/
H A Dncr.c1041 u_char maxburst; /* log base 2 of dwords burst */ member in struct:ncb
3197 unsigned char maxburst; member in struct:__anon11554
3440 np->maxburst = ncr_chip_table[i].maxburst;
3445 np->maxburst = 4;
3565 ncr_init_burst(np, np->maxburst); /* Max dwords burst length */
3567 np->maxburst =
3667 burst_length(np->maxburst),
/freebsd-10.2-release/sys/netinet/
H A Dtcp_output.c189 int maxburst = TCP_MAXBURST;
1530 if (sendalot && --maxburst)
H A Dsctp_sysctl.c881 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST)
/freebsd-10.2-release/sys/dev/sym/
H A Dsym_hipd.c1608 u_char maxburst; /* log base 2 of dwords burst */ member in struct:sym_hcb
2600 if (burst_max > np->maxburst)
2601 burst_max = np->maxburst;
8452 np->maxburst = chip->burst_max;

Completed in 233 milliseconds