diff options
author | Mitesh Ahuja <mitesh.ahuja@emulex.Com> | 2014-06-10 19:32:22 +0530 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2014-08-01 15:07:37 -0700 |
commit | 033edd4dff23708c35120d9297fc898ef284bc7d (patch) | |
tree | 9f4cde513fe33440f3a022dd3ac97201336274d0 /drivers/infiniband/hw/ocrdma/ocrdma_sli.h | |
parent | 6dab02648c4c8bb58b35efccf29291d7970aeb68 (diff) | |
download | linux-033edd4dff23708c35120d9297fc898ef284bc7d.tar.gz linux-033edd4dff23708c35120d9297fc898ef284bc7d.tar.bz2 linux-033edd4dff23708c35120d9297fc898ef284bc7d.zip |
RDMA/ocrdma: Return proper value for max_mr_size
Update the max_mr_size with proper value. Corrected the response
structure of query config mailbox command.
Signed-off-by: Mitesh Ahuja <mitesh.ahuja@emulex.Com>
Signed-off-by: Selvin Xavier <selvin.xavier@emulex.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/ocrdma/ocrdma_sli.h')
-rw-r--r-- | drivers/infiniband/hw/ocrdma/ocrdma_sli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_sli.h b/drivers/infiniband/hw/ocrdma/ocrdma_sli.h index 14a84b269cc0..3cb88f040ca1 100644 --- a/drivers/infiniband/hw/ocrdma/ocrdma_sli.h +++ b/drivers/infiniband/hw/ocrdma/ocrdma_sli.h @@ -530,8 +530,8 @@ struct ocrdma_mbx_query_config { u32 max_ird_ord_per_qp; u32 max_shared_ird_ord; u32 max_mr; - u32 max_mr_size_lo; u32 max_mr_size_hi; + u32 max_mr_size_lo; u32 max_num_mr_pbl; u32 max_mw; u32 max_fmr; |