tgt_count         265 drivers/scsi/BusLogic.c 	if (adapter->drvr_qdepth > adapter->alloc_ccbs - adapter->tgt_count) {
tgt_count         266 drivers/scsi/BusLogic.c 		adapter->drvr_qdepth = adapter->alloc_ccbs - adapter->tgt_count;
tgt_count        1046 drivers/scsi/BusLogic.h 	unsigned short tgt_count;