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,
979 mlx5_eswitch_offloads_single_fdb_add_one(struct mlx5_eswitch *master_esw, in mlx5_eswitch_offloads_single_fdb_add_one() argument
986 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.c3029 int mlx5_eswitch_offloads_single_fdb_add_one(struct mlx5_eswitch *master_esw, in mlx5_eswitch_offloads_single_fdb_add_one() argument
3034 err = esw_set_slave_root_fdb(master_esw->dev, in mlx5_eswitch_offloads_single_fdb_add_one()
3039 err = esw_set_master_egress_rule(master_esw->dev, in mlx5_eswitch_offloads_single_fdb_add_one()
3051 void mlx5_eswitch_offloads_single_fdb_del_one(struct mlx5_eswitch *master_esw, in mlx5_eswitch_offloads_single_fdb_del_one() argument
3055 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.c665 struct mlx5_eswitch *master_esw; in mlx5_lag_create_single_fdb() local
674 master_esw = dev0->priv.eswitch; in mlx5_lag_create_single_fdb()
678 err = mlx5_eswitch_offloads_single_fdb_add_one(master_esw, in mlx5_lag_create_single_fdb()
686 mlx5_eswitch_offloads_single_fdb_del_one(master_esw, in mlx5_lag_create_single_fdb()
800 struct mlx5_eswitch *master_esw; in mlx5_deactivate_lag() local
809 master_esw = dev0->priv.eswitch; in mlx5_deactivate_lag()
816 mlx5_eswitch_offloads_single_fdb_del_one(master_esw, in mlx5_deactivate_lag()