Lines Matching refs:pools
613 /* prepare free buffer pools */
1038 unsigned long pools;
1041 pools = zin(RQA);
1042 EVENT("RQA (0x%08x)\n",pools,0);
1043 for (i = 0; pools; i++) {
1044 if (pools & 1) {
1048 pools >>= 1;
1052 unsigned long pools;
1054 pools = zin(RQU);
1056 dev->number,pools);
1058 for (i = 0; pools; i++) {
1059 if (pools & 1) {
1063 pools >>= 1;
1268 int pools,vccs,rx;
1282 pools = NR_POOLS;
1283 if (NR_SHAPERS*SHAPER_SIZE > pools*POOL_SIZE)
1284 pools = NR_SHAPERS*SHAPER_SIZE/POOL_SIZE;
1285 vccs = (zatm_dev->mem-NR_SHAPERS*SHAPER_SIZE-pools*POOL_SIZE)/
1297 curr += pools*POOL_SIZE/4;
1303 printk(KERN_INFO DEV_LABEL "(itf %d): %d shapers, %d pools, %d RX, "
1304 "%ld VCs\n",dev->number,NR_SHAPERS,pools,rx,