aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband')
-rw-r--r--drivers/infiniband/hw/mthca/mthca_qp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_qp.c b/drivers/infiniband/hw/mthca/mthca_qp.c
index 361c6ce3a9ff..a09873d2ef5e 100644
--- a/drivers/infiniband/hw/mthca/mthca_qp.c
+++ b/drivers/infiniband/hw/mthca/mthca_qp.c
@@ -2000,8 +2000,8 @@ int mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
2000 wmb(); 2000 wmb();
2001 ((struct mthca_next_seg *) prev_wqe)->ee_nds = 2001 ((struct mthca_next_seg *) prev_wqe)->ee_nds =
2002 cpu_to_be32(MTHCA_NEXT_DBD | size | 2002 cpu_to_be32(MTHCA_NEXT_DBD | size |
2003 ((wr->send_flags & IB_SEND_FENCE) ? 2003 ((wr->send_flags & IB_SEND_FENCE) ?
2004 MTHCA_NEXT_FENCE : 0)); 2004 MTHCA_NEXT_FENCE : 0));
2005 2005
2006 if (!size0) { 2006 if (!size0) {
2007 size0 = size; 2007 size0 = size;