Searched refs:p_Dq (Results 1 – 1 of 1) sorted by relevance
673 struct qm_dqrr_entry *p_Dq; in LoopDequeueRing() local685 p_Dq = qm_dqrr_current(p_QmPortal->p_LowQmPortal); in LoopDequeueRing()686 if (!p_Dq) in LoopDequeueRing()688 p_Fq = ptr_from_aligned_int(p_Dq->contextB); in LoopDequeueRing()689 if (p_Dq->stat & QM_DQRR_STAT_UNSCHEDULED) { in LoopDequeueRing()693 …es = p_Fq->cb.dqrr(p_Fq->h_App, p_Fq->h_QmFqr, p_QmPortal, p_Fq->fqidOffset, (t_DpaaFD*)&p_Dq->fd); in LoopDequeueRing()697 if (p_Dq->stat & QM_DQRR_STAT_DQCR_EXPIRED) in LoopDequeueRing()699 if (p_Dq->stat & QM_DQRR_STAT_FQ_EMPTY) in LoopDequeueRing()709 ASSERT_COND(p_Dq->fqid); in LoopDequeueRing()716 (t_DpaaFD*)&p_Dq->fd); in LoopDequeueRing()[all …]