Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c730 rpriv->root_ft = mlx5_get_ttc_flow_table(priv->fs.ttc); in mlx5e_create_rep_root_ft()
745 rpriv->root_ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5e_create_rep_root_ft()
746 if (IS_ERR(rpriv->root_ft)) { in mlx5e_create_rep_root_ft()
747 err = PTR_ERR(rpriv->root_ft); in mlx5e_create_rep_root_ft()
748 rpriv->root_ft = NULL; in mlx5e_create_rep_root_ft()
761 mlx5_destroy_flow_table(rpriv->root_ft); in mlx5e_destroy_rep_root_ft()
773 dest.ft = rpriv->root_ft; in mlx5e_create_rep_vport_rx_rule()
Den_rep.h107 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()
2163 if (root->root_ft != ft) in update_root_ft_destroy()
2168 root->root_ft = NULL; in update_root_ft_destroy()
2193 root->root_ft = new_root_ft; in update_root_ft_destroy()
3155 if (!root->root_ft) { in mlx5_fs_add_rx_underlay_qpn()
3160 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn()
3204 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.c2362 root->root_ft->id); in esw_set_uplink_slave_ingress_root()
2371 MLX5_SET(set_flow_table_root_in, in, table_id, root->root_ft->id); in esw_set_uplink_slave_ingress_root()
2405 root->root_ft->id); in esw_set_slave_root_fdb()
2412 root->root_ft->id); in esw_set_slave_root_fdb()