Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c46 err = mlx5dr_action_destroy(action); in set_miss_action()
54 err = mlx5dr_action_destroy(old_miss_action); in set_miss_action()
122 err = mlx5dr_action_destroy(action); in mlx5_cmd_dr_destroy_flow_table()
587 mlx5dr_action_destroy(fs_dr_actions[i]); in mlx5_cmd_dr_create_fte()
651 mlx5dr_action_destroy(pkt_reformat->action.dr_action); in mlx5_cmd_dr_packet_reformat_dealloc()
681 mlx5dr_action_destroy(modify_hdr->action.dr_action); in mlx5_cmd_dr_modify_header_dealloc()
715 mlx5dr_action_destroy(rule->dr_actions[i]); in mlx5_cmd_dr_delete_fte()
Dmlx5dr.h143 int mlx5dr_action_destroy(struct mlx5dr_action *action);
Ddr_action.c1929 int mlx5dr_action_destroy(struct mlx5dr_action *action) in mlx5dr_action_destroy() function
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dsmfs.c47 mlx5dr_action_destroy(action); in mlx5_smfs_action_destroy()