Lines Matching defs:burstsize
239 "burstsize %d\n", p->cl, rc, fw_mode, fw_rateunit,
276 tc->pktsize, tc->burstsize, 1);
293 "burstsize %d\n", j, rc, tc->mode, tc->rateunit,
295 tc->pktsize, tc->burstsize);
498 int rc = 0, fa, fa2, i, pktsize, burstsize;
510 if (pi->sched_params->burstsize > 0)
511 burstsize = pi->sched_params->burstsize;
513 burstsize = pktsize * 4;
525 tc->burstsize == burstsize) {
563 tc->burstsize = burstsize;
677 /* Note that pktsize and burstsize are not used in this mode. */
684 if (tc.burstsize > 0)
685 sbuf_printf(sb, " burst-size %u", tc.burstsize);
957 * limits depend on the burstsize, pktsize (if_getmtu(ifp) ultimately) and
966 /* Based on testing by rrs@ with a T580 at burstsize = 4. */