drvr_qdepth       265 drivers/scsi/BusLogic.c 	if (adapter->drvr_qdepth > adapter->alloc_ccbs - adapter->tgt_count) {
drvr_qdepth       266 drivers/scsi/BusLogic.c 		adapter->drvr_qdepth = adapter->alloc_ccbs - adapter->tgt_count;
drvr_qdepth       267 drivers/scsi/BusLogic.c 		adapter->scsi_host->can_queue = adapter->drvr_qdepth;
drvr_qdepth      1390 drivers/scsi/BusLogic.c 		adapter->drvr_qdepth = 255;
drvr_qdepth      1391 drivers/scsi/BusLogic.c 		adapter->adapter_qdepth = adapter->drvr_qdepth;
drvr_qdepth      1699 drivers/scsi/BusLogic.c 	adapter->drvr_qdepth = adapter->mbox_count;
drvr_qdepth      1936 drivers/scsi/BusLogic.c 		blogic_info("  Driver Queue Depth: %d, " "Host Adapter Queue Depth: %d\n", adapter, adapter->drvr_qdepth, adapter->adapter_qdepth);
drvr_qdepth      1938 drivers/scsi/BusLogic.c 		blogic_info("  Driver Queue Depth: %d, " "Scatter/Gather Limit: %d segments\n", adapter, adapter->drvr_qdepth, adapter->drvr_sglimit);
drvr_qdepth      2299 drivers/scsi/BusLogic.c 	host->can_queue = adapter->drvr_qdepth;
drvr_qdepth      3483 drivers/scsi/BusLogic.c Currently Allocated CCBs:	%d\n", adapter->drvr_qdepth, adapter->alloc_ccbs);
drvr_qdepth      1033 drivers/scsi/BusLogic.h 	unsigned short drvr_qdepth;