Home
last modified time | relevance | path

Searched refs:mlx5_eswitch_get_total_vports (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dib_rep.c37 u32 peer_num_ports = mlx5_eswitch_get_total_vports(peer_dev); in mlx5_ib_num_ports_update()
50 u32 num_ports = mlx5_eswitch_get_total_vports(dev); in mlx5_ib_vport_rep_load()
72 u32 peer_n_ports = mlx5_eswitch_get_total_vports(peer_dev); in mlx5_ib_vport_rep_load()
/linux/include/linux/mlx5/
H A Deswitch.h152 u16 mlx5_eswitch_get_total_vports(const struct mlx5_core_dev *dev);
192 static inline u16 mlx5_eswitch_get_total_vports(const struct mlx5_core_dev *dev) in mlx5_eswitch_get_total_vports() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1409 total_vports = mlx5_eswitch_get_total_vports(dev); in mlx5_esw_acls_ns_init()
2357 u16 mlx5_eswitch_get_total_vports(const struct mlx5_core_dev *dev) in mlx5_eswitch_get_total_vports() function
2364 EXPORT_SYMBOL_GPL(mlx5_eswitch_get_total_vports);
H A Den_rep.c829 int num_vports = mlx5_eswitch_get_total_vports(mdev); in mlx5e_rep_max_nch_limit()