diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2006-08-25 14:24:41 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-09-22 18:22:36 -0400 |
commit | fc8cf8cdfc3ce328c577b18ebcd60a5595f2a283 (patch) | |
tree | 55f4240fd9eca1b3d3545881e9cce9c575ddbb7c /drivers/infiniband/hw/ipath/ipath_verbs.h | |
parent | ff0b8597ec3e7db6b37130a195cb3d673dafea27 (diff) |
IB/ipath: be more strict about testing the modify QP verb
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_verbs.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_verbs.h b/drivers/infiniband/hw/ipath/ipath_verbs.h index 9cc0dbfe8602..f2956090d93f 100644 --- a/drivers/infiniband/hw/ipath/ipath_verbs.h +++ b/drivers/infiniband/hw/ipath/ipath_verbs.h | |||
@@ -371,6 +371,7 @@ struct ipath_qp { | |||
371 | u8 s_retry; /* requester retry counter */ | 371 | u8 s_retry; /* requester retry counter */ |
372 | u8 s_rnr_retry; /* requester RNR retry counter */ | 372 | u8 s_rnr_retry; /* requester RNR retry counter */ |
373 | u8 s_pkey_index; /* PKEY index to use */ | 373 | u8 s_pkey_index; /* PKEY index to use */ |
374 | u8 timeout; /* Timeout for this QP */ | ||
374 | enum ib_mtu path_mtu; | 375 | enum ib_mtu path_mtu; |
375 | u32 remote_qpn; | 376 | u32 remote_qpn; |
376 | u32 qkey; /* QKEY for this QP (for UD or RD) */ | 377 | u32 qkey; /* QKEY for this QP (for UD or RD) */ |