Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx.h1132 uint32_t cmdcmplt_total; member
Daic79xx_core.c1008 ahd->cmdcmplt_total++; in ahd_intr()
8879 if (ahd->cmdcmplt_total > ahd->int_coalescing_threshold) in ahd_stat_timer()
8881 else if (ahd->cmdcmplt_total < ahd->int_coalescing_stop_threshold) in ahd_stat_timer()
8892 ahd->cmdcmplt_total); in ahd_stat_timer()
8897 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket]; in ahd_stat_timer()