Searched refs:root_ft (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_rep.c | 724 rpriv->root_ft = mlx5_get_ttc_flow_table(priv->fs.ttc); in mlx5e_create_rep_root_ft() 739 rpriv->root_ft = mlx5_create_flow_table(ns, &ft_attr); in mlx5e_create_rep_root_ft() 740 if (IS_ERR(rpriv->root_ft)) { in mlx5e_create_rep_root_ft() 741 err = PTR_ERR(rpriv->root_ft); in mlx5e_create_rep_root_ft() 742 rpriv->root_ft = NULL; in mlx5e_create_rep_root_ft() 755 mlx5_destroy_flow_table(rpriv->root_ft); in mlx5e_destroy_rep_root_ft() 767 dest.ft = rpriv->root_ft; in mlx5e_create_rep_vport_rx_rule()
|
| A D | en_rep.h | 111 struct mlx5_flow_table *root_ft; member
|
| A D | fs_core.c | 944 if (root->root_ft) in update_root_ft_create() 945 min_level = root->root_ft->level; in update_root_ft_create() 969 root->root_ft = ft; in update_root_ft_create() 2101 if (root->root_ft != ft) in update_root_ft_destroy() 2106 root->root_ft = NULL; in update_root_ft_destroy() 2131 root->root_ft = new_root_ft; in update_root_ft_destroy() 3125 if (!root->root_ft) { in mlx5_fs_add_rx_underlay_qpn() 3130 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn() 3174 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn()
|
| A D | fs_core.h | 273 struct mlx5_flow_table *root_ft; member
|
| A D | fs_cmd.c | 182 root->root_ft->id); in mlx5_cmd_set_slave_root_fdb() 245 ns->root_ft->id); in mlx5_cmd_update_root_ft()
|
| A D | eswitch_offloads.c | 2415 root->root_ft->id); in esw_set_uplink_slave_ingress_root() 2424 MLX5_SET(set_flow_table_root_in, in, table_id, root->root_ft->id); in esw_set_uplink_slave_ingress_root() 2458 root->root_ft->id); in esw_set_slave_root_fdb() 2465 root->root_ft->id); in esw_set_slave_root_fdb()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| A D | int_port.c | 198 dest.ft = uplink_rpriv->root_ft; in mlx5e_int_port_add()
|
Completed in 35 milliseconds