Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic79xx.h1132 #define AHD_STAT_BUCKETS 4 macro
1134 uint32_t cmdcmplt_counts[AHD_STAT_BUCKETS];
Daic79xx_core.c8907 ahd->cmdcmplt_bucket = (ahd->cmdcmplt_bucket+1) & (AHD_STAT_BUCKETS-1); in ahd_stat_timer()