Searched refs:maxburst (Results 1 – 8 of 8) sorted by relevance
548 u_int minburst, maxburst; local553 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;
33 int maxburst; member487 c->maxburst = getnum(av[1], NULL, av[0]); in init()508 if (c->maxburst <= 0) in init()509 c->maxburst = 1; in init()
40 u_int maxburst; member
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),
214 int maxburst = TCP_MAXBURST; in tcp_output()1645 if (sendalot && --maxburst) in tcp_output()
892 SCTP_UINT_SYSCTL(maxburst, sctp_max_burst_default, SCTPCTL_MAXBURST)
1608 u_char maxburst; /* log base 2 of dwords burst */ member2600 if (burst_max > np->maxburst) in sym_prepare_setting()2601 burst_max = np->maxburst; in sym_prepare_setting()8447 np->maxburst = chip->burst_max;
1266 dma-maxburst = <2>;