Lines Matching refs:maxbw
19 u32 maxbw;
30 if (cur->maxbw > n->maxbw)
50 cur->maxbw = (nistat >> 16) & 0xff;
72 u32 maxbw;
102 * Sort the device list by maxbw. We need to do this because the
114 * transfers are enabled and consequently whether maxbw will mean
123 target.maxbw = (tnistat >> 16) & 0xff;
142 master[cdev].maxbw = (mnistat >> 16) & 0xff;
147 tot_bw += master[cdev].maxbw;
154 if (tot_bw > target.maxbw) {
182 master[cdev].n = master[cdev].maxbw / (master[cdev].y + 1);