Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_vport.c1131 int tbsz; in mlx5_query_hca_vport_gid() local
1136 tbsz = mlx5_get_gid_table_len(MLX5_CAP_GEN(dev, gid_table_size)); in mlx5_query_hca_vport_gid()
1138 if (gid_index > tbsz && gid_index != 0xffff) in mlx5_query_hca_vport_gid()
1142 nout = tbsz; in mlx5_query_hca_vport_gid()
1203 int tbsz; in mlx5_query_hca_vport_pkey() local
1209 tbsz = mlx5_to_sw_pkey_sz(MLX5_CAP_GEN(dev, pkey_table_size)); in mlx5_query_hca_vport_pkey()
1210 if (pkey_index > tbsz && pkey_index != 0xffff) in mlx5_query_hca_vport_pkey()
1214 nout = tbsz; in mlx5_query_hca_vport_pkey()