Searched refs:update_root_ft (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_cmd.h | 74 int (*update_root_ft)(struct mlx5_flow_root_namespace *ns, member
|
| H A D | fs_core.c | 1164 err = root->cmds->update_root_ft(root, ft, qpn, false); in update_root_ft_create() 1168 err = root->cmds->update_root_ft(root, ft, in update_root_ft_create() 2583 err = root->cmds->update_root_ft(root, new_root_ft, in update_root_ft_destroy() 2588 err = root->cmds->update_root_ft(root, in update_root_ft_destroy() 4044 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn() 4088 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
|
| H A D | fs_cmd.c | 1116 .update_root_ft = mlx5_cmd_update_root_ft, 1138 .update_root_ft = mlx5_cmd_stub_update_root_ft,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | fs_dr.c | 17 return mlx5_fs_cmd_get_fw_cmds()->update_root_ft(ns, ft, underlay_qpn, in mlx5_cmd_dr_update_root_ft() 867 .update_root_ft = mlx5_cmd_dr_update_root_ft,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | fs_hws.c | 339 return mlx5_fs_cmd_get_fw_cmds()->update_root_ft(ns, ft, underlay_qpn, in mlx5_cmd_hws_update_root_ft() 1617 .update_root_ft = mlx5_cmd_hws_update_root_ft,
|