Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272326
b: refs/heads/master
c: e14d62c
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Lallinger authored and Roland Dreier committed Oct 14, 2011
1 parent cfec475 commit 031fef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01e7da6ba53ca4d6189a1eae45607c0331c871f2
refs/heads/master: e14d62c05c0b8eff61c6fd46b4a78fb27c8cf38b
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/cxgb4/cq.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq)
V_CQE_OPCODE(FW_RI_SEND) |
V_CQE_TYPE(0) |
V_CQE_SWCQE(1) |
V_CQE_QPID(wq->rq.qid));
V_CQE_QPID(wq->sq.qid));
cqe.bits_type_ts = cpu_to_be64(V_CQE_GENBIT((u64)cq->gen));
cq->sw_queue[cq->sw_pidx] = cqe;
t4_swcq_produce(cq);
Expand Down

0 comments on commit 031fef7

Please sign in to comment.