Searched refs:MLX5_VPORT_ECPF (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws_vport.c | 52 return ctx->caps->is_ecpf ? vport == MLX5_VPORT_ECPF : in hws_vport_is_esw_mgr_vport()
|
/linux/include/linux/mlx5/ |
H A D | eswitch.h | 218 MLX5_VPORT_ECPF : MLX5_VPORT_PF; in mlx5_eswitch_manager_vport()
|
H A D | vport.h | 54 MLX5_VPORT_ECPF = 0xfffe, enumerator
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.c | 1295 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() 1793 err = mlx5_esw_vport_alloc(esw, idx, MLX5_VPORT_ECPF); in mlx5_esw_vports_init()
|
H A D | eswitch_offloads.c | 1233 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() 4045 if (vport_num == MLX5_VPORT_ECPF && in mlx5_eswitch_vport_has_rep()
|
H A D | en_tc.c | 5023 if (vport_num >= MLX5_VPORT_ECPF) { in apply_police_params()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_domain.c | 310 return (caps->is_ecpf && vport == MLX5_VPORT_ECPF) || in dr_domain_is_esw_mgr_vport()
|