Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
D53c700.c320 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_detect()
339 * NCR_700_COMMAND_SLOTS_PER_HOST); in NCR_700_detect()
340 for (j = 0; j < NCR_700_COMMAND_SLOTS_PER_HOST; j++) { in NCR_700_detect()
515 if(hostdata->command_slot_count != NCR_700_COMMAND_SLOTS_PER_HOST) in find_empty_slot()
516 …L, but count is %d, should be %d\n", hostdata->command_slot_count, NCR_700_COMMAND_SLOTS_PER_HOST); in find_empty_slot()
1196 for(i=0; i< NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in process_script_interrupt()
1547 for(i = 0; i < NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in NCR_700_intr()
1725 for(i = 0; i < NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in NCR_700_intr()
1729 % NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_intr()
1757 if(hostdata->command_slot_count >= NCR_700_COMMAND_SLOTS_PER_HOST) { in NCR_700_queuecommand_lck()
D53c700.h36 #define NCR_700_COMMAND_SLOTS_PER_HOST 64 macro
234 …LOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700_COMMAND_SLOTS_PER_HOST))