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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c98 uint16 txout; /* index of next descriptor to post */ member in struct:dma_info
875 ASSERT(di->txin == di->txout);
1474 end = di->txout;
1496 if ((start == 0) && (end > di->txout))
1589 di->hnddma.txavail = di->ntxd - NTXDACTIVE(di->txin, di->txout) - 1;
1595 return NTXDACTIVE(di->txin, di->txout);
1613 return NTXDACTIVE(curr, di->txout);
1622 if (txin == di->txout)
1797 bcm_bprintf(b, "DMA32: txd32 %p txdpa 0x%lx txp %p txin %d txout %d "
1799 di->txout, d
2196 uint16 txout; local
2857 uint16 txout; local
2916 uint16 txout; local
[all...]

Completed in 48 milliseconds