Searched defs:mlx5_flow_tbl_data_entry (Results 1 – 1 of 1) sorted by relevance
592 struct mlx5_flow_tbl_data_entry { struct593 struct mlx5_list_entry entry;595 struct mlx5_flow_tbl_resource tbl;597 struct mlx5_list *matchers;599 struct mlx5_flow_dv_jump_tbl_resource jump;603 const struct mlx5_flow_tunnel *tunnel;604 uint32_t group_id;605 uint32_t external:1;609 uint32_t dummy:1; /**< DR table. */610 uint32_t id:22; /**< Table ID. */[all …]