Home
last modified time | relevance | path

Searched refs:mlx5dr_action_destroy (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c47 err = mlx5dr_action_destroy(action); in set_miss_action()
55 err = mlx5dr_action_destroy(old_miss_action); in set_miss_action()
123 err = mlx5dr_action_destroy(action); in mlx5_cmd_dr_destroy_flow_table()
616 mlx5dr_action_destroy(fs_dr_actions[i]); in mlx5_cmd_dr_create_fte()
681 mlx5dr_action_destroy(pkt_reformat->action.dr_action); in mlx5_cmd_dr_packet_reformat_dealloc()
712 mlx5dr_action_destroy(modify_hdr->action.dr_action); in mlx5_cmd_dr_modify_header_dealloc()
746 mlx5dr_action_destroy(rule->dr_actions[i]); in mlx5_cmd_dr_delete_fte()
H A Dmlx5dr.h152 int mlx5dr_action_destroy(struct mlx5dr_action *action);
H A Ddr_action.c1157 mlx5dr_action_destroy(action->range->miss_tbl_action); in mlx5dr_action_create_dest_match_range()
1159 mlx5dr_action_destroy(action->range->hit_tbl_action); in mlx5dr_action_create_dest_match_range()
2150 int mlx5dr_action_destroy(struct mlx5dr_action *action) in mlx5dr_action_destroy() function
2208 mlx5dr_action_destroy(action->range->miss_tbl_action); in mlx5dr_action_destroy()
2209 mlx5dr_action_destroy(action->range->hit_tbl_action); in mlx5dr_action_destroy()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsmfs.c47 mlx5dr_action_destroy(action); in mlx5_smfs_action_destroy()