Searched refs:rxout (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.c120 uint16 rxout; /* index of next descriptor to post */ member in struct:dma_info
896 ASSERT(di->rxin == di->rxout);
1097 if ((POOL_ENAB(di->pktpool)) && (NRXDACTIVE(di->rxin, di->rxout))) {
1101 ASSERT(di->rxin == di->rxout);
1102 di->rxin = di->rxout = di->rs0cd = 0;
1290 DMA_ERROR(("_dma_rx, rxin %d rxout %d, hw_curr %d\n",
1291 di->rxin, di->rxout, cur));
1316 uint16 rxin, rxout; local
1335 rxout = di->rxout;
[all...]

Completed in 167 milliseconds