Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h46 int (*destroy_flow_table)(struct mlx5_core_dev *dev, member
Dfs_cmd.c722 .destroy_flow_table = mlx5_cmd_destroy_flow_table,
734 .destroy_flow_table = mlx5_cmd_stub_destroy_flow_table,
Dfs_core.c382 err = root->cmds->destroy_flow_table(dev, ft); in del_hw_flow_table()
1004 root->cmds->destroy_flow_table(root->dev, ft); in __mlx5_create_flow_table()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.c1334 fpga_ipsec_ingress.destroy_flow_table = in mlx5_fpga_ipsec_build_fs_cmds()
1335 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->destroy_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()
1354 fpga_ipsec_egress.destroy_flow_table = in mlx5_fpga_ipsec_build_fs_cmds()
1355 mlx5_fs_cmd_get_default(egress_to_fs_ft(true))->destroy_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c1648 goto destroy_flow_table; in bnxt_init_tc()
1680 destroy_flow_table: in bnxt_init_tc()