Home
last modified time | relevance | path

Searched refs:h_Manip (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h272 #define MANIP_GET_HMCT_SIZE(h_Manip) (((t_FmPcdManip *)h_Manip)->tableSize) argument
273 #define MANIP_GET_DATA_SIZE(h_Manip) (((t_FmPcdManip *)h_Manip)->dataSize) argument
275 #define MANIP_GET_HMCT_PTR(h_Manip) (((t_FmPcdManip *)h_Manip)->p_Hmct) argument
276 #define MANIP_GET_DATA_PTR(h_Manip) (((t_FmPcdManip *)h_Manip)->p_Data) argument
278 #define MANIP_SET_HMCT_PTR(h_Manip, h_NewPtr) (((t_FmPcdManip *)h_Manip)->p_Hmct = h_NewP… argument
279 #define MANIP_SET_DATA_PTR(h_Manip, h_NewPtr) (((t_FmPcdManip *)h_Manip)->p_Data = h_NewP… argument
281 #define MANIP_GET_HMTD_PTR(h_Manip) (((t_FmPcdManip *)h_Manip)->h_Ad) argument
284 #define MANIP_GET_OWNERS(h_Manip) (((t_FmPcdManip *)h_Manip)->owner) argument
285 #define MANIP_GET_TYPE(h_Manip) (((t_FmPcdManip *)h_Manip)->type) argument
296 #define MANIP_IS_FIRST(h_Manip) (!(((t_FmPcdManip *)h_Manip)->h_PrevManip)) argument
[all …]
H A Dfm_pcd.h182 t_Handle h_Manip; member
399 t_Error FmPcdManipDeleteIpReassmSchemes(t_Handle h_Manip);
401 t_Error FmPcdManipDeleteCapwapReassmSchemes(t_Handle h_Manip);
402 bool FmPcdManipIpReassmIsIpv6Hdr(t_Handle h_Manip);
449 void FmPcdManipUpdateOwner(t_Handle h_Manip, bool add);
451 void FmPcdManipUpdateAdResultForCc(t_Handle h_Manip,
456 void FmPcdManipUpdateOwner(t_Handle h_Manip, bool add);
457 t_Error FmPcdManipCheckParamsWithCcNodeParams(t_Handle h_Manip, t_Handle h_FmPcdCcNode);
460 bool FmPcdManipIsCapwapApplSpecific(t_Handle h_Manip);
476 t_List *FmPcdManipGetSpinlock(t_Handle h_Manip);
[all …]
H A Dfm_replic.c411 p_CurrentMember->h_Manip = NULL; in InitMember()
425 if (p_MemberParams->h_Manip) in InitMember()
426 p_CurrentMember->h_Manip = p_MemberParams->h_Manip; in InitMember()
515 if (p_CurrentMember->h_Manip) in RemoveMember()
517 FmPcdManipUpdateOwner(p_CurrentMember->h_Manip, FALSE); in RemoveMember()
518 p_CurrentMember->h_Manip = NULL; in RemoveMember()
562 if (p_CurrentMember->h_Manip) in DeleteGroup()
564 FmPcdManipUpdateOwner(p_CurrentMember->h_Manip, FALSE); in DeleteGroup()
565 p_CurrentMember->h_Manip = NULL; in DeleteGroup()
H A Dfm_cc.c278 UNUSED(h_Manip); in FillAdOfTypeContLookup()
316 if (h_Manip && h_FrmReplic) in FillAdOfTypeContLookup()
318 h_Manip, in FillAdOfTypeContLookup()
329 if (h_Manip) in FillAdOfTypeContLookup()
331 h_Manip, in FillAdOfTypeContLookup()
2219 if (p_CcNextEngineParams->h_Manip) in FillAdOfTypeResult()
2329 if (p_CcNextEngineParams->h_Manip) in FillAdOfTypeResult()
3128 if (p_CcNextEngineParams->h_Manip) in BuildNewNodeModifyNextEngine()
3306 if (p_CcNextEngineParams->h_Manip) in BuildNewNodeModifyNextEngine()
4344 t_Handle h_Manip; in MatchTableSet() local
[all …]
H A Dfm_manip.c4693 ((t_FmPcdManip *)h_Manip)->owner++; in FmPcdManipUpdateOwner()
4697 ((t_FmPcdManip *)h_Manip)->owner--; in FmPcdManipUpdateOwner()
4704 ASSERT_COND(h_Manip); in FmPcdManipGetNodeLstPointedOnThisManip()
4705 return &((t_FmPcdManip *)h_Manip)->nodesLst; in FmPcdManipGetNodeLstPointedOnThisManip()
4708 t_List *FmPcdManipGetSpinlock(t_Handle h_Manip) in FmPcdManipGetSpinlock() argument
4710 ASSERT_COND(h_Manip); in FmPcdManipGetSpinlock()
4711 return ((t_FmPcdManip *)h_Manip)->h_Spinlock; in FmPcdManipGetSpinlock()
4865 FmPcdManipUpdateOwner(h_Manip, TRUE); in FmPcdManipUpdateAdResultForCc()
4961 FmPcdManipUpdateOwner(h_Manip, TRUE); in FmPcdManipUpdateAdContLookupForCc()
5187 ASSERT_COND(h_Manip); in FmPcdManipIsCapwapApplSpecific()
[all …]
H A Dfm_replic.h83 t_Handle h_Manip; /**< manip handle - need for free routines */ member
H A Dfm_cc.h293 t_Handle h_Manip; member
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h260 t_Handle h_Manip; member
789 …date(t_Handle h_FmPcd, t_Handle h_PcdParams, t_Handle h_FmPort, t_Handle h_Manip, t_Handle h_Ad, b…
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1869 t_Handle h_Manip; /**< Handle to Manipulation object. member