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

/netbsd-6-1-5-RELEASE/usr.sbin/eshconfig/
H A Deshconfig.c202 static int dma_thresh_write = -1; variable
260 dma_thresh_write = atoi(optarg);
306 dma_thresh_write != -1 ||
347 if (dma_thresh_write != -1) {
348 if (dma_thresh_write < 1 || dma_thresh_write > RR_DW_THRESHOLD_MAX)
352 dma_thresh_write << RR_DW_THRESHOLD_SHIFT;

Completed in 93 milliseconds