Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h896 struct mlx5_eswitch *slave_esw, int max_slaves);
898 struct mlx5_eswitch *slave_esw);
986 struct mlx5_eswitch *slave_esw, int max_slaves) in mlx5_eswitch_offloads_single_fdb_add_one() argument
993 struct mlx5_eswitch *slave_esw) {} in mlx5_eswitch_offloads_single_fdb_del_one() argument
H A Deswitch_offloads.c3105 struct mlx5_eswitch *slave_esw, int max_slaves) in mlx5_eswitch_offloads_single_fdb_add_one() argument
3110 slave_esw->dev); in mlx5_eswitch_offloads_single_fdb_add_one()
3115 slave_esw->dev, max_slaves); in mlx5_eswitch_offloads_single_fdb_add_one()
3122 esw_set_slave_root_fdb(NULL, slave_esw->dev); in mlx5_eswitch_offloads_single_fdb_add_one()
3127 struct mlx5_eswitch *slave_esw) in mlx5_eswitch_offloads_single_fdb_del_one() argument
3129 esw_set_slave_root_fdb(NULL, slave_esw->dev); in mlx5_eswitch_offloads_single_fdb_del_one()
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.c834 struct mlx5_eswitch *slave_esw; in mlx5_lag_create_single_fdb() local
839 slave_esw = mlx5_lag_pf(ldev, i)->dev->priv.eswitch; in mlx5_lag_create_single_fdb()
842 slave_esw, ldev->ports); in mlx5_lag_create_single_fdb()