Searched refs:destroy_flow_table (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | rdma.c | 77 goto destroy_flow_table; in mlx5_rdma_enable_roce_steering() 108 destroy_flow_table: in mlx5_rdma_enable_roce_steering()
|
D | fs_cmd.h | 43 int (*destroy_flow_table)(struct mlx5_flow_root_namespace *ns, member
|
D | fs_cmd.c | 350 err = mlx5_cmd_exec_in(dev, destroy_flow_table, in); in mlx5_cmd_destroy_flow_table() 1038 .destroy_flow_table = mlx5_cmd_destroy_flow_table, 1060 .destroy_flow_table = mlx5_cmd_stub_destroy_flow_table,
|
D | fs_core.c | 524 err = root->cmds->destroy_flow_table(root, ft); in del_hw_flow_table() 1199 root->cmds->destroy_flow_table(root, ft); in __mlx5_create_flow_table()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
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()
|
D | fs_dr.c | 113 return mlx5_fs_cmd_get_fw_cmds()->destroy_flow_table(ns, ft); in mlx5_cmd_dr_destroy_flow_table() 797 .destroy_flow_table = mlx5_cmd_dr_destroy_flow_table,
|
D | dr_cmd.c | 498 return mlx5_cmd_exec_in(mdev, destroy_flow_table, in); in mlx5dr_cmd_destroy_flow_table()
|
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 2034 goto destroy_flow_table; in bnxt_init_tc() 2074 destroy_flow_table: in bnxt_init_tc()
|