Home
last modified time | relevance | path

Searched defs:p_FmPcd (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c55 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in PcdPrsErrorException() local
74 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in PcdPrsException() local
91 t_Handle PrsConfig(t_FmPcd *p_FmPcd,t_FmPcdParams *p_FmPcdParams) in PrsConfig()
128 t_Error PrsInit(t_FmPcd *p_FmPcd) in PrsInit()
172 void PrsFree(t_FmPcd *p_FmPcd) in PrsFree()
180 void PrsEnable(t_FmPcd *p_FmPcd) in PrsEnable()
188 void PrsDisable(t_FmPcd *p_FmPcd) in PrsDisable()
196 int PrsIsEnabled(t_FmPcd *p_FmPcd) in PrsIsEnabled()
204 t_Error PrsIncludePortInStatistics(t_FmPcd *p_FmPcd, uint8_t hardwarePortId, bool include) in PrsIncludePortInStatistics()
232 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in FmPcdPrsIncludePortInStatistics() local
[all …]
H A Dfm_pcd.c60 static t_Error CheckFmPcdParameters(t_FmPcd *p_FmPcd) in CheckFmPcdParameters()
103 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in IpcMsgHandlerCB() local
295 static void EnqueueLockToFreeLst(t_FmPcd *p_FmPcd, t_FmPcdLock *p_Lock) in EnqueueLockToFreeLst()
304 static t_FmPcdLock * DequeueLockFromFreeLst(t_FmPcd *p_FmPcd) in DequeueLockFromFreeLst()
321 static void EnqueueLockToAcquiredLst(t_FmPcd *p_FmPcd, t_FmPcdLock *p_Lock) in EnqueueLockToAcquiredLst()
330 static t_Error FillFreeLocksLst(t_FmPcd *p_FmPcd) in FillFreeLocksLst()
354 static void ReleaseFreeLocksLst(t_FmPcd *p_FmPcd) in ReleaseFreeLocksLst()
373 void FmPcdSetClsPlanGrpId(t_FmPcd *p_FmPcd, uint8_t netEnvId, uint8_t clsPlanGrpId) in FmPcdSetClsPlanGrpId()
379 t_Error PcdGetClsPlanGrpParams(t_FmPcd *p_FmPcd, t_FmPcdKgInterModuleClsPlanGrpParams *p_GrpParams) in PcdGetClsPlanGrpParams()
430 t_Error PcdGetVectorForOpt(t_FmPcd *p_FmPcd, uint8_t netEnvId, protocolOpt_t opt, uint32_t *p_Vecto… in PcdGetVectorForOpt()
[all …]
H A Dfm_kg.c94 static t_Error WriteKgarWait(t_FmPcd *p_FmPcd, uint32_t fmkg_ar) in WriteKgarWait()
421 static t_KnownFieldsMasks GetKnownProtMask(t_FmPcd *p_FmPcd, e_NetHeaderType hdr, e_FmPcdHdrIndex i… in GetKnownProtMask()
729 static void IncSchemeOwners(t_FmPcd *p_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_BindPort) in IncSchemeOwners()
754 static void DecSchemeOwners(t_FmPcd *p_FmPcd, t_FmPcdKgInterModuleBindPortToSchemes *p_BindPort) in DecSchemeOwners()
795 static t_Error KgWriteSp(t_FmPcd *p_FmPcd, uint8_t hardwarePortId, uint32_t spReg, bool add) in KgWriteSp()
829 static t_Error KgWriteCpp(t_FmPcd *p_FmPcd, uint8_t hardwarePortId, uint32_t cppReg) in KgWriteCpp()
852 static uint32_t BuildCppReg(t_FmPcd *p_FmPcd, uint8_t clsPlanGrpId) in BuildCppReg()
862 static t_Error BindPortToClsPlanGrp(t_FmPcd *p_FmPcd, uint8_t hardwarePortId, uint8_t clsPlanGrpId) in BindPortToClsPlanGrp()
870 static void UnbindPortToClsPlanGrp(t_FmPcd *p_FmPcd, uint8_t hardwarePortId) in UnbindPortToClsPlanGrp()
893 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in PcdKgErrorException() local
[all …]
H A Dfm_plcr.c108 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in IsProfileShared() local
119 static t_Error SetProfileNia(t_FmPcd *p_FmPcd, e_FmPcdEngine nextEngine, u_FmPcdPlcrNextEngineParam… in SetProfileNia()
324 static void WritePar(t_FmPcd *p_FmPcd, uint32_t par) in WritePar()
334 static t_Error BuildProfileRegs(t_FmPcd *p_FmPcd, in BuildProfileRegs()
532 static t_Error AllocSharedProfiles(t_FmPcd *p_FmPcd, uint16_t numOfProfiles, uint16_t *profilesIds) in AllocSharedProfiles()
575 static void FreeSharedProfiles(t_FmPcd *p_FmPcd, uint16_t numOfProfiles, uint16_t *profilesIds) in FreeSharedProfiles()
593 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in UpdateRequiredActionFlag() local
613 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in EventsCB() local
640 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in ErrorExceptionsCB() local
675 t_Handle PlcrConfig(t_FmPcd *p_FmPcd, t_FmPcdParams *p_FmPcdParams) in PlcrConfig()
[all …]
H A Dfm_manip.c1251 t_FmPcd *p_FmPcd = (t_FmPcd *)p_Manip->h_FmPcd; in CreateManipActionShadow() local
1654 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in UpdateInitCapwapReasm() local
1861 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdRegisterReassmPort() local
1913 t_FmPcd *p_FmPcd = (t_FmPcd *)p_Manip->h_FmPcd; in CreateReassCommonTable() local
2046 t_FmPcd *p_FmPcd = p_Manip->h_FmPcd; in CreateReassTable() local
2261 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in UpdateInitReasm() local
2379 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdFragHcScratchPoolFill() local
2402 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdFragHcScratchPoolEmpty() local
2418 static void ReleaseManipHandler(t_FmPcdManip *p_Manip, t_FmPcd *p_FmPcd) in ReleaseManipHandler()
2937 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in UpdateIndxStats() local
[all …]
H A Dfm_replic.c182 t_FmPcd *p_FmPcd; in LinkSourceToMember() local
203 t_FmPcd *p_FmPcd; in LinkMemberToMember() local
225 t_FmPcd *p_FmPcd; in ModifyDescriptor() local
286 t_FmPcd *p_FmPcd; in BuildShadowAndModifyDescriptor() local
451 t_FmPcd *p_FmPcd = NULL; in RemoveMember() local
618 t_FmPcd *p_FmPcd; in FrmReplicGroupUpdateAd() local
H A Dfm_cc.c274 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FillAdOfTypeContLookup() local
1310 static void DeleteTree(t_FmPcdCcTree *p_FmPcdTree, t_FmPcd *p_FmPcd) in DeleteTree()
2171 t_FmPcd *p_FmPcd, in FillAdOfTypeResult()
2445 t_FmPcd *p_FmPcd; in GetNewAd() local
2491 t_FmPcd *p_FmPcd = (t_FmPcd *)p_CcNode->h_FmPcd; in BuildNewNodeCommonPart() local
2576 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in BuildNewNodeAddOrMdfyKeyAndNextEngine() local
2944 t_FmPcd *p_FmPcd = (t_FmPcd *)p_CcNode->h_FmPcd; in BuildNewNodeModifyKey() local
4074 t_FmPcd *p_FmPcd; in ModifyNextEngineParamNode() local
4327 t_FmPcd *p_FmPcd = (t_FmPcd *)h_FmPcd; in MatchTableSet() local
5003 t_FmPcd *p_FmPcd) in NextStepAd()
[all …]
H A Dfm_pcd.h496 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdGetMuramHandle() local
503 t_FmPcd *p_FmPcd = (t_FmPcd*)h_FmPcd; in FmPcdGetMuramPhysBase() local