Searched defs:t_FmPcdParams (Results 1 – 1 of 1) sorted by relevance
224 typedef struct t_FmPcdParams { struct225 … prsSupport; /**< TRUE if Parser will be used for any of the FM ports. */226 … ccSupport; /**< TRUE if Coarse Classification will be used for any228 … kgSupport; /**< TRUE if KeyGen will be used for any of the FM ports. */229 … plcrSupport; /**< TRUE if Policer will be used for any of the FM ports. */230 t_Handle h_Fm; /**< A handle to the FM module. */231 …8_t numOfSchemes; /**< Number of schemes dedicated to this partition.251 } t_FmPcdParams; argument