Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c317 t_Qm *p_Qm = (t_Qm*)h_Qm; in QmGetCounter()
379 t_Qm *p_Qm = (t_Qm *)h_Qm; in QmGetRevision()
630 t_Qm *p_Qm = (t_Qm *)h_Qm; in QmGetCgId()
648 t_Qm *p_Qm = (t_Qm *)h_Qm; in QmFreeCgId()
933 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_Free()
961 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_ConfigRTFramesDepth()
973 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_ConfigPfdrThreshold()
985 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_ConfigSfdrReservationThreshold()
1006 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_Poll()
1018 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_GetCounter()
[all …]
H A Dqm.h492 } t_Qm; typedef
596 uint32_t QmFqidGet(t_Qm *p_Qm, uint32_t size, uint32_t alignment, bool force, uint32_t base);
597 t_Error QmFqidPut(t_Qm *p_Qm, uint32_t base);
604 ASSERT_COND(!((t_Qm*)h_Qm)->h_Portals[portalId] || !h_Portal); in QmSetPortalHandle()
605 ((t_Qm*)h_Qm)->h_Portals[portalId] = h_Portal; in QmSetPortalHandle()
610 t_Qm *p_Qm = (t_Qm*)h_Qm; in QmGetPortalHandle()
630 static __inline__ t_Error SetException(t_Qm *p_Qm, e_QmExceptions exception, bool enable) in SetException()