Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.h1126 uint32_t cmdcmplt_total; member
Daic79xx_core.c1000 ahd->cmdcmplt_total++; in ahd_intr()
8794 if (ahd->cmdcmplt_total > ahd->int_coalescing_threshold) in ahd_stat_timer()
8796 else if (ahd->cmdcmplt_total < ahd->int_coalescing_stop_threshold) in ahd_stat_timer()
8807 ahd->cmdcmplt_total); in ahd_stat_timer()
8812 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket]; in ahd_stat_timer()