Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c908 fq = get_fq_table_entry(msg->fq.contextB); in __poll_portal_slow()
910 fq = (void *)(uintptr_t)msg->fq.contextB; in __poll_portal_slow()
1055 fq = get_fq_table_entry(dq->contextB); in __poll_portal_fast()
1057 fq = (void *)(uintptr_t)dq->contextB; in __poll_portal_fast()
1228 fq = qman_fq_lookup_table[dq[rx_number]->contextB]; in qman_portal_poll_rx()
1230 fq = (void *)dq[rx_number]->contextB; in qman_portal_poll_rx()
1293 fq = get_fq_table_entry(dq->contextB); in qman_portal_dequeue()
1295 fq = (void *)(uintptr_t)dq->contextB; in qman_portal_dequeue()
1812 msg.fq.contextB = fq->key; in qman_retire_fq()
1814 msg.fq.contextB = (u32)(uintptr_t)fq; in qman_retire_fq()
/f-stack/freebsd/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()
1519 p_Fq = ptr_from_aligned_int(p_Dq->contextB); in QmPortalPullFrame()
1847 p_Fq = ptr_from_aligned_int(p_Dq->contextB); in QM_PORTAL_PollFrame()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h314 u32 contextB; member
367 u32 contextB; member