Searched refs:maxburst (Results 1 – 7 of 7) sorted by relevance
479 u_int minburst, maxburst; local484 maxburst = opts->maxburst;509 if (maxburst == 0) { /* use default */511 maxburst = 4;513 maxburst = 16;517 if (minburst > maxburst)518 minburst = maxburst;522 gton = pow(g, (double)maxburst);546 opts->maxburst = maxburst;
38 u_int maxburst; member
34 int maxburst; member447 c->maxburst = getnum(av[1], NULL, av[0]); in init()466 if (c->maxburst <= 0) in init()467 c->maxburst = 1; in init()
1029 u_char maxburst; /* log base 2 of dwords burst */ member3175 unsigned char maxburst; member3415 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),
203 int maxburst = TCP_MAXBURST; in tcp_output()1650 if (sendalot && --maxburst) in tcp_output()
882 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST)
1604 u_char maxburst; /* log base 2 of dwords burst */ member2596 if (burst_max > np->maxburst) in sym_prepare_setting()2597 burst_max = np->maxburst; in sym_prepare_setting()8448 np->maxburst = chip->burst_max;