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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw_extra.c252 dmacHw_DESC_RING_t *pRing = dmacHw_GET_DESC_RING(pDescriptor); local
255 if (pRing->pHead == NULL) {
259 pStart = pRing->pHead;
261 while ((dmacHw_DESC_t *) pStart->llp != pRing->pHead) {
262 if (pStart == pRing->pHead) {
265 if (pStart == pRing->pTail) {
268 if (pStart == pRing->pProg) {
271 if (pStart == pRing->pEnd) {
274 if (pStart == pRing->pFree) {
289 if (pStart == pRing
583 dmacHw_DESC_RING_t *pRing = dmacHw_GET_DESC_RING(pDescriptor); local
634 dmacHw_DESC_RING_t *pRing = dmacHw_GET_DESC_RING(pDescriptor); local
690 dmacHw_DESC_RING_t *pRing = dmacHw_GET_DESC_RING(pDescriptor); local
797 dmacHw_DESC_RING_t *pRing = dmacHw_GET_DESC_RING(pDescriptor); local
871 dmacHw_DESC_RING_t *pRing = dmacHw_GET_DESC_RING(pDescriptor); local
982 dmacHw_DESC_RING_t *pRing; local
[all...]
H A DdmacHw.c113 dmacHw_DESC_RING_t *pRing; local
118 pRing = dmacHw_GET_DESC_RING(pDescriptor);
132 pRing->virt2PhyOffset);
146 } else if (pProg == (dmacHw_DESC_t *) pRing->pEnd->llp) {
158 pProg = pRing->pHead;
160 dmacHw_NEXT_DESC(pRing, pHead);
163 if (pRing->pEnd == NULL) {
167 pProg = pRing->pProg;
171 dmacHw_ASSERT((dmacHw_DESC_t *) pRing->pEnd->
172 llp == pRing
388 dmacHw_DESC_RING_t *pRing; local
600 dmacHw_DESC_RING_t *pRing = dmacHw_GET_DESC_RING(pDescriptor); local
[all...]

Completed in 110 milliseconds