Lines Matching defs:ohdr
267 struct ib_other_headers *ohdr,
275 ohdr->u.ud.imm_data = wqe->wr.ex.imm_data;
290 ohdr->bth[0] = cpu_to_be32(bth0);
291 ohdr->bth[1] = cpu_to_be32(rvt_get_swqe_remote_qpn(wqe));
292 ohdr->bth[2] = cpu_to_be32(mask_psn(wqe->psn));
297 ohdr->u.ud.deth[0] =
300 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
311 struct ib_other_headers *ohdr;
335 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth;
338 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth;
365 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, false);
378 struct ib_other_headers *ohdr;
431 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth;
434 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth;
457 hfi1_make_bth_deth(qp, wqe, ohdr, &pkey, extra_bytes, true);
641 struct ib_other_headers *ohdr;
660 ohdr = &hdr.opah.u.l.oth;
664 ohdr = &hdr.opah.u.oth;
671 ohdr->bth[0] = cpu_to_be32(bth0);
673 ohdr->bth[1] = cpu_to_be32(remote_qpn);
674 ohdr->bth[2] = 0; /* PSN 0 */
703 struct ib_other_headers *ohdr;
718 ohdr = &hdr.ibh.u.l.oth;
722 ohdr = &hdr.ibh.u.oth;
729 ohdr->bth[0] = cpu_to_be32(bth0);
731 ohdr->bth[1] = cpu_to_be32(remote_qpn | (1 << IB_BECN_SHIFT));
732 ohdr->bth[2] = 0; /* PSN 0 */
889 pkey = ib_bth_get_pkey(packet->ohdr);
896 src_qp = ib_get_sqpn(packet->ohdr);
897 solicited = ib_bth_is_solicited(packet->ohdr);
940 ib_get_qkey(packet->ohdr) != qp->qkey))
968 wc.ex.imm_data = packet->ohdr->u.ud.imm_data;