diff options
author | Steve Wise <swise@opengridcomputing.com> | 2010-06-23 19:46:55 +0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-08-08 10:08:47 +0400 |
commit | 93fb72e443b9fcbef598faa05478883952edca77 (patch) | |
tree | a9d58122bf50b6a988c40bc7a487363f8023492e /drivers/infiniband/hw/cxgb4/t4.h | |
parent | 2d53056973079e6c2ffc0d7ae3afbdd3d4f18ae3 (diff) | |
download | linux-93fb72e443b9fcbef598faa05478883952edca77.tar.xz |
RDMA/cxgb4: Obtain RDMA QID ranges from LLD/FW
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/t4.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/t4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/cxgb4/t4.h b/drivers/infiniband/hw/cxgb4/t4.h index aef55f42bea4..24f369046ef3 100644 --- a/drivers/infiniband/hw/cxgb4/t4.h +++ b/drivers/infiniband/hw/cxgb4/t4.h @@ -36,8 +36,6 @@ #include "t4_msg.h" #include "t4fw_ri_api.h" -#define T4_QID_BASE 1024 -#define T4_MAX_QIDS 256 #define T4_MAX_NUM_QP (1<<16) #define T4_MAX_NUM_CQ (1<<15) #define T4_MAX_NUM_PD (1<<15) |