|
@@ -44,16 +44,6 @@ static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp,
|
|
|
struct c4iw_qp_attributes attrs;
|
|
|
unsigned long flag;
|
|
|
|
|
|
- if ((qhp->attr.state == C4IW_QP_STATE_ERROR) ||
|
|
|
- (qhp->attr.state == C4IW_QP_STATE_TERMINATE)) {
|
|
|
- pr_err("%s AE after RTS - qpid 0x%x opcode %d status 0x%x "\
|
|
|
- "type %d wrid.hi 0x%x wrid.lo 0x%x\n",
|
|
|
- __func__, CQE_QPID(err_cqe), CQE_OPCODE(err_cqe),
|
|
|
- CQE_STATUS(err_cqe), CQE_TYPE(err_cqe),
|
|
|
- CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe));
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
printk(KERN_ERR MOD "AE qpid 0x%x opcode %d status 0x%x "
|
|
|
"type %d wrid.hi 0x%x wrid.lo 0x%x\n",
|
|
|
CQE_QPID(err_cqe), CQE_OPCODE(err_cqe),
|