Lines Matching refs:ud
68 qp = ipath_lookup_qpn(&dev->qp_table, swqe->wr.wr.ud.remote_qpn); in ipath_ud_loopback()
80 ((int) swqe->wr.wr.ud.remote_qkey < 0 ? in ipath_ud_loopback()
81 sqp->qkey : swqe->wr.wr.ud.remote_qkey) != qp->qkey)) { in ipath_ud_loopback()
178 ah_attr = &to_iah(swqe->wr.wr.ud.ah)->attr; in ipath_ud_loopback()
283 ah_attr = &to_iah(wqe->wr.wr.ud.ah)->attr; in ipath_make_ud_req()
345 ohdr->u.ud.imm_data = wqe->wr.ex.imm_data; in ipath_make_ud_req()
375 cpu_to_be32(wqe->wr.wr.ud.remote_qpn); in ipath_make_ud_req()
381 ohdr->u.ud.deth[0] = cpu_to_be32((int)wqe->wr.wr.ud.remote_qkey < 0 ? in ipath_make_ud_req()
382 qp->qkey : wqe->wr.wr.ud.remote_qkey); in ipath_make_ud_req()
383 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num); in ipath_make_ud_req()
426 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in ipath_ud_rcv()
427 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]); in ipath_ud_rcv()
443 qkey = be32_to_cpu(ohdr->u.ud.deth[0]); in ipath_ud_rcv()
444 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]); in ipath_ud_rcv()
486 wc.ex.imm_data = ohdr->u.ud.imm_data; in ipath_ud_rcv()