Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h38 struct mlx5_flow_cmds { struct
39 int (*create_flow_table)(struct mlx5_core_dev *dev,
46 int (*destroy_flow_table)(struct mlx5_core_dev *dev,
49 int (*modify_flow_table)(struct mlx5_core_dev *dev,
53 int (*create_flow_group)(struct mlx5_core_dev *dev,
58 int (*destroy_flow_group)(struct mlx5_core_dev *dev,
62 int (*create_fte)(struct mlx5_core_dev *dev,
67 int (*update_fte)(struct mlx5_core_dev *dev,
73 int (*delete_fte)(struct mlx5_core_dev *dev,
99 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type); argument
Dfs_cmd.c720 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable