Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.h1123 #define AHD_STAT_BUCKETS 4 macro
1125 uint32_t cmdcmplt_counts[AHD_STAT_BUCKETS];
Daic79xx_core.c8811 ahd->cmdcmplt_bucket = (ahd->cmdcmplt_bucket+1) & (AHD_STAT_BUCKETS-1); in ahd_stat_timer()