maxlun           1387 drivers/scsi/BusLogic.c 		adapter->maxlun = 32;
maxlun           1659 drivers/scsi/BusLogic.c 	adapter->maxlun = (adapter->ext_lun ? 32 : 8);
maxlun           2295 drivers/scsi/BusLogic.c 	host->max_lun = adapter->maxlun;
maxlun           1028 drivers/scsi/BusLogic.h 	unsigned short maxlun;
maxlun           8540 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int		maxlun;
maxlun           8565 drivers/scsi/aic7xxx/aic79xx_core.c 		maxlun = AHD_NUM_LUNS_NONPKT;
maxlun           8567 drivers/scsi/aic7xxx/aic79xx_core.c 		minlun = maxlun = 0;
maxlun           8570 drivers/scsi/aic7xxx/aic79xx_core.c 		maxlun = lun + 1;
maxlun           8575 drivers/scsi/aic7xxx/aic79xx_core.c 			for (j = minlun;j < maxlun; j++) {
maxlun           6308 drivers/scsi/aic7xxx/aic7xxx_core.c 	int	maxlun;
maxlun           6345 drivers/scsi/aic7xxx/aic7xxx_core.c 		maxlun = 1;
maxlun           6347 drivers/scsi/aic7xxx/aic7xxx_core.c 			maxlun = AHC_NUM_LUNS;
maxlun           6350 drivers/scsi/aic7xxx/aic7xxx_core.c 		maxlun = lun + 1;
maxlun           6355 drivers/scsi/aic7xxx/aic7xxx_core.c 			for (j = minlun;j < maxlun; j++) {