Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c723 rpriv->root_ft = mlx5_get_ttc_flow_table(priv->fs.ttc); in mlx5e_create_rep_root_ft()
738 rpriv->root_ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5e_create_rep_root_ft()
739 if (IS_ERR(rpriv->root_ft)) { in mlx5e_create_rep_root_ft()
740 err = PTR_ERR(rpriv->root_ft); in mlx5e_create_rep_root_ft()
741 rpriv->root_ft = NULL; in mlx5e_create_rep_root_ft()
754 mlx5_destroy_flow_table(rpriv->root_ft); in mlx5e_destroy_rep_root_ft()
766 dest.ft = rpriv->root_ft; in mlx5e_create_rep_vport_rx_rule()
Den_rep.h107 struct mlx5_flow_table *root_ft; member
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()
2069 if (root->root_ft != ft) in update_root_ft_destroy()
2074 root->root_ft = NULL; in update_root_ft_destroy()
2099 root->root_ft = new_root_ft; in update_root_ft_destroy()
3061 if (!root->root_ft) { in mlx5_fs_add_rx_underlay_qpn()
3066 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn()
3110 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
Dfs_core.h266 struct mlx5_flow_table *root_ft; member
Dfs_cmd.c182 root->root_ft->id); in mlx5_cmd_set_slave_root_fdb()
231 ns->root_ft->id); in mlx5_cmd_update_root_ft()
Deswitch_offloads.c2363 root->root_ft->id); in esw_set_uplink_slave_ingress_root()
2372 MLX5_SET(set_flow_table_root_in, in, table_id, root->root_ft->id); in esw_set_uplink_slave_ingress_root()
2406 root->root_ft->id); in esw_set_slave_root_fdb()
2413 root->root_ft->id); in esw_set_slave_root_fdb()