Lines Matching refs:rate_cps
657 unsigned long long rate_cps;
721 rate_cps = (unsigned long long) (1UL << exp) * (man + 512) >> 9;
723 if (rate_cps < 10)
724 rate_cps = 10; /* 2.2.1 minimum payload rate is 10 cps */
727 if ((*rategrid)[i/16][i%16] >= rate_cps)
737 buf = rate_cps * he_dev->tx_numbuffs /
742 if (rate_cps > (272ULL * mult))
744 else if (rate_cps > (204ULL * mult))
746 else if (rate_cps > (136ULL * mult))
748 else if (rate_cps > (68ULL * mult))