Lines Matching defs:rte_tm_ops
212 struct rte_tm_ops { struct
214 rte_tm_node_type_get_t node_type_get;
217 rte_tm_capabilities_get_t capabilities_get;
219 rte_tm_level_capabilities_get_t level_capabilities_get;
221 rte_tm_node_capabilities_get_t node_capabilities_get;
224 rte_tm_wred_profile_add_t wred_profile_add;
226 rte_tm_wred_profile_delete_t wred_profile_delete;
229 shared_wred_context_add_update;
232 shared_wred_context_delete;
235 rte_tm_shaper_profile_add_t shaper_profile_add;
237 rte_tm_shaper_profile_delete_t shaper_profile_delete;
239 rte_tm_shared_shaper_add_update_t shared_shaper_add_update;
241 rte_tm_shared_shaper_delete_t shared_shaper_delete;
244 rte_tm_node_add_t node_add;
246 rte_tm_node_delete_t node_delete;
248 rte_tm_node_suspend_t node_suspend;
250 rte_tm_node_resume_t node_resume;
252 rte_tm_hierarchy_commit_t hierarchy_commit;
255 rte_tm_node_parent_update_t node_parent_update;
257 rte_tm_node_shaper_update_t node_shaper_update;
259 rte_tm_node_shared_shaper_update_t node_shared_shaper_update;
261 rte_tm_node_stats_update_t node_stats_update;
263 rte_tm_node_wfq_weight_mode_update_t node_wfq_weight_mode_update;
265 rte_tm_node_cman_update_t node_cman_update;
267 rte_tm_node_wred_context_update_t node_wred_context_update;
270 node_shared_wred_context_update;
272 rte_tm_node_stats_read_t node_stats_read;
275 rte_tm_mark_vlan_dei_t mark_vlan_dei;
277 rte_tm_mark_ip_ecn_t mark_ip_ecn;
279 rte_tm_mark_ip_dscp_t mark_ip_dscp;