Home
last modified time | relevance | path

Searched refs:maxburst (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_altq.c539 u_int minburst, maxburst; in cbq_compute_idletime() local
544 maxburst = opts->maxburst; in cbq_compute_idletime()
570 if (maxburst == 0) { /* use default */ in cbq_compute_idletime()
572 maxburst = 4; in cbq_compute_idletime()
574 maxburst = 16; in cbq_compute_idletime()
578 if (minburst > maxburst) in cbq_compute_idletime()
579 minburst = maxburst; in cbq_compute_idletime()
583 gton = pow(g, (double)maxburst); in cbq_compute_idletime()
607 opts->maxburst = maxburst; in cbq_compute_idletime()
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c32 int maxburst; member
484 c->maxburst = getnum(av[1], NULL, av[0]); in init()
505 if (c->maxburst <= 0) in init()
506 c->maxburst = 1; in init()
/freebsd/sys/netpfil/pf/
H A Dpf_altq.h39 u_int maxburst; member
/freebsd/sys/netinet/
H A Dsctp_sysctl.c922 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST);
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1597 u_char maxburst; /* log base 2 of dwords burst */ member
2588 if (burst_max > np->maxburst) in sym_prepare_setting()
2589 burst_max = np->maxburst; in sym_prepare_setting()
8427 np->maxburst = chip->burst_max;
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp151.dtsi1655 dma-maxburst = <2>;