Lines Matching defs:max
457 // with type 7F (for all luns less than the max for this bus,id) so the lun scan will continue.
1359 int max;
1374 max = lct->table_size;
1375 max -= 3;
1376 max /= 9;
1378 for(i=0;i<max;i++) {
2223 int max;
2239 max = lct->table_size;
2240 max -= 3;
2241 max /= 9;
2252 printk(KERN_INFO "%s: LCT has %d entries.\n", pHba->name,max);
2254 for(i=0;i<max;i++) {