Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/pfctl/
Dpfctl_altq.c548 u_int minburst, maxburst; local
553 maxburst = opts->maxburst;
579 if (maxburst == 0) { /* use default */
581 maxburst = 4;
583 maxburst = 16;
587 if (minburst > maxburst)
588 minburst = maxburst;
592 gton = pow(g, (double)maxburst);
616 opts->maxburst = maxburst;
/freebsd-12-stable/sys/netpfil/ipfw/test/
Dmain.c33 int maxburst; member
487 c->maxburst = getnum(av[1], NULL, av[0]); in init()
508 if (c->maxburst <= 0) in init()
509 c->maxburst = 1; in init()
/freebsd-12-stable/sys/netpfil/pf/
Dpf_altq.h40 u_int maxburst; member
/freebsd-12-stable/sys/dev/ncr/
Dncr.c1029 u_char maxburst; /* log base 2 of dwords burst */ member
3175 unsigned char maxburst; member
3415 np->maxburst = ncr_chip_table[i].maxburst;
3420 np->maxburst = 4;
3539 ncr_init_burst(np, np->maxburst); /* Max dwords burst length */
3541 np->maxburst =
3641 burst_length(np->maxburst),
/freebsd-12-stable/sys/netinet/
Dtcp_output.c214 int maxburst = TCP_MAXBURST; in tcp_output()
1645 if (sendalot && --maxburst) in tcp_output()
Dsctp_sysctl.c892 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST)
/freebsd-12-stable/sys/dev/sym/
Dsym_hipd.c1608 u_char maxburst; /* log base 2 of dwords burst */ member
2600 if (burst_max > np->maxburst) in sym_prepare_setting()
2601 burst_max = np->maxburst; in sym_prepare_setting()
8447 np->maxburst = chip->burst_max;
/freebsd-12-stable/sys/gnu/dts/arm/
Dstm32mp151.dtsi1266 dma-maxburst = <2>;