Searched refs:h_Qm (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h287 @Param[in] h_Qm - A handle to the QM module
291 t_Error QM_Init(t_Handle h_Qm);
300 @Param[in] h_Qm - A handle to the QM module
304 t_Error QM_Free(t_Handle h_Qm);
331 @Param[in] h_Qm - A handle to the QM module
338 t_Error QM_ConfigRTFramesDepth(t_Handle h_Qm, uint32_t rtFramesDepth);
347 @Param[in] h_Qm - A handle to the QM module
354 t_Error QM_ConfigPfdrThreshold(t_Handle h_Qm, uint32_t threshold);
362 @Param[in] h_Qm - A handle to the QM module
369 t_Error QM_ConfigSfdrReservationThreshold(t_Handle h_Qm, uint32_
628 t_Handle h_Qm; /**< Qm Handle */ member in struct:__anon8334
844 t_Handle h_Qm; /**< A handle to a QM module */ member in struct:__anon8336
1132 t_Handle h_Qm; /**< A handle to a QM module */ member in struct:t_QmCgParams
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h450 t_Handle h_Qm; member in struct:t_QmCg
526 t_Handle h_Qm; member in struct:t_QmPortal
574 t_Handle h_Qm; member in struct:__anon8293
592 uint32_t QmGetCounter(t_Handle h_Qm, e_QmInterModuleCounters counter);
593 t_Error QmGetRevision(t_Handle h_Qm, t_QmRevisionInfo *p_QmRevisionInfo);
594 t_Error QmGetSetPortalParams(t_Handle h_Qm, t_QmInterModulePortalInitParams *p_PortalParams);
595 t_Error QmFreeDcPortal(t_Handle h_Qm, e_DpaaDcPortal dcPortalId);
598 t_Error QmGetCgId(t_Handle h_Qm, uint8_t *p_CgId);
599 t_Error QmFreeCgId(t_Handle h_Qm, uint8_t cgId);
602 static __inline__ void QmSetPortalHandle(t_Handle h_Qm, t_Handl argument
608 QmGetPortalHandle(t_Handle h_Qm) argument
[all...]
H A Dqm.c65 static t_Error QmHandleIpcMsgCB(t_Handle h_Qm, argument
71 t_Qm *p_Qm = (t_Qm*)h_Qm;
146 p_IpcReply->error = (uint32_t)QmGetRevision(h_Qm, &revInfo);
311 uint32_t QmGetCounter(t_Handle h_Qm, e_QmInterModuleCounters counter) argument
313 t_Qm *p_Qm = (t_Qm*)h_Qm;
373 t_Error QmGetRevision(t_Handle h_Qm, t_QmRevisionInfo *p_QmRevisionInfo) argument
375 t_Qm *p_Qm = (t_Qm *)h_Qm;
427 t_Error QmGetSetPortalParams(t_Handle h_Qm, t_QmInterModulePortalInitParams *p_PortalParams) argument
429 t_Qm *p_Qm = (t_Qm *)h_Qm;
623 t_Error QmGetCgId(t_Handle h_Qm, uint8_ argument
641 QmFreeCgId(t_Handle h_Qm, uint8_t cgId) argument
736 QM_Init(t_Handle h_Qm) argument
926 QM_Free(t_Handle h_Qm) argument
954 QM_ConfigRTFramesDepth(t_Handle h_Qm, uint32_t rtFramesDepth) argument
966 QM_ConfigPfdrThreshold(t_Handle h_Qm, uint32_t threshold) argument
978 QM_ConfigSfdrReservationThreshold(t_Handle h_Qm, uint32_t threshold) argument
991 QM_ConfigErrorRejectionNotificationDest(t_Handle h_Qm, e_DpaaDcPortal id, t_QmDcPortalParams *p_Params) argument
999 QM_Poll(t_Handle h_Qm, e_QmPortalPollSource source) argument
1011 QM_GetCounter(t_Handle h_Qm, e_QmCounters counter) argument
1035 QM_ErrorIsr(t_Handle h_Qm) argument
1086 QM_SetException(t_Handle h_Qm, e_QmExceptions exception, bool enable) argument
1102 QM_GetRevision(t_Handle h_Qm, t_QmRevisionInfo *p_QmRevisionInfo) argument
1112 QM_ReserveQueues(t_Handle h_Qm, t_QmRsrvFqrParams *p_QmFqrParams, uint32_t *p_BaseFqid) argument
1131 QM_GetErrorInformation(t_Handle h_Qm, t_QmErrorInfo *p_errInfo) argument
1183 QM_DumpRegs(t_Handle h_Qm) argument
[all...]
H A Dqm_portal_fqr.c424 QmFqidPut(p_QmFqr->h_Qm, p_QmFqr->fqidBase);
1564 p_QmPortal->h_Qm = p_QmPortalParam->h_Qm;
1604 if ((err = QmGetSetPortalParams(p_QmPortal->h_Qm, &qmParams)) != E_OK)
1663 QmSetPortalHandle(p_QmPortal->h_Qm, (t_Handle)p_QmPortal, (e_DpaaSwPortal)p_QmPortal->p_LowQmPortal->config.cpu);
1690 QmSetPortalHandle(p_QmPortal->h_Qm, NULL, (e_DpaaSwPortal)p_QmPortal->p_LowQmPortal->config.cpu);
1853 SANITY_CHECK_RETURN_VALUE(p_QmFqrParams->h_Qm, E_INVALID_HANDLE, NULL);
1870 p_QmFqr->h_Qm = p_QmFqrParams->h_Qm;
1878 p_QmFqr->h_QmPortal = QmGetPortalHandle(p_QmFqr->h_Qm);
[all...]
/freebsd-11-stable/sys/dev/dpaa/
H A Dqman_portals.c159 qpp.h_Qm = qsc->sc_qh;
H A Dqman.c322 fqr.h_Qm = sc->sc_qh;

Completed in 181 milliseconds