Searched refs:maxblocks (Results 1 – 2 of 2) sorted by relevance
53 int maxblocks; member121 sc->maxblocks = mambocall(MAMBO_DISK_INFO,MAMBO_INFO_BLKSZ,d->d_unit) in mambodisk_attach()229 if (numblocks > sc->maxblocks) in mambodisk_task()230 numblocks = sc->maxblocks; in mambodisk_task()
205 int type, numports, maxblocks, i, j; in switch_port_congestion_setting() local242 maxblocks = numports / 32 + 1; in switch_port_congestion_setting()244 for (i = 0; i < maxblocks; i++) { in switch_port_congestion_setting()