• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/qib/

Lines Matching defs:ibp

656 	struct qib_ibport *ibp = to_iport(qp->ibqp.device, qp->port_num);
657 struct qib_pportdata *ppd = ppd_from_ibp(ibp);
684 hwords += qib_make_grh(ibp, &hdr.u.l.grh,
690 bth0 = qib_get_pkey(ibp, qp->s_pkey_index) | (OP(ACKNOWLEDGE) << 24);
699 lrh0 |= ibp->sl_to_vl[qp->remote_ah_attr.sl] << 12 |
760 ibp->n_unicast_xmit++;
765 ibp->n_rc_qacks++;
876 struct qib_ibport *ibp;
891 ibp = to_iport(qp->ibqp.device, qp->port_num);
893 ibp->n_rc_resends++;
895 ibp->n_rc_resends += (qp->s_psn - psn) & QIB_PSN_MASK;
911 struct qib_ibport *ibp;
917 ibp = to_iport(qp->ibqp.device, qp->port_num);
918 ibp->n_rc_timeouts++;
1060 struct qib_ibport *ibp)
1091 ibp->n_rc_delayed_comp++;
1134 struct qib_ibport *ibp;
1157 ibp = to_iport(qp->ibqp.device, qp->port_num);
1229 wqe = do_rc_completion(qp, wqe, ibp);
1236 ibp->n_rc_acks++;
1265 ibp->n_rnr_naks++;
1280 ibp->n_rc_resends += (qp->s_psn - psn) & QIB_PSN_MASK;
1301 ibp->n_seq_naks++;
1314 ibp->n_other_naks++;
1319 ibp->n_other_naks++;
1324 ibp->n_other_naks++;
1354 static void rdma_seq_err(struct qib_qp *qp, struct qib_ibport *ibp, u32 psn,
1372 wqe = do_rc_completion(qp, wqe, ibp);
1375 ibp->n_rdma_seq++;
1387 * @ibp: the port this packet came in on
1401 static void qib_rc_rcv_resp(struct qib_ibport *ibp,
1571 rdma_seq_err(qp, ibp, psn, rcd);
1610 struct qib_ibport *ibp = to_iport(qp->ibqp.device, qp->port_num);
1623 ibp->n_rc_seqnak++;
1659 ibp->n_rc_dupreq++;
1840 struct qib_ibport *ibp = &rcd->ppd->ibport_data;
1864 if (qib_ruc_check_hdr(ibp, hdr, has_grh, qp, opcode))
1879 qib_rc_rcv_resp(ibp, ohdr, data, tlen, qp, opcode, psn,