Home
last modified time | relevance | path

Searched refs:contextB (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h280 #define FM_CONTEXTB_GET_FQID(contextB) (*((t_FmContextB *)contextB) & FM_CONTEXTB_FQID_MASK) argument
281 #define FM_CONTEXTB_SET_FQID(contextB,val) (*((t_FmContextB *)contextB) = ((*((t_FmContextB *)cont… argument
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h442 volatile uint32_t contextB; member
489 volatile uint32_t contextB; member
H A Dqm_portal_fqr.c610 struct qman_fq *p_FqFqs = ptr_from_aligned_int(p_Msg->fq.contextB); in LoopMessageRing()
688 p_Fq = ptr_from_aligned_int(p_Dq->contextB); in LoopDequeueRing()
770 p_Fq = ptr_from_aligned_int(p_Dq->contextB); in LoopDequeueRingDcaOptimized()
844 p_Fq = ptr_from_aligned_int(p_Dq->contextB); in LoopDequeueRingOptimized()
1845 p_Fq = ptr_from_aligned_int(p_Dq->contextB); in QM_PORTAL_PollFrame()