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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Djme.c505 &(txring->dmaalloc),
516 txring->dma = ALIGN(txring->dmaalloc, RING_DESC_ALIGN);
539 txring->dmaalloc);
543 txring->dmaalloc = 0;
576 txring->dmaalloc);
580 txring->dmaalloc = 0;
733 rxring->dmaalloc);
736 rxring->dmaalloc = 0;
752 &(rxring->dmaalloc),
762 rxring->dma = ALIGN(rxring->dmaalloc, RING_DESC_ALIG
[all...]
H A Djme.h351 dma_addr_t dmaalloc; /* phys address of ring alloc */ member in struct:jme_ring

Completed in 86 milliseconds