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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.c517 if(hostdata->command_slot_count != NCR_700_COMMAND_SLOTS_PER_HOST)
518 printk(KERN_ERR "SLOTS FULL, but count is %d, should be %d\n", hostdata->command_slot_count, NCR_700_COMMAND_SLOTS_PER_HOST);
537 hostdata->command_slot_count++;
558 hostdata->command_slot_count--;
1194 host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->command_slot_count);
1746 if(hostdata->command_slot_count >= NCR_700_COMMAND_SLOTS_PER_HOST) {
1773 /* no need to check for NULL, test for command_slot_count above
H A D53c700.h236 int command_slot_count; /* protected by state lock */ member in struct:NCR_700_Host_Parameters

Completed in 65 milliseconds