Home | History | Annotate | Download | only in tc

Lines Matching refs:mpu

45 	unsigned buffer=0, mtu=0, mpu=0, latency=0;
101 } else if (strcmp(*argv, "mpu") == 0) {
103 if (mpu) {
104 fprintf(stderr, "Double \"mpu\" spec\n");
107 if (get_size(&mpu, *argv)) {
108 explain1("mpu");
190 opt.rate.mpu = mpu;
199 opt.peakrate.mpu = mpu;
241 fprintf(f, "burst %s/%u mpu %s ", sprint_size(buffer, b1),
242 1<<qopt->rate.cell_log, sprint_size(qopt->rate.mpu, b2));
250 if (qopt->mtu || qopt->peakrate.mpu) {
253 fprintf(f, "mtu %s/%u mpu %s ", sprint_size(mtu, b1),
254 1<<qopt->peakrate.cell_log, sprint_size(qopt->peakrate.mpu, b2));