Home
last modified time | relevance | path

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

/f-stack/freebsd/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
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
288 #define MANIP_FREE_HMTD(h_Manip) \ argument
296 #define MANIP_IS_FIRST(h_Manip) (!(((t_FmPcdManip *)h_Manip)->h_PrevManip)) argument
[all …]
H A Dfm_manip.c1372 static t_Error UpdateManipIc(t_Handle h_Manip, uint8_t icOffset) in UpdateManipIc()
4623 static t_Error FmPcdManipModifyUpdate(t_Handle h_Manip, t_Handle h_Ad, in FmPcdManipModifyUpdate()
4686 void FmPcdManipUpdateOwner(t_Handle h_Manip, bool add) in FmPcdManipUpdateOwner()
4702 t_List *FmPcdManipGetNodeLstPointedOnThisManip(t_Handle h_Manip) in FmPcdManipGetNodeLstPointedOnThisManip()
4708 t_List *FmPcdManipGetSpinlock(t_Handle h_Manip) in FmPcdManipGetSpinlock()
4811 t_Error FmPcdManipCheckParamsWithCcNodeParams(t_Handle h_Manip, in FmPcdManipCheckParamsWithCcNodeParams()
5071 t_Error FmPcdManipDeleteIpReassmSchemes(t_Handle h_Manip) in FmPcdManipDeleteIpReassmSchemes()
5088 bool FmPcdManipIpReassmIsIpv6Hdr(t_Handle h_Manip) in FmPcdManipIpReassmIsIpv6Hdr()
5134 t_Error FmPcdManipDeleteCapwapReassmSchemes(t_Handle h_Manip) in FmPcdManipDeleteCapwapReassmSchemes()
5184 bool FmPcdManipIsCapwapApplSpecific(t_Handle 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
H A Dfm_pcd.h182 t_Handle h_Manip; member
H A Dfm_cc.c269 t_Handle h_Manip, t_Handle h_FrmReplic) in FillAdOfTypeContLookup()
4344 t_Handle h_Manip; in MatchTableSet() local
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h260 t_Handle h_Manip; member
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1869 t_Handle h_Manip; /**< Handle to Manipulation object. member