maxhscbs          662 drivers/scsi/aic7xxx/aic79xx.h 	uint16_t	 maxhscbs;	/* Number of SCBs on the card */
maxhscbs         6381 drivers/scsi/aic7xxx/aic79xx_core.c 	for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
maxhscbs         6408 drivers/scsi/aic7xxx/aic79xx_core.c 	scb_data->maxhscbs = ahd_probe_scbs(ahd);
maxhscbs         6409 drivers/scsi/aic7xxx/aic79xx_core.c 	if (scb_data->maxhscbs == 0) {
maxhscbs         6998 drivers/scsi/aic7xxx/aic79xx_core.c 		ahd->scb_data.maxhscbs);
maxhscbs          608 drivers/scsi/aic7xxx/aic7xxx.h 	uint8_t	maxhscbs;		/* Number of SCBs on the card */
maxhscbs         2736 drivers/scsi/aic7xxx/aic7xxx_core.c 	for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
maxhscbs         4718 drivers/scsi/aic7xxx/aic7xxx_core.c 	for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
maxhscbs         4776 drivers/scsi/aic7xxx/aic7xxx_core.c 	scb_data->maxhscbs = ahc_probe_scbs(ahc);
maxhscbs         4777 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (ahc->scb_data->maxhscbs == 0) {
maxhscbs         5062 drivers/scsi/aic7xxx/aic7xxx_core.c 			ahc->scb_data->maxhscbs, AHC_MAX_QUEUE);
maxhscbs         5064 drivers/scsi/aic7xxx/aic7xxx_core.c 		sprintf(buf, "%d SCBs", ahc->scb_data->maxhscbs);
maxhscbs         5372 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (ahc->scb_data->maxhscbs == 0)
maxhscbs         5395 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (ahc->scb_data->maxhscbs < AHC_SCB_MAX_ALLOC) {
maxhscbs         6388 drivers/scsi/aic7xxx/aic7xxx_core.c 	for (i = 0; i < ahc->scb_data->maxhscbs; i++) {
maxhscbs         7255 drivers/scsi/aic7xxx/aic7xxx_core.c 	for (i = 0; i < ahc->scb_data->maxhscbs; i++) {