Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/arm/
Dfas216.c350 #define PH_SIZE 32 macro
352 static struct { int stat, ssr, isr, ph; } ph_list[PH_SIZE];
362 ph_ptr = (ph_ptr + 1) & (PH_SIZE-1); in add_debug_list()
389 i = (i + 1) & (PH_SIZE - 1); in print_debug_list()