Home
last modified time | relevance | path

Searched refs:mlx5_esw_is_manager_vport (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c513 if (mlx5_esw_is_manager_vport(esw, vport)) in esw_add_uc_addr()
545 if (!vaddr->mpfs || mlx5_esw_is_manager_vport(esw, vport)) in esw_del_uc_addr()
1177 if (mlx5_esw_is_manager_vport(esw, vport->vport)) in esw_vport_create_legacy_acl_tables()
1209 if (mlx5_esw_is_manager_vport(esw, vport->vport)) in esw_vport_destroy_legacy_acl_tables()
1238 if (mlx5_esw_is_manager_vport(esw, vport_num)) in esw_vport_setup()
1267 if (!mlx5_esw_is_manager_vport(esw, vport_num)) in esw_vport_cleanup()
1301 if (mlx5_esw_is_manager_vport(esw, vport_num) || in esw_enable_vport()
H A Deswitch.h491 mlx5_esw_is_manager_vport(const struct mlx5_eswitch *esw, u16 vport_num) in mlx5_esw_is_manager_vport() function