Home
last modified time | relevance | path

Searched refs:MLX5_VPORT_ECPF (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dvport.c52 return ctx->caps->is_ecpf ? vport == MLX5_VPORT_ECPF : in hws_vport_is_esw_mgr_vport()
/linux-6.15/include/linux/mlx5/
H A Deswitch.h220 MLX5_VPORT_ECPF : MLX5_VPORT_PF; in mlx5_eswitch_manager_vport()
H A Dvport.h54 MLX5_VPORT_ECPF = 0xfffe, enumerator
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1295 ret = mlx5_eswitch_load_pf_vf_vport(esw, MLX5_VPORT_ECPF, enabled_events); in mlx5_eswitch_enable_pf_vf_vports()
1318 mlx5_eswitch_unload_pf_vf_vport(esw, MLX5_VPORT_ECPF); in mlx5_eswitch_enable_pf_vf_vports()
1337 mlx5_eswitch_unload_pf_vf_vport(esw, MLX5_VPORT_ECPF); in mlx5_eswitch_disable_pf_vf_vports()
1796 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_ECPF); in mlx5_esw_vports_init()
H A Deswitch_offloads.c1231 vport = mlx5_eswitch_get_vport(esw, MLX5_VPORT_ECPF); in esw_add_fdb_peer_miss_rules()
1232 MLX5_SET(fte_match_set_misc, misc, source_port, MLX5_VPORT_ECPF); in esw_add_fdb_peer_miss_rules()
1297 vport = mlx5_eswitch_get_vport(esw, MLX5_VPORT_ECPF); in esw_add_fdb_peer_miss_rules()
1340 vport = mlx5_eswitch_get_vport(esw, MLX5_VPORT_ECPF); in esw_del_fdb_peer_miss_rules()
4065 if (vport_num == MLX5_VPORT_ECPF && in mlx5_eswitch_vport_has_rep()
H A Den_tc.c5020 if (vport_num >= MLX5_VPORT_ECPF) { in apply_police_params()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_domain.c312 return (caps->is_ecpf && vport == MLX5_VPORT_ECPF) || in dr_domain_is_esw_mgr_vport()