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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c144 uint8 txprefetchthresh; /* prefetch threshold for tx */ member in struct:dma_info
600 di->txprefetchthresh = (R_REG(di->osh,
609 di->txprefetchthresh = (R_REG(di->osh,
1935 control |= (di->txprefetchthresh << XC_PT_SHIFT);
2536 control = (control & ~D64_XC_PT_MASK) | (di->txprefetchthresh << D64_XC_PT_SHIFT);
3421 di->txprefetchthresh = (uint8)paramval;

Completed in 56 milliseconds