Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
D53c700.c330 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_detect()
347 * NCR_700_COMMAND_SLOTS_PER_HOST); in NCR_700_detect()
348 for (j = 0; j < NCR_700_COMMAND_SLOTS_PER_HOST; j++) { in NCR_700_detect()
528 if(hostdata->command_slot_count != NCR_700_COMMAND_SLOTS_PER_HOST) in find_empty_slot()
529 …L, but count is %d, should be %d\n", hostdata->command_slot_count, NCR_700_COMMAND_SLOTS_PER_HOST); in find_empty_slot()
1210 for(i=0; i< NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in process_script_interrupt()
1552 for(i = 0; i < NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in NCR_700_intr()
1730 for(i = 0; i < NCR_700_COMMAND_SLOTS_PER_HOST; i++) { in NCR_700_intr()
1734 % NCR_700_COMMAND_SLOTS_PER_HOST; in NCR_700_intr()
1760 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
236 …LOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700_COMMAND_SLOTS_PER_HOST))