command_slot_count 499 drivers/scsi/53c700.c if(hostdata->command_slot_count != NCR_700_COMMAND_SLOTS_PER_HOST) command_slot_count 500 drivers/scsi/53c700.c printk(KERN_ERR "SLOTS FULL, but count is %d, should be %d\n", hostdata->command_slot_count, NCR_700_COMMAND_SLOTS_PER_HOST); command_slot_count 519 drivers/scsi/53c700.c hostdata->command_slot_count++; command_slot_count 540 drivers/scsi/53c700.c hostdata->command_slot_count--; command_slot_count 1177 drivers/scsi/53c700.c host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->command_slot_count); command_slot_count 1745 drivers/scsi/53c700.c if(hostdata->command_slot_count >= NCR_700_COMMAND_SLOTS_PER_HOST) { command_slot_count 238 drivers/scsi/53c700.h int command_slot_count; /* protected by state lock */