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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c102 dmaaddr_t txdpa; /* Aligned physical address of descriptor ring */ member in struct:dma_info
723 if (PHYSADDRLO(di->txdpa) > SI_PCI_DMA_SZ) {
724 DMA_ERROR(("%s: %s: txdpa 0x%x: addrext not supported\n",
725 di->name, __FUNCTION__, (uint32)PHYSADDRLO(di->txdpa)));
1797 bcm_bprintf(b, "DMA32: txd32 %p txdpa 0x%lx txp %p txin %d txout %d "
1798 "txavail %d txnodesc %d\n", di->txd32, PHYSADDRLO(di->txdpa), di->txp, di->txin,
1856 bcm_bprintf(b, "DMA64: txd64 %p txdpa 0x%lx txdpahi 0x%lx txp %p txin %d txout %d "
1857 "txavail %d txnodesc %d\n", di->txd64, PHYSADDRLO(di->txdpa),
1940 _dma_ddtable_init(di, DMA_TX, di->txdpa);
2064 PHYSADDRHISET(di->txdpa,
[all...]

Completed in 205 milliseconds