Lines Matching refs:h_FmPcd

273  @Param[in]     h_FmPcd - FM PCD module descriptor.
277 t_Error FM_PCD_Init(t_Handle h_FmPcd);
286 @Param[in] h_FmPcd - FM PCD module descriptor.
290 t_Error FM_PCD_Free(t_Handle h_FmPcd);
307 @Param[in] h_FmPcd FM PCD module descriptor.
313 t_Error FM_PCD_ConfigPlcrNumOfSharedProfiles(t_Handle h_FmPcd, uint16_t numOfSharedPlcrProfiles);
322 @Param[in] h_FmPcd FM PCD module descriptor.
330 t_Error FM_PCD_ConfigException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable);
339 @Param[in] h_FmPcd FM PCD module descriptor.
346 t_Error FM_PCD_ConfigPlcrAutoRefreshMode(t_Handle h_FmPcd, bool enable);
355 @Param[in] h_FmPcd FM PCD module descriptor.
363 t_Error FM_PCD_ConfigPrsMaxCycleLimit(t_Handle h_FmPcd,uint16_t value);
452 @Param[in] h_FmPcd FM PCD module descriptor.
458 t_Error FM_PCD_Enable(t_Handle h_FmPcd);
467 @Param[in] h_FmPcd FM PCD module descriptor.
473 t_Error FM_PCD_Disable(t_Handle h_FmPcd);
481 @Param[in] h_FmPcd FM PCD module descriptor.
491 uint32_t FM_PCD_GetCounter(t_Handle h_FmPcd, e_FmPcdCounters counter);
499 @Param[in] h_FmPcd FM PCD module descriptor.
509 t_Error FM_PCD_PrsLoadSw(t_Handle h_FmPcd, t_FmPcdPrsSwParams *p_SwPrs);
519 @Param[in] h_FmPcd FM PCD module descriptor.
528 t_Error FM_PCD_KgSetDfltValue(t_Handle h_FmPcd, uint8_t valueId, uint32_t value);
536 @Param[in] h_FmPcd FM PCD module descriptor.
544 t_Error FM_PCD_KgSetAdditionalDataAfterParsing(t_Handle h_FmPcd, uint8_t payloadOffset);
551 @Param[in] h_FmPcd FM PCD module descriptor.
560 t_Error FM_PCD_SetException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable);
567 @Param[in] h_FmPcd FM PCD module descriptor.
576 t_Error FM_PCD_ModifyCounter(t_Handle h_FmPcd, e_FmPcdCounters counter, uint32_t value);
584 @Param[in] h_FmPcd FM PCD module descriptor
592 t_Error FM_PCD_SetPlcrStatistics(t_Handle h_FmPcd, bool enable);
599 @Param[in] h_FmPcd FM PCD module descriptor.
607 void FM_PCD_SetPrsStatistics(t_Handle h_FmPcd, bool enable);
614 @Param[in] h_FmPcd FM PCD module descriptor.
623 t_Error FM_PCD_ForceIntr (t_Handle h_FmPcd, e_FmPcdExceptions exception);
631 @Param[in] h_FmPcd A handle to an FM PCD Module.
637 void FM_PCD_HcTxConf(t_Handle h_FmPcd, t_DpaaFD *p_Fd);
645 @Param[in] h_FmPcd A handle to an FM PCD Module.
651 t_Error FM_PCD_DumpRegs(t_Handle h_FmPcd);
658 @Param[in] h_FmPcd A handle to an FM PCD Module.
664 t_Error FM_PCD_KgDumpRegs(t_Handle h_FmPcd);
671 @Param[in] h_FmPcd A handle to an FM PCD Module.
677 t_Error FM_PCD_PlcrDumpRegs(t_Handle h_FmPcd);
684 @Param[in] h_FmPcd A handle to an FM PCD Module.
691 t_Error FM_PCD_PlcrProfileDumpRegs(t_Handle h_FmPcd, t_Handle h_Profile);
698 @Param[in] h_FmPcd A handle to an FM PCD Module.
704 t_Error FM_PCD_PrsDumpRegs(t_Handle h_FmPcd);
711 @Param[in] h_FmPcd A handle to an FM PCD Module.
717 t_Error FM_PCD_HcDumpRegs(t_Handle h_FmPcd);
1760 @Param[in] h_FmPcd FM PCD module descriptor.
1768 t_Handle FM_PCD_SetNetEnvCharacteristics(t_Handle h_FmPcd, t_FmPcdNetEnvParams *p_NetEnvParams);
1775 @Param[in] h_FmPcd FM PCD module descriptor.
1780 t_Error FM_PCD_DeleteNetEnvCharacteristics(t_Handle h_FmPcd, t_Handle h_NetEnv);
1792 @Param[in] h_FmPcd A handle to an FM PCD Module.
1799 t_Handle FM_PCD_KgSetScheme (t_Handle h_FmPcd,
1807 @Param[in] h_FmPcd A handle to an FM PCD Module.
1813 t_Error FM_PCD_KgDeleteScheme(t_Handle h_FmPcd, t_Handle h_Scheme);
1820 @Param[in] h_FmPcd FM PCD module descriptor.
1827 uint32_t FM_PCD_KgGetSchemeCounter(t_Handle h_FmPcd, t_Handle h_Scheme);
1834 @Param[in] h_FmPcd FM PCD module descriptor.
1842 t_Error FM_PCD_KgSetSchemeCounter(t_Handle h_FmPcd, t_Handle h_Scheme, uint32_t value);
1852 @Param[in] h_FmPcd FM PCD module descriptor.
1859 t_Handle FM_PCD_CcBuildTree (t_Handle h_FmPcd,
1867 @Param[in] h_FmPcd A handle to an FM PCD Module.
1872 t_Error FM_PCD_CcDeleteTree(t_Handle h_FmPcd, t_Handle h_CcTree);
1881 @Param[in] h_FmPcd FM PCD module descriptor.
1888 t_Handle FM_PCD_CcSetNode(t_Handle h_FmPcd,
1896 @Param[in] h_FmPcd A handle to an FM PCD Module.
1901 t_Error FM_PCD_CcDeleteNode(t_Handle h_FmPcd, t_Handle h_CcNode);
1908 @Param[in] h_FmPcd A handle to an FM PCD Module.
1918 t_Error FM_PCD_CcTreeModifyNextEngine(t_Handle h_FmPcd, t_Handle h_CcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams);
1925 @Param[in] h_FmPcd A handle to an FM PCD Module.
1934 t_Error FM_PCD_CcNodeModifyNextEngine(t_Handle h_FmPcd, t_Handle h_CcNode, uint8_t keyIndex, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams);
1941 @Param[in] h_FmPcd A handle to an FM PCD Module.
1949 t_Error FM_PCD_CcNodeModifyMissNextEngine(t_Handle h_FmPcd, t_Handle h_CcNode, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams);
1956 @Param[in] h_FmPcd A handle to an FM PCD Module.
1965 t_Error FM_PCD_CcNodeRemoveKey(t_Handle h_FmPcd, t_Handle h_CcNode, uint8_t keyIndex);
1972 @Param[in] h_FmPcd A handle to an FM PCD Module.
1983 t_Error FM_PCD_CcNodeAddKey(t_Handle h_FmPcd, t_Handle h_CcNode, uint8_t keyIndex, uint8_t keySize, t_FmPcdCcKeyParams *p_KeyParams);
1990 @Param[in] h_FmPcd A handle to an FM PCD Module.
2001 t_Error FM_PCD_CcNodeModifyKeyAndNextEngine(t_Handle h_FmPcd, t_Handle h_CcNode, uint8_t keyIndex, uint8_t keySize, t_FmPcdCcKeyParams *p_KeyParams);
2008 @Param[in] h_FmPcd A handle to an FM PCD Module.
2020 t_Error FM_PCD_CcNodeModifyKey(t_Handle h_FmPcd, t_Handle h_CcNode, uint8_t keyIndex, uint8_t keySize, uint8_t *p_Key, uint8_t *p_Mask);
2029 @Param[in] h_FmPcd A handle to an FM PCD Module.
2038 uint32_t FM_PCD_CcNodeGetKeyCounter(t_Handle h_FmPcd, t_Handle h_CcNode, uint8_t keyIndex);
2046 @Param[in] h_FmPcd A handle to an FM PCD Module.
2054 t_Handle FM_PCD_PlcrSetProfile(t_Handle h_FmPcd,
2063 @Param[in] h_FmPcd A handle to an FM PCD Module.
2070 t_Error FM_PCD_PlcrDeleteProfile(t_Handle h_FmPcd, t_Handle h_Profile);
2078 @Param[in] h_FmPcd A handle to an FM PCD Module.
2086 uint32_t FM_PCD_PlcrGetProfileCounter(t_Handle h_FmPcd, t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter);
2094 @Param[in] h_FmPcd A handle to an FM PCD Module.
2103 t_Error FM_PCD_PlcrSetProfileCounter(t_Handle h_FmPcd, t_Handle h_Profile, e_FmPcdPlcrProfileCounters counter, uint32_t value);
2113 @Param[in] h_FmPcd FM PCD module descriptor.
2120 t_Handle FM_PCD_ManipSetNode(t_Handle h_FmPcd, t_FmPcdManipParams *p_FmPcdManipParams);
2127 @Param[in] h_FmPcd A handle to an FM PCD Module.
2132 t_Error FM_PCD_ManipDeleteNode(t_Handle h_FmPcd, t_Handle h_HdrManipNode);
2143 @Param[in] h_FmPcd FM PCD module descriptor.
2150 t_Handle FM_PCD_StatisticsSetNode(t_Handle h_FmPcd, t_FmPcdStatsParams *p_FmPcdstatsParams);