diff options
author | Devesh Sharma <devesh.sharma@emulex.com> | 2014-06-10 16:02:17 +0200 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2014-08-02 00:07:36 +0200 |
commit | a53d77a33494a3d1d5c797df311c975a05d69ef3 (patch) | |
tree | 882f4b390bf4b6b5991f532c58f3e85d840e1893 /drivers/infiniband/hw/ocrdma/ocrdma_sli.h | |
parent | RDMA/ocrdma: Handle shutdown event from be2net driver (diff) | |
download | linux-a53d77a33494a3d1d5c797df311c975a05d69ef3.tar.xz linux-a53d77a33494a3d1d5c797df311c975a05d69ef3.zip |
RDMA/ocrdma: Remove hardcoding of the max DPP QPs supported
Removing hardcoded value of max dpp qps and calculate the same from
doorbell page size and WQE size.
Signed-off-by: Devesh Sharma <devesh.sharma@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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ocrdma/ocrdma_sli.h b/drivers/infiniband/hw/ocrdma/ocrdma_sli.h index 4defae8f63df..14a84b269cc0 100644 --- a/drivers/infiniband/hw/ocrdma/ocrdma_sli.h +++ b/drivers/infiniband/hw/ocrdma/ocrdma_sli.h @@ -1236,7 +1236,6 @@ struct ocrdma_destroy_srq { enum { OCRDMA_ALLOC_PD_ENABLE_DPP = BIT(16), - OCRDMA_PD_MAX_DPP_ENABLED_QP = 8, OCRDMA_DPP_PAGE_SIZE = 4096 }; |