diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/qp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/qp.c b/drivers/infiniband/hw/cxgb4/qp.c index 45aedf1d9338..5213bab2d19b 100644 --- a/drivers/infiniband/hw/cxgb4/qp.c +++ b/drivers/infiniband/hw/cxgb4/qp.c | |||
@@ -1155,7 +1155,7 @@ static int ring_kernel_db(struct c4iw_qp *qhp, u32 qid, u16 inc) | |||
1155 | */ | 1155 | */ |
1156 | if (cxgb4_dbfifo_count(qhp->rhp->rdev.lldi.ports[0], 1) < | 1156 | if (cxgb4_dbfifo_count(qhp->rhp->rdev.lldi.ports[0], 1) < |
1157 | (qhp->rhp->rdev.lldi.dbfifo_int_thresh << 5)) { | 1157 | (qhp->rhp->rdev.lldi.dbfifo_int_thresh << 5)) { |
1158 | writel(V_QID(qid) | V_PIDX(inc), qhp->wq.db); | 1158 | writel(QID(qid) | PIDX(inc), qhp->wq.db); |
1159 | break; | 1159 | break; |
1160 | } | 1160 | } |
1161 | set_current_state(TASK_UNINTERRUPTIBLE); | 1161 | set_current_state(TASK_UNINTERRUPTIBLE); |