Home
last modified time | relevance | path

Searched defs:p_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() local
379 t_Qm *p_Qm = (t_Qm *)h_Qm; in QmGetRevision() local
630 t_Qm *p_Qm = (t_Qm *)h_Qm; in QmGetCgId() local
648 t_Qm *p_Qm = (t_Qm *)h_Qm; in QmFreeCgId() local
665 t_Qm *p_Qm; in QM_Config() local
933 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_Free() local
961 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_ConfigRTFramesDepth() local
973 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_ConfigPfdrThreshold() local
985 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_ConfigSfdrReservationThreshold() local
1018 t_Qm *p_Qm = (t_Qm *)h_Qm; in QM_GetCounter() local
[all …]
H A Dqm.h610 t_Qm *p_Qm = (t_Qm*)h_Qm; in QmGetPortalHandle() local
630 static __inline__ t_Error SetException(t_Qm *p_Qm, e_QmExceptions exception, bool enable) in SetException()