Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.h64 int (*update_fte)(struct mlx5_flow_root_namespace *ns, member
H A Dfs_cmd.c1084 .update_fte = mlx5_cmd_update_fte,
1106 .update_fte = mlx5_cmd_stub_update_fte,
H A Dfs_core.c608 err = root->cmds->update_fte(root, ft, fg, fte->act_dests.modify_mask, fte); in modify_fte()
735 err = root->cmds->update_fte(root, ft, fg, in del_hw_fte()
1219 err = root->cmds->update_fte(root, ft, fg, in _mlx5_modify_rule_destination()
1720 err = root->cmds->update_fte(root, ft, fg, modify_mask, fte); in add_rule_fte()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c763 return mlx5_fs_cmd_get_fw_cmds()->update_fte(ns, ft, group, modify_mask, fte); in mlx5_cmd_dr_update_fte()
856 .update_fte = mlx5_cmd_dr_update_fte,