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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h1125 uint32_t cmdcmplt_total; member in struct:ahd_softc
H A Daic79xx_inline.h907 ahd->cmdcmplt_total++;
H A Daic79xx_core.c8049 if (ahd->cmdcmplt_total > ahd->int_coalescing_threshold)
8051 else if (ahd->cmdcmplt_total < ahd->int_coalescing_stop_threshold)
8062 ahd->cmdcmplt_total);
8067 ahd->cmdcmplt_total -= ahd->cmdcmplt_counts[ahd->cmdcmplt_bucket];

Completed in 119 milliseconds