Home
last modified time | relevance | path

Searched refs:mlx5_ecpf_vport_exists (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1294 if (mlx5_ecpf_vport_exists(esw->dev)) { in mlx5_eswitch_enable_pf_vf_vports()
1317 if (mlx5_ecpf_vport_exists(esw->dev)) in mlx5_eswitch_enable_pf_vf_vports()
1334 if (mlx5_ecpf_vport_exists(esw->dev)) { in mlx5_eswitch_disable_pf_vf_vports()
1791 if (mlx5_ecpf_vport_exists(dev) || in mlx5_esw_vports_init()
H A Deswitch_offloads.c1232 if (mlx5_ecpf_vport_exists(esw->dev)) { in esw_add_fdb_peer_miss_rules()
1298 if (mlx5_ecpf_vport_exists(esw->dev)) { in esw_add_fdb_peer_miss_rules()
1341 if (mlx5_ecpf_vport_exists(esw->dev)) { in esw_del_fdb_peer_miss_rules()
4043 !mlx5_ecpf_vport_exists(esw->dev)) in mlx5_eswitch_vport_has_rep()
/linux/include/linux/mlx5/
H A Ddriver.h1247 static inline bool mlx5_ecpf_vport_exists(const struct mlx5_core_dev *dev) in mlx5_ecpf_vport_exists() function