Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h843 struct mlx5_eswitch *slave_esw, int max_slaves);
845 struct mlx5_eswitch *slave_esw);
926 struct mlx5_eswitch *slave_esw, int max_slaves) in mlx5_eswitch_offloads_single_fdb_add_one() argument
933 struct mlx5_eswitch *slave_esw) {} in mlx5_eswitch_offloads_single_fdb_del_one() argument
H A Deswitch_offloads.c2842 struct mlx5_eswitch *slave_esw, int max_slaves) in mlx5_eswitch_offloads_single_fdb_add_one() argument
2847 slave_esw->dev); in mlx5_eswitch_offloads_single_fdb_add_one()
2852 slave_esw->dev, max_slaves); in mlx5_eswitch_offloads_single_fdb_add_one()
2859 esw_set_slave_root_fdb(NULL, slave_esw->dev); in mlx5_eswitch_offloads_single_fdb_add_one()
2864 struct mlx5_eswitch *slave_esw) in mlx5_eswitch_offloads_single_fdb_del_one() argument
2866 esw_set_slave_root_fdb(NULL, slave_esw->dev); in mlx5_eswitch_offloads_single_fdb_del_one()
2867 esw_unset_master_egress_rule(master_esw->dev, slave_esw->dev); in mlx5_eswitch_offloads_single_fdb_del_one()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c564 struct mlx5_eswitch *slave_esw = ldev->pf[i].dev->priv.eswitch; in mlx5_lag_create_single_fdb() local
567 slave_esw, ldev->ports); in mlx5_lag_create_single_fdb()