Searched refs:destroy_flow_table (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | rdma.c | 72 goto destroy_flow_table; in mlx5_rdma_enable_roce_steering() 96 destroy_flow_table: in mlx5_rdma_enable_roce_steering()
|
H A D | fs_cmd.h | 43 int (*destroy_flow_table)(struct mlx5_flow_root_namespace *ns, member
|
H A D | fs_cmd.c | 363 err = mlx5_cmd_exec_in(dev, destroy_flow_table, in); in mlx5_cmd_destroy_flow_table() 1079 .destroy_flow_table = mlx5_cmd_destroy_flow_table, 1101 .destroy_flow_table = mlx5_cmd_stub_destroy_flow_table,
|
H A D | fs_core.c | 574 err = root->cmds->destroy_flow_table(root, ft); in del_hw_flow_table() 1399 root->cmds->destroy_flow_table(root, ft); in __mlx5_create_flow_table()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_fw.c | 38 goto destroy_flow_table; in mlx5dr_fw_create_recalc_cs_ft() 76 destroy_flow_table: in mlx5dr_fw_create_recalc_cs_ft()
|
H A D | fs_dr.c | 106 return mlx5_fs_cmd_get_fw_cmds()->destroy_flow_table(ns, ft); in mlx5_cmd_dr_destroy_flow_table() 851 .destroy_flow_table = mlx5_cmd_dr_destroy_flow_table,
|
H A D | dr_cmd.c | 526 return mlx5_cmd_exec_in(mdev, destroy_flow_table, in); in mlx5dr_cmd_destroy_flow_table()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.c | 2038 goto destroy_flow_table; in bnxt_init_tc() 2078 destroy_flow_table: in bnxt_init_tc()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws_cmd.c | 130 return mlx5_cmd_exec_in(mdev, destroy_flow_table, in); in mlx5hws_cmd_flow_table_destroy()
|