Searched defs:mlx5_flow_cmds (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_cmd.h | 38 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 …]
|
| D | fs_cmd.c | 1077 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_cmd.h | 38 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 …]
|
| D | fs_cmd.c | 839 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable
|