Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c833 rpriv->root_ft = priv->fs.ttc.ft.t; in mlx5e_create_rep_root_ft()
848 rpriv->root_ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5e_create_rep_root_ft()
849 if (IS_ERR(rpriv->root_ft)) { in mlx5e_create_rep_root_ft()
850 err = PTR_ERR(rpriv->root_ft); in mlx5e_create_rep_root_ft()
851 rpriv->root_ft = NULL; in mlx5e_create_rep_root_ft()
864 mlx5_destroy_flow_table(rpriv->root_ft); in mlx5e_destroy_rep_root_ft()
876 dest.ft = rpriv->root_ft; in mlx5e_create_rep_vport_rx_rule()
Den_rep.h99 struct mlx5_flow_table *root_ft; member
Dfs_core.c968 if (root->root_ft) in update_root_ft_create()
969 min_level = root->root_ft->level; in update_root_ft_create()
993 root->root_ft = ft; in update_root_ft_create()
2156 if (root->root_ft != ft) in update_root_ft_destroy()
2161 root->root_ft = NULL; in update_root_ft_destroy()
2186 root->root_ft = new_root_ft; in update_root_ft_destroy()
3139 if (!root->root_ft) { in mlx5_fs_add_rx_underlay_qpn()
3144 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn()
3188 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
Dfs_core.h264 struct mlx5_flow_table *root_ft; member