Home
last modified time | relevance | path

Searched refs:destroy_flow_table (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/mlx5/mlx5_core/
H A Dfs_cmd.h43 int (*destroy_flow_table)(struct mlx5_flow_root_namespace *ns, member
H A Dmlx5_fs_cmd.c278 err = mlx5_cmd_exec_in(dev, destroy_flow_table, in); in mlx5_cmd_destroy_flow_table()
928 .destroy_flow_table = mlx5_cmd_destroy_flow_table,
948 .destroy_flow_table = mlx5_cmd_stub_destroy_flow_table,
H A Dmlx5_fs_core.c537 err = root->cmds->destroy_flow_table(root, ft); in del_hw_flow_table()
1190 root->cmds->destroy_flow_table(root, ft); in __mlx5_create_flow_table()