Home
last modified time | relevance | path

Searched refs:f_LoopDequeueRingCB (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h530 t_QmLoopDequeueRing *f_LoopDequeueRingCB; member
H A Dqm_portal_fqr.c919 p_QmPortal->f_LoopDequeueRingCB(p_QmPortal); in portal_isr()
1671 p_QmPortal->f_LoopDequeueRingCB = LoopDequeueRingDcaOptimized; in QM_PORTAL_Init()
1673 p_QmPortal->f_LoopDequeueRingCB = LoopDequeueRingOptimized; in QM_PORTAL_Init()
1675 p_QmPortal->f_LoopDequeueRingCB = LoopDequeueRing; in QM_PORTAL_Init()
1816 p_QmPortal->f_LoopDequeueRingCB((t_Handle)p_QmPortal); in QM_PORTAL_Poll()