Searched defs:mlx5_flow_cmds (Results 1 – 2 of 2) sorted by relevance
38 struct mlx5_flow_cmds { struct39 int (*create_flow_table)(struct mlx5_flow_root_namespace *ns,43 int (*destroy_flow_table)(struct mlx5_flow_root_namespace *ns,46 int (*modify_flow_table)(struct mlx5_flow_root_namespace *ns,50 int (*create_flow_group)(struct mlx5_flow_root_namespace *ns,59 int (*create_fte)(struct mlx5_flow_root_namespace *ns,64 int (*update_fte)(struct mlx5_flow_root_namespace *ns,70 int (*delete_fte)(struct mlx5_flow_root_namespace *ns,74 int (*update_root_ft)(struct mlx5_flow_root_namespace *ns,95 int (*set_peer)(struct mlx5_flow_root_namespace *ns,[all …]
1077 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable