Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_vport.c52 return ctx->caps->is_ecpf ? vport == MLX5_VPORT_ECPF : in hws_vport_is_esw_mgr_vport()
/linux/include/linux/mlx5/
H A Deswitch.h218 MLX5_VPORT_ECPF : MLX5_VPORT_PF; in mlx5_eswitch_manager_vport()
H A Dvport.h54 MLX5_VPORT_ECPF = 0xfffe, enumerator
/linux/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()
1792 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_ECPF); in mlx5_esw_vports_init()
H A Deswitch_offloads.c1233 vport = mlx5_eswitch_get_vport(esw, MLX5_VPORT_ECPF); in esw_add_fdb_peer_miss_rules()
1234 MLX5_SET(fte_match_set_misc, misc, source_port, MLX5_VPORT_ECPF); in esw_add_fdb_peer_miss_rules()
1299 vport = mlx5_eswitch_get_vport(esw, MLX5_VPORT_ECPF); in esw_add_fdb_peer_miss_rules()
1342 vport = mlx5_eswitch_get_vport(esw, MLX5_VPORT_ECPF); in esw_del_fdb_peer_miss_rules()
4042 if (vport_num == MLX5_VPORT_ECPF && in mlx5_eswitch_vport_has_rep()
H A Den_tc.c5023 if (vport_num >= MLX5_VPORT_ECPF) { in apply_police_params()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_domain.c310 return (caps->is_ecpf && vport == MLX5_VPORT_ECPF) || in dr_domain_is_esw_mgr_vport()