Lines Matching defs:h_QmPortal

77                                                       t_Handle h_QmPortal,
149 t_Handle h_QmPortal,
661 @Param[in] h_QmPortal - A handle to a QM-Portal module
665 t_Error QM_PORTAL_Init(t_Handle h_QmPortal);
674 @Param[in] h_QmPortal - A handle to a QM-Portal module
678 t_Error QM_PORTAL_Free(t_Handle h_QmPortal);
694 @Param[in] h_QmPortal - A handle to a QM-Portal module
701 t_Error QM_PORTAL_ConfigDcaMode(t_Handle h_QmPortal, bool enable);
708 @Param[in] h_QmPortal - A handle to a QM-Portal module
715 t_Error QM_PORTAL_ConfigStash(t_Handle h_QmPortal, t_QmPortalStashParam *p_StashParams);
723 @Param[in] h_QmPortal - A handle to a QM-Portal module
730 t_Error QM_PORTAL_ConfigPullMode(t_Handle h_QmPortal, bool pullMode);
750 @Param[in] h_QmPortal - A handle to a QM-Portal module
757 t_Error QM_PORTAL_AddPoolChannel(t_Handle h_QmPortal, uint8_t poolChannelId);
785 @Param[in] h_QmPortal - A handle to a QM-Portal module
792 t_Error QM_PORTAL_Poll(t_Handle h_QmPortal, e_QmPortalPollSource source);
799 @Param[in] h_QmPortal - A handle to a QM-Portal module
806 t_Error QM_PORTAL_PollFrame(t_Handle h_QmPortal, t_QmPortalFrameInfo *p_frameInfo);
845 t_Handle h_QmPortal; /**< A handle to a QM Portal Module;
977 @Param[in] h_QmPortal - A handle to a QM Portal Module;
985 t_Error QM_FQR_Resume(t_Handle h_QmFqr, t_Handle h_QmPortal, uint32_t fqidOffset);
993 @Param[in] h_QmPortal - A handle to a QM Portal Module;
1001 t_Error QM_FQR_Suspend(t_Handle h_QmFqr, t_Handle h_QmPortal, uint32_t fqidOffset);
1022 @Param[in] h_QmPortal - A handle to a QM Portal Module;
1031 uint32_t QM_FQR_GetCounter(t_Handle h_QmFqr, t_Handle h_QmPortal, uint32_t fqidOffset, e_QmFqrCounters counter);
1050 @Param[in] h_QmPortal - A handle to a QM Portal Module;
1059 t_Error QM_FQR_Enqueue(t_Handle h_QmFqr, t_Handle h_QmPortal, uint32_t fqidOffset, t_DpaaFD *p_Frame);
1067 @Param[in] h_QmPortal - A handle to a QM Portal Module;
1076 t_Error QM_FQR_PullFrame(t_Handle h_QmFqr, t_Handle h_QmPortal, uint32_t fqidOffset, t_DpaaFD *p_Frame);
1133 t_Handle h_QmPortal; /**< A handle to a QM Portal Module;