diff options
author | Roland Dreier <rolandd@cisco.com> | 2010-05-05 17:45:40 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-05-05 17:45:40 -0400 |
commit | be4c9bad9d0edb6bc3bd8fffc2f98e0e2112da39 (patch) | |
tree | 1fbe204cb8f386e35581bd9fa8ea835950b076c4 /drivers/infiniband/hw/cxgb4/ev.c | |
parent | cfdda9d764362ab77b11a410bb928400e6520d57 (diff) |
MAINTAINERS: Add cxgb4 and iw_cxgb4 entries
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/ev.c')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/ev.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/cxgb4/ev.c b/drivers/infiniband/hw/cxgb4/ev.c index 1bd6a3e531af..491e76a0327f 100644 --- a/drivers/infiniband/hw/cxgb4/ev.c +++ b/drivers/infiniband/hw/cxgb4/ev.c | |||
@@ -51,8 +51,8 @@ static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, | |||
51 | return; | 51 | return; |
52 | } | 52 | } |
53 | 53 | ||
54 | printk(KERN_ERR "%s - AE qpid 0x%x opcode %d status 0x%x " | 54 | printk(KERN_ERR MOD "AE qpid 0x%x opcode %d status 0x%x " |
55 | "type %d wrid.hi 0x%x wrid.lo 0x%x\n", __func__, | 55 | "type %d wrid.hi 0x%x wrid.lo 0x%x\n", |
56 | CQE_QPID(err_cqe), CQE_OPCODE(err_cqe), | 56 | CQE_QPID(err_cqe), CQE_OPCODE(err_cqe), |
57 | CQE_STATUS(err_cqe), CQE_TYPE(err_cqe), | 57 | CQE_STATUS(err_cqe), CQE_TYPE(err_cqe), |
58 | CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe)); | 58 | CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe)); |
@@ -60,7 +60,7 @@ static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, | |||
60 | if (qhp->attr.state == C4IW_QP_STATE_RTS) { | 60 | if (qhp->attr.state == C4IW_QP_STATE_RTS) { |
61 | attrs.next_state = C4IW_QP_STATE_TERMINATE; | 61 | attrs.next_state = C4IW_QP_STATE_TERMINATE; |
62 | c4iw_modify_qp(qhp->rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, | 62 | c4iw_modify_qp(qhp->rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, |
63 | &attrs, 0); | 63 | &attrs, 1); |
64 | } | 64 | } |
65 | 65 | ||
66 | event.event = ib_event; | 66 | event.event = ib_event; |