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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dhnddma.c151 uint8 txprefetchthresh; /* prefetch threshold for tx */ member in struct:dma_info
615 di->txprefetchthresh = (R_REG(di->osh,
624 di->txprefetchthresh = (R_REG(di->osh,
1965 control |= (di->txprefetchthresh << XC_PT_SHIFT);
2577 control = (control & ~D64_XC_PT_MASK) | (di->txprefetchthresh << D64_XC_PT_SHIFT);
3506 di->txprefetchthresh = (uint8)paramval;

Completed in 108 milliseconds