Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
D53c700.c331 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_detect()
348 * NCR_700_COMMAND_SLOTS_PER_HOST); in NCR_700_detect()
349 for (j = 0; j < NCR_700_COMMAND_SLOTS_PER_HOST; j++) { in NCR_700_detect()
529 if(hostdata->command_slot_count != NCR_700_COMMAND_SLOTS_PER_HOST) in find_empty_slot()
530 …L, but count is %d, should be %d\n", hostdata->command_slot_count, NCR_700_COMMAND_SLOTS_PER_HOST); in find_empty_slot()
1211 for(i=0; i< NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in process_script_interrupt()
1554 for(i = 0; i < NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in NCR_700_intr()
1732 for(i = 0; i < NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in NCR_700_intr()
1736 % NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_intr()
1763 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
237 …LOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700_COMMAND_SLOTS_PER_HOST))