Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx.h1126 uint32_t cmdcmplt_total; member
Daic79xx_core.c1000 ahd->cmdcmplt_total++; in ahd_intr()
8839 if (ahd->cmdcmplt_total > ahd->int_coalescing_threshold) in ahd_stat_timer()
8841 else if (ahd->cmdcmplt_total < ahd->int_coalescing_stop_threshold) in ahd_stat_timer()
8852 ahd->cmdcmplt_total); in ahd_stat_timer()
8857 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket]; in ahd_stat_timer()