Searched refs:num_mpts (Results 1 – 11 of 11) sorted by relevance
434 (dev->caps.num_mpts - 1)); in mlx4_mr_free_reserved()511 key_to_hw_index(mr->key) & (dev->caps.num_mpts - 1)); in mlx4_mr_enable()703 (dev->caps.num_mpts - 1)); in mlx4_mw_enable()730 (dev->caps.num_mpts - 1)); in mlx4_mw_free()753 if (!is_power_of_2(dev->caps.num_mpts)) in mlx4_init_mr_table()756 err = mlx4_bitmap_init(&mr_table->mpt_bitmap, dev->caps.num_mpts, in mlx4_init_mr_table()844 key += dev->caps.num_mpts; in mlx4_map_phys_fmr()949 key = key_to_hw_index(fmr->mr.key) & (dev->caps.num_mpts - 1); in mlx4_fmr_unmap()
215 dev->caps.num_mpts = profile[i].num; in mlx4_make_profile()
1050 dev->caps.num_mpts = 1 << hca_param.log_mpt_sz; in mlx4_slave_cap()1602 dev->caps.num_mpts, in mlx4_init_icm()2088 dev->caps.max_fmr_maps = (1 << (32 - ilog2(dev->caps.num_mpts))) - 1; in mlx4_init_hca()
408 dev->quotas.mpt = dev->caps.num_mpts - dev->caps.reserved_mrws; in mlx4_init_quotas()485 t, dev->caps.num_mpts - in mlx4_init_resource_tracker()737 return dev->caps.num_mpts - 1; in mpt_mask()
378 size = dev->caps.num_mpts; in mlx4_QUERY_FUNC_CAP_wrapper()
496 key & (dev->limits.num_mpts - 1), in mthca_mr_alloc()570 (dev->limits.num_mpts - 1), in mthca_free_mr()609 idx = key & (dev->limits.num_mpts - 1); in mthca_fmr_alloc()671 key & (dev->limits.num_mpts - 1), in mthca_fmr_alloc()756 key += dev->limits.num_mpts; in mthca_tavor_map_phys_fmr()799 key += dev->limits.num_mpts; in mthca_arbel_map_phys_fmr()853 dev->limits.num_mpts, in mthca_init_mr_table()887 mpts = dev->limits.num_mpts; in mthca_init_mr_table()
226 dev->limits.num_mpts = profile[i].num; in mthca_make_profile()
160 int num_mpts; member
104 props->max_mr = mdev->limits.num_mpts - mdev->limits.reserved_mrws; in mthca_query_device()129 (1 << (32 - ilog2(mdev->limits.num_mpts))) - 1; in mthca_query_device()
485 mdev->limits.num_mpts, in mthca_init_icm()
499 int num_mpts; member