Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1136 struct rte_flow_template_table { struct
1138 struct mlx5_flow_group *grp; /* The group rte_flow_template_table uses. */ argument
1139 struct mlx5dr_matcher *matcher; /* Template matcher. */
1141 struct rte_flow_pattern_template *its[MLX5_HW_TBL_MAX_ITEM_TEMPLATE];
1143 struct mlx5_hw_action_template ats[MLX5_HW_TBL_MAX_ACTION_TEMPLATE];
1144 struct mlx5_indexed_pool *flow; /* The table's flow ipool. */
1145 uint32_t type; /* Flow table type RX/TX/FDB. */
1146 uint8_t nb_item_templates; /* Item template number. */
1147 uint8_t nb_action_templates; /* Action template number. */
1148 uint32_t refcnt; /* Table reference counter. */