diff options
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/cm.c')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/cm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers/infiniband/hw/cxgb4/cm.c index ebcdb3ff0cf4..5989991e31a1 100644 --- a/drivers/infiniband/hw/cxgb4/cm.c +++ b/drivers/infiniband/hw/cxgb4/cm.c | |||
@@ -1419,9 +1419,9 @@ static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb) | |||
1419 | BUG_ON(!ep->com.qp); | 1419 | BUG_ON(!ep->com.qp); |
1420 | if (ep->com.qp->attr.state == C4IW_QP_STATE_RTS) | 1420 | if (ep->com.qp->attr.state == C4IW_QP_STATE_RTS) |
1421 | pr_err("%s Unexpected streaming data." \ | 1421 | pr_err("%s Unexpected streaming data." \ |
1422 | " ep %p state %d tid %u status %d\n", | 1422 | " qpid %u ep %p state %d tid %u status %d\n", |
1423 | __func__, ep, state_read(&ep->com), | 1423 | __func__, ep->com.qp->wq.sq.qid, ep, |
1424 | ep->hwtid, status); | 1424 | state_read(&ep->com), ep->hwtid, status); |
1425 | attrs.next_state = C4IW_QP_STATE_ERROR; | 1425 | attrs.next_state = C4IW_QP_STATE_ERROR; |
1426 | c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, | 1426 | c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, |
1427 | C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); | 1427 | C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); |