Lines Matching refs:ibp

600 	struct qib_ibport *ibp = to_iport(qp->ibqp.device, qp->port_num);
601 struct qib_pportdata *ppd = ppd_from_ibp(ibp);
629 hwords += qib_make_grh(ibp, &hdr.u.l.grh,
636 bth0 = qib_get_pkey(ibp, qp->s_pkey_index) | (OP(ACKNOWLEDGE) << 24);
645 lrh0 |= ibp->sl_to_vl[rdma_ah_get_sl(&qp->remote_ah_attr)] << 12 |
707 this_cpu_inc(ibp->pmastats->n_unicast_xmit);
712 this_cpu_inc(*ibp->rvp.rc_qacks);
823 struct qib_ibport *ibp;
838 ibp = to_iport(qp->ibqp.device, qp->port_num);
840 ibp->rvp.n_rc_resends++;
842 ibp->rvp.n_rc_resends += (qp->s_psn - psn) & QIB_PSN_MASK;
952 struct qib_ibport *ibp)
966 this_cpu_inc(*ibp->rvp.rc_delayed_comp);
1009 struct qib_ibport *ibp;
1026 ibp = to_iport(qp->ibqp.device, qp->port_num);
1098 wqe = do_rc_completion(qp, wqe, ibp);
1105 this_cpu_inc(*ibp->rvp.rc_acks);
1137 ibp->rvp.n_rnr_naks++;
1152 ibp->rvp.n_rc_resends += (qp->s_psn - psn) & QIB_PSN_MASK;
1169 ibp->rvp.n_seq_naks++;
1182 ibp->rvp.n_other_naks++;
1187 ibp->rvp.n_other_naks++;
1192 ibp->rvp.n_other_naks++;
1223 static void rdma_seq_err(struct rvt_qp *qp, struct qib_ibport *ibp, u32 psn,
1238 wqe = do_rc_completion(qp, wqe, ibp);
1241 ibp->rvp.n_rdma_seq++;
1253 * @ibp: the port this packet came in on
1267 static void qib_rc_rcv_resp(struct qib_ibport *ibp,
1276 struct qib_pportdata *ppd = ppd_from_ibp(ibp);
1459 rdma_seq_err(qp, ibp, psn, rcd);
1498 struct qib_ibport *ibp = to_iport(qp->ibqp.device, qp->port_num);
1511 ibp->rvp.n_rc_seqnak++;
1547 ibp->rvp.n_rc_dupreq++;
1714 struct qib_ibport *ibp = &rcd->ppd->ibport_data;
1737 if (qib_ruc_check_hdr(ibp, hdr, has_grh, qp, opcode))
1751 qib_rc_rcv_resp(ibp, ohdr, data, tlen, qp, opcode, psn,