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_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
720 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable