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
282 #define MANIP_DONT_REPARSE(h_Manip) (((t_FmPcdManip *)h_Manip)->dontParseAfterM… argument
283 #define MANIP_SET_PREV(h_Manip, h_Prev) (((t_FmPcdManip *)h_Manip)->h_PrevManip = h… argument
284 #define MANIP_GET_OWNERS(h_Manip) (((t_FmPcdManip *)h_Manip)->owner) argument
[all …]
H A Dfm_pcd.h182 t_Handle h_Manip; member
398 …mScheme(t_FmPcd *p_FmPcd, t_Handle h_NetEnv, t_Handle h_CcTree, t_Handle h_Manip, bool isIpv4, uin…
399 t_Error FmPcdManipDeleteIpReassmSchemes(t_Handle h_Manip);
400 …mScheme(t_FmPcd *p_FmPcd, t_Handle h_NetEnv, t_Handle h_CcTree, t_Handle h_Manip, uint8_t groupId);
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,
455 void FmPcdManipUpdateAdContLookupForCc(t_Handle h_Manip, t_Handle p_Ad, t_Handle *p_AdNew, u…
456 void FmPcdManipUpdateOwner(t_Handle h_Manip, bool add);
[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.c269 t_Handle h_Manip, t_Handle h_FrmReplic) in FillAdOfTypeContLookup() argument
278 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()
869 if (p_FmPcdCcNextEngineParams->h_Manip) in BuildNewAd()
882 h_OrigAd ? NULL : p_FmPcdCcNextEngineParams->h_Manip, NULL); in BuildNewAd()
891 p_FmPcdCcNextEngineParams->h_Manip, in BuildNewAd()
1062 if ( p_CcNode->keyAndNextEngineParams[i].nextEngineParams.h_Manip && in IsCapwapApplSpecific()
[all …]
H A Dfm_manip.c1372 static t_Error UpdateManipIc(t_Handle h_Manip, uint8_t icOffset) in UpdateManipIc() argument
1374 t_FmPcdManip *p_Manip = (t_FmPcdManip *)h_Manip; in UpdateManipIc()
1377 SANITY_CHECK_RETURN_ERROR(h_Manip, E_INVALID_HANDLE); in UpdateManipIc()
4521 if (p_NodePtrOnCurrentMdfManip->keyAndNextEngineParams[i].nextEngineParams.h_Manip in UpdateAdPtrOfNodesWhichPointsOnCrntMdfManip()
4563 t_Handle h_FmPort, t_Handle h_Manip, in FmPcdManipInitUpdate() argument
4567 t_FmPcdManip *p_Manip = (t_FmPcdManip *)h_Manip; in FmPcdManipInitUpdate()
4570 SANITY_CHECK_RETURN_ERROR(h_Manip, E_INVALID_HANDLE); in FmPcdManipInitUpdate()
4623 static t_Error FmPcdManipModifyUpdate(t_Handle h_Manip, t_Handle h_Ad, in FmPcdManipModifyUpdate() argument
4628 t_FmPcdManip *p_Manip = (t_FmPcdManip *)h_Manip; in FmPcdManipModifyUpdate()
4671 t_Handle h_FmPort, t_Handle h_Manip, t_Handle h_Ad, in FmPcdManipUpdate() argument
[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