Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rep.c1005 rpriv->root_ft = mlx5_get_ttc_flow_table(mlx5e_fs_get_ttc(priv->fs, false)); in mlx5e_create_rep_root_ft()
1020 rpriv->root_ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5e_create_rep_root_ft()
1021 if (IS_ERR(rpriv->root_ft)) { in mlx5e_create_rep_root_ft()
1022 err = PTR_ERR(rpriv->root_ft); in mlx5e_create_rep_root_ft()
1023 rpriv->root_ft = NULL; in mlx5e_create_rep_root_ft()
1036 mlx5_destroy_flow_table(rpriv->root_ft); in mlx5e_destroy_rep_root_ft()
1048 dest.ft = rpriv->root_ft; in mlx5e_create_rep_vport_rx_rule()
A Den_rep.h114 struct mlx5_flow_table *root_ft; member
A Dfs_core.c1154 if (root->root_ft) in update_root_ft_create()
1155 min_level = root->root_ft->level; in update_root_ft_create()
1179 root->root_ft = ft; in update_root_ft_create()
2574 if (root->root_ft != ft) in update_root_ft_destroy()
2579 root->root_ft = NULL; in update_root_ft_destroy()
2604 root->root_ft = new_root_ft; in update_root_ft_destroy()
3991 if (!root->root_ft) { in mlx5_fs_add_rx_underlay_qpn()
3996 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn()
4040 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
A Dfs_cmd.c191 root->root_ft->id); in mlx5_cmd_set_slave_root_fdb()
258 ns->root_ft->id); in mlx5_cmd_update_root_ft()
265 ns->root_ft->id); in mlx5_cmd_update_root_ft()
A Dfs_core.h322 struct mlx5_flow_table *root_ft; member
A Deswitch_offloads.c2678 root->root_ft->id); in esw_set_slave_root_fdb()
2685 root->root_ft->id); in esw_set_slave_root_fdb()
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dint_port.c198 dest.ft = uplink_rpriv->root_ft; in mlx5e_int_port_add()
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec_fs.c96 int base_level, struct mlx5_flow_table **root_ft) in ipsec_chains_create() argument
121 *root_ft = ft; in ipsec_chains_create()

Completed in 38 milliseconds