Searched refs:mlx5_esw_is_manager_vport (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | legacy.c | 354 if (mlx5_esw_is_manager_vport(esw, vport->vport)) in esw_legacy_vport_acl_setup() 375 if (mlx5_esw_is_manager_vport(esw, vport->vport)) in esw_legacy_vport_acl_cleanup()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.c | 315 if (mlx5_esw_is_manager_vport(esw, vport)) in esw_add_uc_addr() 348 if (!vaddr->mpfs || mlx5_esw_is_manager_vport(esw, vport)) in esw_del_uc_addr() 853 if (mlx5_esw_is_manager_vport(esw, vport_num)) in esw_vport_setup() 891 if (!mlx5_esw_is_manager_vport(esw, vport_num)) in esw_vport_cleanup() 926 if (mlx5_esw_is_manager_vport(esw, vport_num) || in mlx5_esw_vport_enable() 930 if (!mlx5_esw_is_manager_vport(esw, vport_num) && in mlx5_esw_vport_enable() 974 if (!mlx5_esw_is_manager_vport(esw, vport_num) && in mlx5_esw_vport_disable()
|
H A D | eswitch.h | 632 mlx5_esw_is_manager_vport(const struct mlx5_eswitch *esw, u16 vport_num) in mlx5_esw_is_manager_vport() function
|