max_scbs          848 drivers/scsi/aic94xx/aic94xx_dump.c 	for (site_no = 0; site_no < asd_ha->hw_prof.max_scbs; site_no++) {
max_scbs          204 drivers/scsi/aic94xx/aic94xx_hwi.c 	asd_ha->seq.tc_index_bitmap_bits = asd_ha->hw_prof.max_scbs;
max_scbs          242 drivers/scsi/aic94xx/aic94xx_hwi.c 	asd_ha->hw_prof.max_scbs = asd_get_cmdctx_size(asd_ha)/ASD_SCB_SIZE;
max_scbs          245 drivers/scsi/aic94xx/aic94xx_hwi.c 		    asd_ha->hw_prof.max_scbs,
max_scbs          400 drivers/scsi/aic94xx/aic94xx_hwi.c 	seq->can_queue = 1 + (asd_ha->hw_prof.max_scbs - seq->pending)/2;
max_scbs          548 drivers/scsi/aic94xx/aic94xx_hwi.c 	if (max_cmnds <= asd_ha->hw_prof.max_scbs || max_cmnds > 0xFFFF) {
max_scbs          549 drivers/scsi/aic94xx/aic94xx_hwi.c 		max_cmnds = asd_ha->hw_prof.max_scbs;
max_scbs          553 drivers/scsi/aic94xx/aic94xx_hwi.c 	size = (max_cmnds - asd_ha->hw_prof.max_scbs + 1) * ASD_SCB_SIZE;
max_scbs          559 drivers/scsi/aic94xx/aic94xx_hwi.c 		max_cmnds = asd_ha->hw_prof.max_scbs;
max_scbs          564 drivers/scsi/aic94xx/aic94xx_hwi.c 	dma_addr -= asd_ha->hw_prof.max_scbs * ASD_SCB_SIZE;
max_scbs          571 drivers/scsi/aic94xx/aic94xx_hwi.c 	asd_ha->hw_prof.max_scbs = max_cmnds;
max_scbs         1195 drivers/scsi/aic94xx/aic94xx_hwi.c 	can_queue = asd_ha->hw_prof.max_scbs - asd_ha->seq.pending;
max_scbs           95 drivers/scsi/aic94xx/aic94xx_hwi.h 	u32    max_scbs;	  /* absolute sequencer scb queue size */
max_scbs          207 drivers/scsi/aic94xx/aic94xx_init.c 	asd_ha->hw_prof.max_scbs = 512;
max_scbs          862 drivers/scsi/aic94xx/aic94xx_seq.c 	u16     max_scbs = 0;
max_scbs          864 drivers/scsi/aic94xx/aic94xx_seq.c 	for (site_no = asd_ha->hw_prof.max_scbs-1;
max_scbs          899 drivers/scsi/aic94xx/aic94xx_seq.c 		max_scbs++;
max_scbs          901 drivers/scsi/aic94xx/aic94xx_seq.c 	asd_ha->hw_prof.max_scbs = max_scbs;
max_scbs          902 drivers/scsi/aic94xx/aic94xx_seq.c 	ASD_DPRINTK("max_scbs:%d\n", asd_ha->hw_prof.max_scbs);