Searched refs:tmpRes (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qm_portal_fqr.c | 676 e_RxStoreResponse tmpRes; in LoopDequeueRing() local 693 …tmpRes = p_Fq->cb.dqrr(p_Fq->h_App, p_Fq->h_QmFqr, p_QmPortal, p_Fq->fqidOffset, (t_DpaaFD*)&p_Dq-… in LoopDequeueRing() 694 if (tmpRes == e_RX_STORE_RESPONSE_PAUSE) in LoopDequeueRing() 712 tmpRes = p_Fq->cb.dqrr(p_Fq->h_App, in LoopDequeueRing() 717 if (tmpRes == e_RX_STORE_RESPONSE_PAUSE) in LoopDequeueRing() 724 tmpRes = p_QmPortal->p_NullCB->dqrr(p_QmPortal->h_App, in LoopDequeueRing() 729 if (tmpRes == e_RX_STORE_RESPONSE_PAUSE) in LoopDequeueRing() 761 e_RxStoreResponse tmpRes; in LoopDequeueRingDcaOptimized() local 775 …tmpRes = p_Fq->cb.dqrr(p_Fq->h_App, p_Fq->h_QmFqr, p_QmPortal, p_Fq->fqidOffset, (t_DpaaFD*)&p_Dq-… in LoopDequeueRingDcaOptimized() 776 if (tmpRes == e_RX_STORE_RESPONSE_PAUSE) in LoopDequeueRingDcaOptimized() [all …]
|