BLOGIC_MAXDEV    1766 drivers/scsi/BusLogic.c 	for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) {
BLOGIC_MAXDEV    1828 drivers/scsi/BusLogic.c 	char syncstr[BLOGIC_MAXDEV + 1];
BLOGIC_MAXDEV    1829 drivers/scsi/BusLogic.c 	char widestr[BLOGIC_MAXDEV + 1];
BLOGIC_MAXDEV    1830 drivers/scsi/BusLogic.c 	char discon_str[BLOGIC_MAXDEV + 1];
BLOGIC_MAXDEV    1831 drivers/scsi/BusLogic.c 	char tagq_str[BLOGIC_MAXDEV + 1];
BLOGIC_MAXDEV    2175 drivers/scsi/BusLogic.c 	u8 sync_period[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    3469 drivers/scsi/BusLogic.c 	memset(tgt_stats, 0, BLOGIC_MAXDEV * sizeof(struct blogic_tgt_stats));
BLOGIC_MAXDEV    3710 drivers/scsi/BusLogic.c 				for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++) {
BLOGIC_MAXDEV    3739 drivers/scsi/BusLogic.c 				for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++)
BLOGIC_MAXDEV    3755 drivers/scsi/BusLogic.c 						tgt_id < BLOGIC_MAXDEV;
BLOGIC_MAXDEV    3770 drivers/scsi/BusLogic.c 							tgt_id = BLOGIC_MAXDEV;
BLOGIC_MAXDEV    3820 drivers/scsi/BusLogic.c 		for (tgt_id = 0; tgt_id < BLOGIC_MAXDEV; tgt_id++)
BLOGIC_MAXDEV     893 drivers/scsi/BusLogic.h 	unsigned char qdepth[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1057 drivers/scsi/BusLogic.h 	struct blogic_ccb *bdr_pend[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1058 drivers/scsi/BusLogic.h 	struct blogic_tgt_flags tgt_flags[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1059 drivers/scsi/BusLogic.h 	unsigned char qdepth[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1060 drivers/scsi/BusLogic.h 	unsigned char sync_period[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1061 drivers/scsi/BusLogic.h 	unsigned char sync_offset[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1062 drivers/scsi/BusLogic.h 	unsigned char active_cmds[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1063 drivers/scsi/BusLogic.h 	unsigned int cmds_since_rst[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1064 drivers/scsi/BusLogic.h 	unsigned long last_seqpoint[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1065 drivers/scsi/BusLogic.h 	unsigned long last_resettried[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1066 drivers/scsi/BusLogic.h 	unsigned long last_resetdone[BLOGIC_MAXDEV];
BLOGIC_MAXDEV    1073 drivers/scsi/BusLogic.h 	struct blogic_tgt_stats tgt_stats[BLOGIC_MAXDEV];