Home
last modified time | relevance | path

Searched refs:command_slot_count (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
D53c700.c476 if(hostdata->command_slot_count != NCR_700_COMMAND_SLOTS_PER_HOST) in find_empty_slot()
477 …printk(KERN_ERR "SLOTS FULL, but count is %d, should be %d\n", hostdata->command_slot_count, NCR_7… in find_empty_slot()
495 hostdata->command_slot_count++; in find_empty_slot()
550 hostdata->command_slot_count--; in free_slot()
1240 … reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->command_slot_count); in process_script_interrupt()
1824 len += sprintf(&buf[len], "Total commands outstanding: %d\n", hostdata->command_slot_count); in NCR_700_proc_directory_info()
1849 if(hostdata->command_slot_count >= NCR_700_COMMAND_SLOTS_PER_HOST) { in NCR_700_queuecommand()
D53c700.h264 int command_slot_count; /* protected by state lock */ member