Searched refs:mlx5_eswitch_get_total_vports (Results 1 – 6 of 6) sorted by relevance
67 u16 mlx5_eswitch_get_total_vports(const struct mlx5_core_dev *dev);
32 int num_ports = mlx5_eswitch_get_total_vports(dev); in mlx5_ib_vport_rep_load()
220 dmn->info.caps.num_esw_ports = mlx5_eswitch_get_total_vports(mdev); in dr_domain_caps_init()
2131 if (!steering || vport >= mlx5_eswitch_get_total_vports(dev)) in mlx5_get_flow_vport_acl_namespace()2464 for (i = 0; i < mlx5_eswitch_get_total_vports(dev); i++) in cleanup_egress_acls_root_ns()2479 for (i = 0; i < mlx5_eswitch_get_total_vports(dev); i++) in cleanup_ingress_acls_root_ns()2654 int total_vports = mlx5_eswitch_get_total_vports(dev); in init_egress_acls_root_ns()2684 int total_vports = mlx5_eswitch_get_total_vports(dev); in init_ingress_acls_root_ns()
1179 u16 mlx5_eswitch_get_total_vports(const struct mlx5_core_dev *dev) in mlx5_eswitch_get_total_vports() function1183 EXPORT_SYMBOL(mlx5_eswitch_get_total_vports);
1967 total_vports = mlx5_eswitch_get_total_vports(dev); in mlx5_eswitch_init()