Home | History | Annotate | Download | only in ic

Lines Matching defs:packets

104  * packets at bit-rates other than the current one to estimate when
311 /* let the bit-rate switch quickly during the first few packets */
325 DPRINTF(sc, "%s: %s size %d switch rate %d (%d/%d) -> %d (%d/%d) after %d packets mrr %d\n",
347 * to the rate of small packets
443 /* just average the first few packets */
445 int packets = sn->stats[size_bin][ndx0].total_packets;
446 sn->stats[size_bin][ndx0].average_tx_time = (tt+(avg_tx*packets))/(packets+1);
458 /* also say larger packets failed since we
805 osc->ath_sample_rate = 10; /* send a different bit-rate 1/X packets */