Home
last modified time | relevance | path

Searched refs:destroy_flow_group (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Drdma.c83 goto destroy_flow_group; in mlx5_rdma_enable_roce_steering()
94 destroy_flow_group: in mlx5_rdma_enable_roce_steering()
H A Dfs_cmd.h55 int (*destroy_flow_group)(struct mlx5_flow_root_namespace *ns, member
H A Dfs_cmd.c478 return mlx5_cmd_exec_in(dev, destroy_flow_group, in); in mlx5_cmd_destroy_flow_group()
1112 .destroy_flow_group = mlx5_cmd_destroy_flow_group,
1134 .destroy_flow_group = mlx5_cmd_stub_destroy_flow_group,
H A Dfs_core.c791 if (fg->node.active && root->cmds->destroy_flow_group(root, ft, fg)) in del_hw_flow_group()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c378 return mlx5_fs_cmd_get_fw_cmds()->destroy_flow_group(ns, ft, fg); in mlx5_cmd_hws_destroy_flow_group()
1622 .destroy_flow_group = mlx5_cmd_hws_destroy_flow_group,