diff options
author | Steve Wise <swise@opengridcomputing.com> | 2014-03-19 17:44:43 +0530 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2014-03-20 10:01:30 -0700 |
commit | ba32de9d8d8173a1d6dd1ed608c519d5d0a623bb (patch) | |
tree | bad21ff7d4aa480f7516403fa0e635d31afff83a /drivers/infiniband/hw/cxgb4/iw_cxgb4.h | |
parent | 8a9c399eeee8c2d99e22b975f6023001a1fde88f (diff) | |
download | lwn-ba32de9d8d8173a1d6dd1ed608c519d5d0a623bb.tar.gz lwn-ba32de9d8d8173a1d6dd1ed608c519d5d0a623bb.zip |
RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributes
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/iw_cxgb4.h')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h index 23eaeabab93b..b810d2a89d05 100644 --- a/drivers/infiniband/hw/cxgb4/iw_cxgb4.h +++ b/drivers/infiniband/hw/cxgb4/iw_cxgb4.h @@ -441,6 +441,7 @@ struct c4iw_qp { atomic_t refcnt; wait_queue_head_t wait; struct timer_list timer; + int sq_sig_all; }; static inline struct c4iw_qp *to_c4iw_qp(struct ib_qp *ibqp) |