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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h1180 uint32_t cmdcmplt_total; member in struct:ahd_softc
H A Daic79xx_inline.h952 ahd->cmdcmplt_total++;
H A Daic79xx.c8141 if (ahd->cmdcmplt_total > ahd->int_coalescing_threshold)
8143 else if (ahd->cmdcmplt_total < ahd->int_coalescing_stop_threshold)
8154 ahd->cmdcmplt_total);
8159 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket];

Completed in 162 milliseconds