Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c45 err = mlx5dr_action_destroy(action); in set_miss_action()
53 err = mlx5dr_action_destroy(old_miss_action); in set_miss_action()
118 err = mlx5dr_action_destroy(action); in mlx5_cmd_dr_destroy_flow_table()
509 mlx5dr_action_destroy(fs_dr_actions[i]); in mlx5_cmd_dr_create_fte()
567 mlx5dr_action_destroy(pkt_reformat->action.dr_action); in mlx5_cmd_dr_packet_reformat_dealloc()
597 mlx5dr_action_destroy(modify_hdr->action.dr_action); in mlx5_cmd_dr_modify_header_dealloc()
627 mlx5dr_action_destroy(rule->dr_actions[i]); in mlx5_cmd_dr_delete_fte()
H A Dmlx5dr.h122 int mlx5dr_action_destroy(struct mlx5dr_action *action);
H A Ddr_action.c1900 int mlx5dr_action_destroy(struct mlx5dr_action *action) in mlx5dr_action_destroy() function