HomeSort by: relevance | last modified time | path
    Searched refs:cmdcmplt_total (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 940 ahd->cmdcmplt_total++;
aic79xxvar.h 1144 uint32_t cmdcmplt_total; member in struct:ahd_softc
aic79xx.c 7795 if (ahd->cmdcmplt_total > ahd->int_coalescing_threshold)
7797 else if (ahd->cmdcmplt_total < ahd->int_coalescing_stop_threshold)
7808 ahd->cmdcmplt_total);
7813 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket];

Completed in 18 milliseconds