Searched refs:h_FmPcd (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h448 #define GET_NIA_BMI_AC_ENQ_FRAME(h_FmPcd) \
449 (uint32_t)((FmPcdIsAdvancedOffloadSupported(h_FmPcd)) ? \
452 #define GET_NIA_BMI_AC_DISCARD_FRAME(h_FmPcd) \
453 (uint32_t)((FmPcdIsAdvancedOffloadSupported(h_FmPcd)) ? \
459 #define GET_NIA_BMI_AC_ENQ_FRAME(h_FmPcd) \
460 (uint32_t)((FmPcdIsAdvancedOffloadSupported(h_FmPcd)) ? \
463 #define GET_NIA_BMI_AC_DISCARD_FRAME(h_FmPcd) \
464 (uint32_t)((FmPcdIsAdvancedOffloadSupported(h_FmPcd)) ? \
676 t_Handle FmPcdGetHcHandle(t_Handle h_FmPcd);
677 uint32_t FmPcdGetSwPrsOffset(t_Handle h_FmPcd, e_NetHeaderTyp
[all...]
H A Dfm_sp_common.h104 t_Error FmPcdSpAllocProfiles(t_Handle h_FmPcd,
109 t_Error FmPcdSpGetAbsoluteProfileId(t_Handle h_FmPcd,
113 void SpInvalidateProfileSw(t_Handle h_FmPcd, uint16_t absoluteProfileId);
114 void SpValidateProfileSw(t_Handle h_FmPcd, uint16_t absoluteProfileId);
H A Dfm_hc.h46 t_Handle h_FmPcd; member in struct:t_FmHcParams
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c87 static void IpcMsgCompletionCB(t_Handle h_FmPcd, argument
93 UNUSED(h_FmPcd);UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status);
97 static t_Error IpcMsgHandlerCB(t_Handle h_FmPcd, argument
103 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
154 outCounter = FM_PCD_GetCounter(h_FmPcd, inCounter);
165 err = FmPcdKgAllocSchemes(h_FmPcd,
178 err = FmPcdKgFreeSchemes(h_FmPcd,
191 err = KgAllocClsPlanEntries(h_FmPcd,
204 KgFreeClsPlanEntries(h_FmPcd,
216 base = PlcrAllocProfilesForPartition(h_FmPcd,
500 FmPcdNetEnvIsHdrExist(t_Handle h_FmPcd, uint8_t netEnvId, e_NetHeaderType hdr) argument
565 FmPcdUnregisterReassmPort(t_Handle h_FmPcd, t_Handle h_ReasmCommonPramTbl) argument
615 FmPcdPortRegister(t_Handle h_FmPcd, t_Handle h_FmPort, uint8_t hardwarePortId) argument
625 FmPcdGetLcv(t_Handle h_FmPcd, uint32_t netEnvId, uint8_t hdrNum) argument
633 FmPcdGetMacsecLcv(t_Handle h_FmPcd, uint32_t netEnvId) argument
646 FmPcdIncNetEnvOwners(t_Handle h_FmPcd, uint8_t netEnvId) argument
657 FmPcdDecNetEnvOwners(t_Handle h_FmPcd, uint8_t netEnvId) argument
669 FmPcdLock(t_Handle h_FmPcd) argument
675 FmPcdUnlock(t_Handle h_FmPcd, uint32_t intFlags) argument
681 FmPcdAcquireLock(t_Handle h_FmPcd) argument
697 FmPcdReleaseLock(t_Handle h_FmPcd, t_FmPcdLock *p_Lock) argument
707 FmPcdLockTryLockAll(t_Handle h_FmPcd) argument
743 FmPcdLockUnlockAll(t_Handle h_FmPcd) argument
760 FmPcdHcSync(t_Handle h_FmPcd) argument
768 FmPcdGetHcHandle(t_Handle h_FmPcd) argument
774 FmPcdIsAdvancedOffloadSupported(t_Handle h_FmPcd) argument
906 FM_PCD_Init(t_Handle h_FmPcd) argument
1018 FM_PCD_Free(t_Handle h_FmPcd) argument
1084 FM_PCD_ConfigException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable) argument
1108 FM_PCD_ConfigHcFramesDataMemory(t_Handle h_FmPcd, uint8_t memId) argument
1118 FM_PCD_Enable(t_Handle h_FmPcd) argument
1174 FM_PCD_Disable(t_Handle h_FmPcd) argument
1233 FM_PCD_NetEnvCharacteristicsSet(t_Handle h_FmPcd, t_FmPcdNetEnvParams *p_NetEnvParams) argument
1543 FM_PCD_HcTxConf(t_Handle h_FmPcd, t_DpaaFD *p_Fd) argument
1552 FM_PCD_SetAdvancedOffloadSupport(t_Handle h_FmPcd) argument
1578 FM_PCD_GetCounter(t_Handle h_FmPcd, e_FmPcdCounters counter) argument
1756 FM_PCD_SetException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable) argument
1881 FM_PCD_ForceIntr(t_Handle h_FmPcd, e_FmPcdExceptions exception) argument
1959 FM_PCD_ModifyCounter(t_Handle h_FmPcd, e_FmPcdCounters counter, uint32_t value) argument
2090 FM_PCD_GetHcPort(t_Handle h_FmPcd) argument
[all...]
H A Dfm_replic.c94 static t_Error MemberCheckParams(t_Handle h_FmPcd, argument
106 err = ValidateNextEngineParams(h_FmPcd, p_MemberParams, e_FM_PCD_CC_STATS_MODE_NONE);
113 static t_Error CheckParams(t_Handle h_FmPcd, argument
133 err = MemberCheckParams(h_FmPcd, &p_ReplicGroupParam->nextEngineParams[i]);
187 ASSERT_COND(p_ReplicGroup->h_FmPcd);
190 p_FmPcd = p_ReplicGroup->h_FmPcd;
210 p_FmPcd = p_ReplicGroup->h_FmPcd;
228 ASSERT_COND(p_ReplicGroup->h_FmPcd);
232 p_FmPcd = p_ReplicGroup->h_FmPcd;
291 ASSERT_COND(p_ReplicGroup->h_FmPcd);
672 FM_PCD_FrmReplicSetGroup(t_Handle h_FmPcd, t_FmPcdFrmReplicGroupParams *p_ReplicGroupParam) argument
[all...]
H A Dfm_prs.c53 static void PcdPrsErrorException(t_Handle h_FmPcd) argument
55 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
72 static void PcdPrsException(t_Handle h_FmPcd) argument
74 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
230 t_Error FmPcdPrsIncludePortInStatistics(t_Handle h_FmPcd, uint8_t hardwarePortId, bool include) argument
232 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
268 uint32_t FmPcdGetSwPrsOffset(t_Handle h_FmPcd, e_NetHeaderType hdr, uint8_t indexPerHdr) argument
270 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
327 void FM_PCD_SetPrsStatistics(t_Handle h_FmPcd, bool enable) argument
329 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
347 FM_PCD_PrsLoadSw(t_Handle h_FmPcd, t_FmPcdPrsSwParams *p_SwPrs) argument
410 FM_PCD_ConfigPrsMaxCycleLimit(t_Handle h_FmPcd,uint16_t value) argument
[all...]
H A Dfm_plcr.c106 static bool IsProfileShared(t_Handle h_FmPcd, uint16_t absoluteProfileId) argument
108 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
591 static void UpdateRequiredActionFlag(t_Handle h_FmPcd, uint16_t absoluteProfileId, bool set) argument
593 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
611 static void EventsCB(t_Handle h_FmPcd) argument
613 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
638 static void ErrorExceptionsCB(t_Handle h_FmPcd) argument
640 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
1068 t_Error FmPcdPlcrAllocProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId, uint16_t numOfProfiles) argument
1070 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1139 FmPcdPlcrFreeProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId) argument
1177 FmPcdPlcrCcGetSetParams(t_Handle h_FmPcd, uint16_t profileIndx ,uint32_t requiredAction) argument
1287 FmPcdPlcrGetRequiredActionFlag(t_Handle h_FmPcd, uint16_t absoluteProfileId) argument
1296 FmPcdPlcrGetRequiredAction(t_Handle h_FmPcd, uint16_t absoluteProfileId) argument
1305 FmPcdPlcrIsProfileValid(t_Handle h_FmPcd, uint16_t absoluteProfileId) argument
1315 FmPcdPlcrValidateProfileSw(t_Handle h_FmPcd, uint16_t absoluteProfileId) argument
1327 FmPcdPlcrInvalidateProfileSw(t_Handle h_FmPcd, uint16_t absoluteProfileId) argument
1344 FmPcdPlcrGetAbsoluteIdByProfileParams(t_Handle h_FmPcd, e_FmPcdProfileTypeSelection profileType, t_Handle h_FmPort, uint16_t relativeProfile, uint16_t *p_AbsoluteId) argument
1382 FmPcdPlcrGetPortProfilesBase(t_Handle h_FmPcd, uint8_t hardwarePortId) argument
1392 FmPcdPlcrGetPortNumOfProfiles(t_Handle h_FmPcd, uint8_t hardwarePortId) argument
1467 FmPcdPlcrUpdateRequiredAction(t_Handle h_FmPcd, uint16_t absoluteProfileId, uint32_t requiredAction) argument
1485 FM_PCD_ConfigPlcrAutoRefreshMode(t_Handle h_FmPcd, bool enable) argument
1501 FM_PCD_ConfigPlcrNumOfSharedProfiles(t_Handle h_FmPcd, uint16_t numOfSharedPlcrProfiles) argument
1514 FM_PCD_SetPlcrStatistics(t_Handle h_FmPcd, bool enable) argument
1536 FM_PCD_PlcrProfileSet(t_Handle h_FmPcd, t_FmPcdPlcrProfileParams *p_ProfileParams) argument
[all...]
H A Dfm_cc.c152 h_FmMuram = ((t_FmPcd *)(p_CcNode->h_FmPcd))->h_FmMuram;
206 h_FmMuram = ((t_FmPcd *)(p_CcNode->h_FmPcd))->h_FmMuram;
268 t_Handle h_FmPcd, t_Handle p_CcNode,
274 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
392 ((t_FmPcd *)(p_CcNode->h_FmPcd))->h_FmMuram,
403 FillAdOfTypeContLookup(p_CcNode->h_Ad, NULL, p_CcNode->h_FmPcd,
413 t_Handle h_FmPcd, uint32_t requiredAction,
476 err = SetRequiredAction1(h_FmPcd, requiredAction,
495 h_FmPcd, physicalSchemeId);
502 if (!KgIsSchemeAlwaysDirect(h_FmPcd, relativeSchemeI
266 FillAdOfTypeContLookup(t_Handle h_Ad, t_FmPcdCcStatsParams *p_FmPcdCcStatsParams, t_Handle h_FmPcd, t_Handle p_CcNode, t_Handle h_Manip, t_Handle h_FrmReplic) argument
412 SetRequiredAction1( t_Handle h_FmPcd, uint32_t requiredAction, t_FmPcdCcKeyAndNextEngineParams *p_CcKeyAndNextEngineParamsTmp, t_Handle h_AdTmp, uint16_t numOfEntries, t_Handle h_Tree) argument
578 SetRequiredAction( t_Handle h_FmPcd, uint32_t requiredAction, t_FmPcdCcKeyAndNextEngineParams *p_CcKeyAndNextEngineParamsTmp, t_Handle h_AdTmp, uint16_t numOfEntries, t_Handle h_Tree) argument
593 ReleaseModifiedDataStructure( t_Handle h_FmPcd, t_List *h_FmPcdOldPointersLst, t_List *h_FmPcdNewPointersLst, t_FmPcdModifyCcKeyAdditionalParams *p_AdditionalParams, bool useShadowStructs) argument
901 DynamicChangeHc( t_Handle h_FmPcd, t_List *h_OldPointersLst, t_List *h_NewPointersLst, t_FmPcdModifyCcKeyAdditionalParams *p_AdditionalParams, bool useShadowStructs) argument
969 DoDynamicChange( t_Handle h_FmPcd, t_List *h_OldPointersLst, t_List *h_NewPointersLst, t_FmPcdModifyCcKeyAdditionalParams *p_AdditionalParams, bool useShadowStructs) argument
1074 CcUpdateParam( t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPort, t_FmPcdCcKeyAndNextEngineParams *p_CcKeyAndNextEngineParams, uint16_t numOfEntries, t_Handle h_Ad, bool validate, uint16_t level, t_Handle h_FmTree, bool modify) argument
1591 ValidateNextEngineParams( t_Handle h_FmPcd, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams, e_FmPcdCcStatsMode statsMode) argument
2347 CcUpdateParams(t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPort, t_Handle h_FmTree, bool validate) argument
2566 BuildNewNodeAddOrMdfyKeyAndNextEngine( t_Handle h_FmPcd, t_FmPcdCcNode *p_CcNode, uint16_t keyIndex, t_FmPcdCcKeyParams *p_KeyParams, t_FmPcdModifyCcKeyAdditionalParams *p_AdditionalInfo, bool add) argument
3094 BuildNewNodeModifyNextEngine( t_Handle h_FmPcd, t_Handle h_FmPcdCcNodeOrTree, uint16_t keyIndex, t_FmPcdCcNextEngineParams *p_CcNextEngineParams, t_List *h_OldLst, t_List *h_NewLst, t_FmPcdModifyCcKeyAdditionalParams *p_AdditionalInfo) argument
3705 CheckParams(t_Handle h_FmPcd, t_FmPcdCcNodeParams *p_CcNodeParam, t_FmPcdCcNode *p_CcNode, bool *isKeyTblAlloc) argument
3825 Ipv4TtlOrIpv6HopLimitCheckParams( t_Handle h_FmPcd, t_FmPcdCcNodeParams *p_CcNodeParam, t_FmPcdCcNode *p_CcNode, bool *isKeyTblAlloc) argument
3946 IcHashIndexedCheckParams(t_Handle h_FmPcd, t_FmPcdCcNodeParams *p_CcNodeParam, t_FmPcdCcNode *p_CcNode, bool *isKeyTblAlloc) argument
4069 ModifyNextEngineParamNode( t_Handle h_FmPcd, t_Handle h_FmPcdCcNode, uint16_t keyIndex, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams) argument
4324 MatchTableSet(t_Handle h_FmPcd, t_FmPcdCcNode *p_CcNode, t_FmPcdCcNodeParams *p_CcNodeParam) argument
5046 FmPcdCcTreeAddIPR(t_Handle h_FmPcd, t_Handle h_FmTree, t_Handle h_NetEnv, t_Handle h_IpReassemblyManip, bool createSchemes) argument
5158 FmPcdCcTreeAddCPR(t_Handle h_FmPcd, t_Handle h_FmTree, t_Handle h_NetEnv, t_Handle h_ReassemblyManip, bool createSchemes) argument
5276 FmPcdCcModifyNextEngineParamTree( t_Handle h_FmPcd, t_Handle h_FmPcdCcTree, uint8_t grpId, uint8_t index, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams) argument
5341 FmPcdCcRemoveKey(t_Handle h_FmPcd, t_Handle h_FmPcdCcNode, uint16_t keyIndex) argument
5414 FmPcdCcModifyKey(t_Handle h_FmPcd, t_Handle h_FmPcdCcNode, uint16_t keyIndex, uint8_t keySize, uint8_t *p_Key, uint8_t *p_Mask) argument
5502 FmPcdCcModifyMissNextEngineParamNode( t_Handle h_FmPcd, t_Handle h_FmPcdCcNode, t_FmPcdCcNextEngineParams *p_FmPcdCcNextEngineParams) argument
5556 FmPcdCcAddKey(t_Handle h_FmPcd, t_Handle h_FmPcdCcNode, uint16_t keyIndex, uint8_t keySize, t_FmPcdCcKeyParams *p_FmPcdCcKeyParams) argument
5661 FmPcdCcModifyKeyAndNextEngine(t_Handle h_FmPcd, t_Handle h_FmPcdCcNode, uint16_t keyIndex, uint8_t keySize, t_FmPcdCcKeyParams *p_FmPcdCcKeyParams) argument
5752 FmPcdCcGetNodeAddrOffsetFromNodeInfo(t_Handle h_FmPcd, t_Handle h_Pointer) argument
5784 FmPcdCcBindTree(t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPcdCcTree, uint32_t *p_Offset, t_Handle h_FmPort) argument
5809 FmPcdCcUnbindTree(t_Handle h_FmPcd, t_Handle h_FmPcdCcTree) argument
5824 FmPcdCcNodeTreeTryLock(t_Handle h_FmPcd, t_Handle h_FmPcdCcNode, t_List *p_List) argument
5865 FmPcdCcNodeTreeReleaseLock(t_Handle h_FmPcd, t_List *p_List) argument
5994 FM_PCD_CcRootBuild(t_Handle h_FmPcd, t_FmPcdCcTreeParams *p_PcdGroupsParam) argument
6382 FM_PCD_MatchTableSet(t_Handle h_FmPcd, t_FmPcdCcNodeParams *p_CcNodeParam) argument
7113 FM_PCD_HashTableSet(t_Handle h_FmPcd, t_FmPcdHashTableParams *p_Param) argument
7313 t_Handle h_FmPcd; local
[all...]
H A Dfm_pcd.h217 t_Handle h_FmPcd; member in struct:__anon9734
269 t_Handle h_FmPcd; member in struct:__anon9738
321 t_Handle h_FmPcd; member in struct:__anon9744
407 void KgSetClsPlan(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanSet *p_Set);
408 bool KgIsSchemeAlwaysDirect(t_Handle h_FmPcd, uint8_t schemeId);
411 t_Error KgAllocClsPlanEntries(t_Handle h_FmPcd, uint16_t numOfClsPlanEntries, uint8_t guestId, uint8_t *p_First);
412 void KgFreeClsPlanEntries(t_Handle h_FmPcd, uint16_t numOfClsPlanEntries, uint8_t guestId, uint8_t base);
415 t_Error FmPcdKgAllocSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds);
416 t_Error FmPcdKgFreeSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds);
418 t_Error KgBindPortToSchemes(t_Handle h_FmPcd , uint8_
494 FmPcdGetMuramHandle(t_Handle h_FmPcd) argument
501 FmPcdGetMuramPhysBase(t_Handle h_FmPcd) argument
[all...]
H A Dfm_replic.h89 t_Handle h_FmPcd; member in struct:t_FmPcdFrmReplicGroup
H A Dfm_kg.c891 static void PcdKgErrorException(t_Handle h_FmPcd) argument
893 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd;
993 FmPcdIncNetEnvOwners(p_Scheme->h_FmPcd, p_Scheme->netEnvId);
1003 FmPcdDecNetEnvOwners(p_Scheme->h_FmPcd, p_Scheme->netEnvId);
1013 t_FmPcd *p_FmPcd = (t_FmPcd *)(p_Scheme->h_FmPcd);
1841 t_Error FmPcdKgBuildClsPlanGrp(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanGrpParams *p_Grp, t_FmPcdKgInterModuleClsPlanSet *p_ClsPlanSet) argument
1843 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
1881 err = KgAllocClsPlanEntries(h_FmPcd, p_ClsPlanGrp->sizeOfGrp, p_FmPcd->guestId, &p_ClsPlanGrp->baseEntry);
1969 void FmPcdKgDestroyClsPlanGrp(t_Handle h_FmPcd, uint8_t grpId) argument
1971 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd;
2036 FmPcdKgBuildBindPortToSchemes(t_Handle h_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_BindPort, uint32_t *p_SpReg, bool add) argument
2134 FmPcdKgUnbindPortToSchemes(t_Handle h_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_SchemeBind) argument
2160 KgIsSchemeAlwaysDirect(t_Handle h_FmPcd, uint8_t schemeId) argument
2170 FmPcdKgAllocSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds) argument
2208 FmPcdKgFreeSchemes(t_Handle h_FmPcd, uint8_t numOfSchemes, uint8_t guestId, uint8_t *p_SchemesIds) argument
2236 KgAllocClsPlanEntries(t_Handle h_FmPcd, uint16_t numOfClsPlanEntries, uint8_t guestId, uint8_t *p_First) argument
2286 KgFreeClsPlanEntries(t_Handle h_FmPcd, uint16_t numOfClsPlanEntries, uint8_t guestId, uint8_t base) argument
2328 KgSetClsPlan(t_Handle h_FmPcd, t_FmPcdKgInterModuleClsPlanSet *p_Set) argument
2475 FmPcdKgSetOrBindToClsPlanGrp(t_Handle h_FmPcd, uint8_t hardwarePortId, uint8_t netEnvId, protocolOpt_t *p_OptArray, uint8_t *p_ClsPlanGrpId, bool *p_IsEmptyClsPlanGrp) argument
2559 FmPcdKgDeleteOrUnbindPortToClsPlanGrp(t_Handle h_FmPcd, uint8_t hardwarePortId, uint8_t clsPlanGrpId) argument
2603 FmPcdKgGetRequiredAction(t_Handle h_FmPcd, uint8_t schemeId) argument
2611 FmPcdKgGetRequiredActionFlag(t_Handle h_FmPcd, uint8_t schemeId) argument
2620 FmPcdKgIsDirectPlcr(t_Handle h_FmPcd, uint8_t schemeId) argument
2630 FmPcdKgGetRelativeProfileId(t_Handle h_FmPcd, uint8_t schemeId) argument
2639 FmPcdKgIsDistrOnPlcrProfile(t_Handle h_FmPcd, uint8_t schemeId) argument
2654 FmPcdKgGetNextEngine(t_Handle h_FmPcd, uint8_t relativeSchemeId) argument
2663 FmPcdKgGetDoneAction(t_Handle h_FmPcd, uint8_t schemeId) argument
2753 FmPcdKgGetClsPlanGrpBase(t_Handle h_FmPcd, uint8_t clsPlanGrp) argument
2760 FmPcdKgGetClsPlanGrpSize(t_Handle h_FmPcd, uint8_t clsPlanGrp) argument
2782 FmPcdKgGetRelativeSchemeId(t_Handle h_FmPcd, uint8_t schemeId) argument
2797 FmPcdKgGetSchemeHandle(t_Handle h_FmPcd, uint8_t relativeSchemeId) argument
2821 FmPcdKgCcGetSetParams(t_Handle h_FmPcd, t_Handle h_Scheme, uint32_t requiredAction, uint32_t value) argument
2949 FM_PCD_KgSchemeSet(t_Handle h_FmPcd, t_FmPcdKgSchemeParams *p_SchemeParams) argument
3202 FM_PCD_KgSetAdditionalDataAfterParsing(t_Handle h_FmPcd, uint8_t payloadOffset) argument
3221 FM_PCD_KgSetDfltValue(t_Handle h_FmPcd, uint8_t valueId, uint32_t value) argument
[all...]
H A Dfm_manip.c433 t_Handle h_FmPcd = p_Manip->h_FmPcd; local
618 - (((t_FmPcd*)h_FmPcd)->physicalMuramBase));
657 (uint32_t)(XX_VirtToPhys(p_TmpData) - (((t_FmPcd*)p_Manip->h_FmPcd)->physicalMuramBase)));
769 (uint32_t)(XX_VirtToPhys(p_TmpData) - (((t_FmPcd*)h_FmPcd)->physicalMuramBase)));
830 (uint32_t)(XX_VirtToPhys(p_TmpData) - (((t_FmPcd*)p_Manip->h_FmPcd)->physicalMuramBase)));
1005 - (((t_FmPcd*)h_FmPcd)->physicalMuramBase));
1019 (uint32_t)(XX_VirtToPhys(p_TmpData) - (((t_FmPcd*)h_FmPcd)->physicalMuramBase)));
1120 ((t_FmPcd *)p_Manip->h_FmPcd)->h_FmMuram, totalSize, 4);
1138 err = FmPcdUpdateCcShadow(p_Manip->h_FmPcd, (uint32_
1642 UpdateInitCapwapReasm(t_Handle h_FmPcd, t_Handle h_FmPort, t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate) argument
1859 FmPcdRegisterReassmPort(t_Handle h_FmPcd, t_Handle h_ReasmCommonPramTbl) argument
2203 UpdateInitReasm(t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPort, t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate) argument
2377 FmPcdFragHcScratchPoolFill(t_Handle h_FmPcd, uint8_t scratchBpid) argument
2400 FmPcdFragHcScratchPoolEmpty(t_Handle h_FmPcd, uint8_t scratchBpid) argument
2933 UpdateIndxStats(t_Handle h_FmPcd, t_Handle h_FmPort, t_FmPcdManip *p_Manip) argument
3999 UpdateInitIpFrag(t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPort, t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate) argument
4352 UpdateInitCapwapFrag(t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPort, t_FmPcdManip *p_Manip, t_Handle h_Ad, bool validate) argument
4417 ManipOrStatsSetNode(t_Handle h_FmPcd, t_Handle *p_Params, bool stats) argument
4562 FmPcdManipInitUpdate(t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPort, t_Handle h_Manip, t_Handle h_Ad, bool validate, int level, t_Handle h_FmTree) argument
4670 FmPcdManipUpdate(t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPort, t_Handle h_Manip, t_Handle h_Ad, bool validate, int level, t_Handle h_FmTree, bool modify) argument
5198 FM_PCD_ManipNodeSet(t_Handle h_FmPcd, t_FmPcdManipParams *p_ManipParams) argument
5535 FM_PCD_StatisticsSetNode(t_Handle h_FmPcd, t_FmPcdStatsParams *p_StatsParams) argument
[all...]
H A Dfm_cc.h347 t_Handle h_FmPcd; member in struct:__anon9713
375 t_Handle h_FmPcd; member in struct:__anon9716
394 t_Error FmPcdCcNodeTreeTryLock(t_Handle h_FmPcd,t_Handle h_FmPcdCcNode, t_List *p_List);
395 void FmPcdCcNodeTreeReleaseLock(t_Handle h_FmPcd, t_List *p_List);
H A Dfm_manip.h287 #define MANIP_GET_MURAM(h_Manip) (((t_FmPcd *)((t_FmPcdManip *)h_Manip)->h_FmPcd)->h_FmMuram)
290 FM_MURAM_FreeMem(((t_FmPcd *)((t_FmPcdManip *)h_Manip)->h_FmPcd)->h_FmMuram, ((t_FmPcdManip *)h_Manip)->h_Ad);\
531 t_Handle h_FmPcd; member in struct:__anon9722
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h271 @Param[in] h_FmPcd - FM PCD module descriptor.
275 t_Error FM_PCD_Init(t_Handle h_FmPcd);
284 @Param[in] h_FmPcd - FM PCD module descriptor.
288 t_Error FM_PCD_Free(t_Handle h_FmPcd);
305 @Param[in] h_FmPcd FM PCD module descriptor.
314 t_Error FM_PCD_ConfigException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable);
323 @Param[in] h_FmPcd FM PCD module descriptor.
331 t_Error FM_PCD_ConfigHcFramesDataMemory(t_Handle h_FmPcd, uint8_t memId);
340 @Param[in] h_FmPcd FM PCD module descriptor.
346 t_Error FM_PCD_ConfigPlcrNumOfSharedProfiles(t_Handle h_FmPcd, uint16_
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c128 t_Handle h_FmPcd; member in struct:t_FmHc
180 intFlags = FmPcdLock(p_FmHc->h_FmPcd);
185 FmPcdUnlock(p_FmHc->h_FmPcd, intFlags);
192 FmPcdUnlock(p_FmHc->h_FmPcd, intFlags);
202 intFlags = FmPcdLock(p_FmHc->h_FmPcd);
206 FmPcdUnlock(p_FmHc->h_FmPcd, intFlags);
215 intFlags = FmPcdLock(p_FmHc->h_FmPcd);
218 FmPcdUnlock(p_FmHc->h_FmPcd, intFlags);
251 p_FmHc->h_FmPcd = p_FmHcParams->h_FmPcd;
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1038 tmpPrsOffset = FmPcdGetSwPrsOffset(p_FmPort->h_FmPcd, p_HdrParams->hdr,
1088 ASSERT_COND(p_FmPort->h_FmPcd);
1097 if ((lcv = FmPcdGetMacsecLcv(p_FmPort->h_FmPcd, p_FmPort->netEnvId))
1257 err = FmPcdCcBindTree(p_FmPort->h_FmPcd, p_PcdParams,
1275 err = FmPcdKgSetOrBindToClsPlanGrp(p_FmPort->h_FmPcd,
1312 err = FmPcdKgBindPortToSchemes(p_FmPort->h_FmPcd, &schemeBind);
1336 if (!FmPcdPlcrIsProfileValid(p_FmPort->h_FmPcd, absoluteProfileId))
1391 GET_NIA_BMI_AC_ENQ_FRAME(p_FmPort->h_FmPcd));
1493 if (FmPcdNetEnvIsHdrExist(p_FmPort->h_FmPcd, p_FmPort->netEnvId,
1535 initialSwPrs = FmPcdGetSwPrsOffset(p_FmPort->h_FmPcd, HEADER_TYPE_NON
[all...]
H A Dfm_port.h881 t_Handle h_FmPcd; member in struct:__anon9763
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1850 void FmRegisterPcd(t_Handle h_Fm, t_Handle h_FmPcd) argument
1857 p_Fm->h_Pcd = h_FmPcd;

Completed in 245 milliseconds