Home
last modified time | relevance | path

Searched refs:MLX5_VPORT_PF (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h487 MLX5_VPORT_ECPF : MLX5_VPORT_PF; in mlx5_eswitch_manager_vport()
499 MLX5_VPORT_PF : MLX5_VPORT_FIRST_VF; in mlx5_eswitch_first_host_vport_num()
566 for ((i) = MLX5_VPORT_PF; \
573 (i) >= MLX5_VPORT_PF; (i)--)
589 for ((i) = MLX5_VPORT_PF; \
H A Deswitch_offloads.c951 spec, MLX5_VPORT_PF); in esw_add_fdb_peer_miss_rules()
959 flows[MLX5_VPORT_PF] = flow; in esw_add_fdb_peer_miss_rules()
1001 mlx5_del_flow_rules(flows[MLX5_VPORT_PF]); in esw_add_fdb_peer_miss_rules()
1025 mlx5_del_flow_rules(flows[MLX5_VPORT_PF]); in esw_del_fdb_peer_miss_rules()
1818 rep = mlx5_eswitch_get_rep(esw, MLX5_VPORT_PF); in __unload_reps_all_vport()
2720 if (vport_num == MLX5_VPORT_PF && in mlx5_eswitch_vport_has_rep()
H A Deswitch.c1308 if (mlx5_core_is_ecpf(esw->dev) && vport_num == MLX5_VPORT_PF) in esw_enable_vport()
1494 ret = mlx5_eswitch_load_vport(esw, MLX5_VPORT_PF, enabled_events); in mlx5_eswitch_enable_pf_vf_vports()
1517 mlx5_eswitch_unload_vport(esw, MLX5_VPORT_PF); in mlx5_eswitch_enable_pf_vf_vports()
1531 mlx5_eswitch_unload_vport(esw, MLX5_VPORT_PF); in mlx5_eswitch_disable_pf_vf_vports()
1883 return vport_num == MLX5_VPORT_PF || in is_port_function_supported()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Ddevlink_port.c21 (mlx5_core_is_ecpf(esw->dev) && vport_num == MLX5_VPORT_PF) || in mlx5_esw_devlink_port_supported()
51 } else if (vport_num == MLX5_VPORT_PF) { in mlx5_esw_dl_port_alloc()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dvport.h60 MLX5_VPORT_PF = 0x0, enumerator