| .. | .. |
|---|
| 313 | 313 | __func__, info->qp_cq_id); |
|---|
| 314 | 314 | continue; |
|---|
| 315 | 315 | } |
|---|
| 316 | | - i40iw_add_ref(&iwqp->ibqp); |
|---|
| 316 | + i40iw_qp_add_ref(&iwqp->ibqp); |
|---|
| 317 | 317 | spin_unlock_irqrestore(&iwdev->qptable_lock, flags); |
|---|
| 318 | 318 | qp = &iwqp->sc_qp; |
|---|
| 319 | 319 | spin_lock_irqsave(&iwqp->lock, flags); |
|---|
| .. | .. |
|---|
| 353 | 353 | i40iw_cm_disconn(iwqp); |
|---|
| 354 | 354 | break; |
|---|
| 355 | 355 | case I40IW_AE_BAD_CLOSE: |
|---|
| 356 | | - /* fall through */ |
|---|
| 357 | 356 | case I40IW_AE_RESET_SENT: |
|---|
| 358 | 357 | i40iw_next_iw_state(iwqp, I40IW_QP_STATE_ERROR, 1, 0, 0); |
|---|
| 359 | 358 | i40iw_cm_disconn(iwqp); |
|---|
| .. | .. |
|---|
| 413 | 412 | case I40IW_AE_UDA_XMIT_DGRAM_TOO_LONG: |
|---|
| 414 | 413 | case I40IW_AE_UDA_XMIT_DGRAM_TOO_SHORT: |
|---|
| 415 | 414 | ctx_info->err_rq_idx_valid = false; |
|---|
| 416 | | - /* fall through */ |
|---|
| 415 | + fallthrough; |
|---|
| 417 | 416 | default: |
|---|
| 418 | 417 | if (!info->sq && ctx_info->err_rq_idx_valid) { |
|---|
| 419 | 418 | ctx_info->err_rq_idx = info->wqe_idx; |
|---|
| .. | .. |
|---|
| 427 | 426 | break; |
|---|
| 428 | 427 | } |
|---|
| 429 | 428 | if (info->qp) |
|---|
| 430 | | - i40iw_rem_ref(&iwqp->ibqp); |
|---|
| 429 | + i40iw_qp_rem_ref(&iwqp->ibqp); |
|---|
| 431 | 430 | } while (1); |
|---|
| 432 | 431 | |
|---|
| 433 | 432 | if (aeqcnt) |
|---|