Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
D53c700.c318 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_detect()
336 * NCR_700_COMMAND_SLOTS_PER_HOST); in NCR_700_detect()
337 for (j = 0; j < NCR_700_COMMAND_SLOTS_PER_HOST; j++) { in NCR_700_detect()
512 if(hostdata->command_slot_count != NCR_700_COMMAND_SLOTS_PER_HOST) in find_empty_slot()
513 …L, but count is %d, should be %d\n", hostdata->command_slot_count, NCR_700_COMMAND_SLOTS_PER_HOST); in find_empty_slot()
1197 for(i=0; i< NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in process_script_interrupt()
1548 for(i = 0; i < NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in NCR_700_intr()
1726 for(i = 0; i < NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in NCR_700_intr()
1730 % NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_intr()
1758 if(hostdata->command_slot_count >= NCR_700_COMMAND_SLOTS_PER_HOST) { in NCR_700_queuecommand_lck()
D53c700.h37 #define NCR_700_COMMAND_SLOTS_PER_HOST 64 macro
236 …LOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700_COMMAND_SLOTS_PER_HOST))