Home
last modified time | relevance | path

Searched refs:master_esw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h895 int mlx5_eswitch_offloads_single_fdb_add_one(struct mlx5_eswitch *master_esw,
897 void mlx5_eswitch_offloads_single_fdb_del_one(struct mlx5_eswitch *master_esw,
985 mlx5_eswitch_offloads_single_fdb_add_one(struct mlx5_eswitch *master_esw, in mlx5_eswitch_offloads_single_fdb_add_one() argument
992 mlx5_eswitch_offloads_single_fdb_del_one(struct mlx5_eswitch *master_esw, in mlx5_eswitch_offloads_single_fdb_del_one() argument
H A Deswitch_offloads.c3104 int mlx5_eswitch_offloads_single_fdb_add_one(struct mlx5_eswitch *master_esw, in mlx5_eswitch_offloads_single_fdb_add_one() argument
3109 err = esw_set_slave_root_fdb(master_esw->dev, in mlx5_eswitch_offloads_single_fdb_add_one()
3114 err = esw_set_master_egress_rule(master_esw->dev, in mlx5_eswitch_offloads_single_fdb_add_one()
3126 void mlx5_eswitch_offloads_single_fdb_del_one(struct mlx5_eswitch *master_esw, in mlx5_eswitch_offloads_single_fdb_del_one() argument
3130 esw_unset_master_egress_rule(master_esw->dev, slave_esw->dev); in mlx5_eswitch_offloads_single_fdb_del_one()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c823 struct mlx5_eswitch *master_esw; in mlx5_lag_create_single_fdb() local
832 master_esw = dev0->priv.eswitch; in mlx5_lag_create_single_fdb()
841 err = mlx5_eswitch_offloads_single_fdb_add_one(master_esw, in mlx5_lag_create_single_fdb()
851 mlx5_eswitch_offloads_single_fdb_del_one(master_esw, in mlx5_lag_create_single_fdb()
967 struct mlx5_eswitch *master_esw; in mlx5_deactivate_lag() local
976 master_esw = dev0->priv.eswitch; in mlx5_deactivate_lag()
985 mlx5_eswitch_offloads_single_fdb_del_one(master_esw, in mlx5_deactivate_lag()