aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_verbs.h
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@pathscale.com>2006-08-25 11:24:41 -0700
committerRoland Dreier <rolandd@cisco.com>2006-09-22 15:22:36 -0700
commitfc8cf8cdfc3ce328c577b18ebcd60a5595f2a283 (patch)
tree55f4240fd9eca1b3d3545881e9cce9c575ddbb7c /drivers/infiniband/hw/ipath/ipath_verbs.h
parentIB/ipath: add serial number to hardware freeze error message (diff)
downloadlinux-dev-fc8cf8cdfc3ce328c577b18ebcd60a5595f2a283.tar.xz
linux-dev-fc8cf8cdfc3ce328c577b18ebcd60a5595f2a283.zip
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.h1
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 {
u8 s_retry; /* requester retry counter */
u8 s_rnr_retry; /* requester RNR retry counter */
u8 s_pkey_index; /* PKEY index to use */
+ u8 timeout; /* Timeout for this QP */
enum ib_mtu path_mtu;
u32 remote_qpn;
u32 qkey; /* QKEY for this QP (for UD or RD) */