Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_cmd.h38 struct mlx5_flow_cmds { struct
39 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,
55 int (*destroy_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,
[all …]
A Dfs_cmd.c971 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable

Completed in 6 milliseconds