Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c995 rpriv->root_ft = mlx5_get_ttc_flow_table(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_create_rep_root_ft()
1010 rpriv->root_ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5e_create_rep_root_ft()
1011 if (IS_ERR(rpriv->root_ft)) { in mlx5e_create_rep_root_ft()
1012 err = PTR_ERR(rpriv->root_ft); in mlx5e_create_rep_root_ft()
1013 rpriv->root_ft = NULL; in mlx5e_create_rep_root_ft()
1026 mlx5_destroy_flow_table(rpriv->root_ft); in mlx5e_destroy_rep_root_ft()
1038 dest.ft = rpriv->root_ft; in mlx5e_create_rep_vport_rx_rule()
Den_rep.h114 struct mlx5_flow_table *root_ft; member
Dfs_core.h299 struct mlx5_flow_table *root_ft; member
Dfs_core.c1142 if (root->root_ft) in update_root_ft_create()
1143 min_level = root->root_ft->level; in update_root_ft_create()
1167 root->root_ft = ft; in update_root_ft_create()
2538 if (root->root_ft != ft) in update_root_ft_destroy()
2543 root->root_ft = NULL; in update_root_ft_destroy()
2568 root->root_ft = new_root_ft; in update_root_ft_destroy()
3754 if (!root->root_ft) { in mlx5_fs_add_rx_underlay_qpn()
3759 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn()
3803 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
Dfs_cmd.c191 root->root_ft->id); in mlx5_cmd_set_slave_root_fdb()
257 ns->root_ft->id); in mlx5_cmd_update_root_ft()
264 ns->root_ft->id); in mlx5_cmd_update_root_ft()
Deswitch_offloads.c2662 root->root_ft->id); in esw_set_slave_root_fdb()
2669 root->root_ft->id); in esw_set_slave_root_fdb()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dint_port.c198 dest.ft = uplink_rpriv->root_ft; in mlx5e_int_port_add()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c81 int base_level, struct mlx5_flow_table **root_ft) in ipsec_chains_create() argument
106 *root_ft = ft; in ipsec_chains_create()