Lines Matching defs:ohdr
225 struct ib_other_headers *ohdr,
233 ohdr->u.ud.imm_data = wqe->wr.ex.imm_data;
248 ohdr->bth[0] = cpu_to_be32(bth0);
249 ohdr->bth[1] = cpu_to_be32(rvt_get_swqe_remote_qpn(wqe));
250 ohdr->bth[2] = cpu_to_be32(mask_psn(wqe->psn));
255 ohdr->u.ud.deth[0] =
258 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
269 struct ib_other_headers *ohdr;
293 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth;
296 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth;
323 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, false);
336 struct ib_other_headers *ohdr;
389 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth;
392 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth;
415 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, true);
600 struct ib_other_headers *ohdr;
619 ohdr = &hdr.opah.u.l.oth;
623 ohdr = &hdr.opah.u.oth;
630 ohdr->bth[0] = cpu_to_be32(bth0);
632 ohdr->bth[1] = cpu_to_be32(remote_qpn);
633 ohdr->bth[2] = 0; /* PSN 0 */
662 struct ib_other_headers *ohdr;
677 ohdr = &hdr.ibh.u.l.oth;
681 ohdr = &hdr.ibh.u.oth;
688 ohdr->bth[0] = cpu_to_be32(bth0);
690 ohdr->bth[1] = cpu_to_be32(remote_qpn | (1 << IB_BECN_SHIFT));
691 ohdr->bth[2] = 0; /* PSN 0 */
843 pkey = ib_bth_get_pkey(packet->ohdr);
850 src_qp = ib_get_sqpn(packet->ohdr);
851 solicited = ib_bth_is_solicited(packet->ohdr);
894 ib_get_qkey(packet->ohdr) != qp->qkey))
922 wc.ex.imm_data = packet->ohdr->u.ud.imm_data;