Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272325
b: refs/heads/master
c: 01e7da6
h: refs/heads/master
i:
  272323: 50ffa99
v: v3
  • Loading branch information
Kumar Sanghvi authored and Roland Dreier committed Oct 14, 2011
1 parent 0af883a commit cfec475
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 9efe10a1e1a1ab1dba0af0f520e0697f6e81ebf1
refs/heads/master: 01e7da6ba53ca4d6189a1eae45607c0331c871f2
6 changes: 5 additions & 1 deletion trunk/drivers/infiniband/hw/cxgb4/qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,12 @@ static void flush_qp(struct c4iw_qp *qhp)
if (qhp->ibqp.uobject) {
t4_set_wq_in_error(&qhp->wq);
t4_set_cq_in_error(&rchp->cq);
if (schp != rchp)
(*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
if (schp != rchp) {
t4_set_cq_in_error(&schp->cq);
(*schp->ibcq.comp_handler)(&schp->ibcq,
schp->ibcq.cq_context);
}
return;
}
__flush_qp(qhp, rchp, schp);
Expand Down

0 comments on commit cfec475

Please sign in to comment.