Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c830 rpriv->root_ft = priv->fs.ttc.ft.t; in mlx5e_create_rep_root_ft()
845 rpriv->root_ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5e_create_rep_root_ft()
846 if (IS_ERR(rpriv->root_ft)) { in mlx5e_create_rep_root_ft()
847 err = PTR_ERR(rpriv->root_ft); in mlx5e_create_rep_root_ft()
848 rpriv->root_ft = NULL; in mlx5e_create_rep_root_ft()
861 mlx5_destroy_flow_table(rpriv->root_ft); in mlx5e_destroy_rep_root_ft()
873 dest.ft = rpriv->root_ft; in mlx5e_create_rep_vport_rx_rule()
H A Den_rep.h99 struct mlx5_flow_table *root_ft; member
H A Dfs_core.c912 if (root->root_ft) in update_root_ft_create()
913 min_level = root->root_ft->level; in update_root_ft_create()
937 root->root_ft = ft; in update_root_ft_create()
2093 if (root->root_ft != ft) in update_root_ft_destroy()
2098 root->root_ft = NULL; in update_root_ft_destroy()
2123 root->root_ft = new_root_ft; in update_root_ft_destroy()
3076 if (!root->root_ft) { in mlx5_fs_add_rx_underlay_qpn()
3081 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn()
3125 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
H A Dfs_core.h264 struct mlx5_flow_table *root_ft; member