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

/drivers/scsi/aic7xxx/
H A Daic79xx.h1135 uint32_t cmdcmplt_total; member in struct:ahd_softc
H A Daic79xx_core.c1008 ahd->cmdcmplt_total++;
8890 if (ahd->cmdcmplt_total > ahd->int_coalescing_threshold)
8892 else if (ahd->cmdcmplt_total < ahd->int_coalescing_stop_threshold)
8903 ahd->cmdcmplt_total);
8908 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket];

Completed in 472 milliseconds