|
@@ -135,7 +135,7 @@ static int mlx4_ib_query_device(struct ib_device *ibdev,
|
|
|
props->max_srq = dev->dev->caps.num_srqs - dev->dev->caps.reserved_srqs;
|
|
|
props->max_srq_wr = dev->dev->caps.max_srq_wqes - 1;
|
|
|
props->max_srq_sge = dev->dev->caps.max_srq_sge;
|
|
|
- props->max_fast_reg_page_list_len = PAGE_SIZE / sizeof (u64);
|
|
|
+ props->max_fast_reg_page_list_len = MLX4_MAX_FAST_REG_PAGES;
|
|
|
props->local_ca_ack_delay = dev->dev->caps.local_ca_ack_delay;
|
|
|
props->atomic_cap = dev->dev->caps.flags & MLX4_DEV_CAP_FLAG_ATOMIC ?
|
|
|
IB_ATOMIC_HCA : IB_ATOMIC_NONE;
|