Lines Matching refs:ohdr
234 struct ib_other_headers *ohdr;
329 ohdr = &priv->s_hdr->u.l.oth;
337 ohdr = &priv->s_hdr->u.oth;
341 ohdr->u.ud.imm_data = wqe->wr.ex.imm_data;
368 ohdr->bth[0] = cpu_to_be32(bth0);
372 ohdr->bth[1] = rdma_ah_get_dlid(ah_attr) >=
377 ohdr->bth[2] = cpu_to_be32(wqe->psn & QIB_PSN_MASK);
382 ohdr->u.ud.deth[0] =
385 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
430 struct ib_other_headers *ohdr;
441 ohdr = &hdr->u.oth;
444 ohdr = &hdr->u.l.oth;
447 qkey = be32_to_cpu(ohdr->u.ud.deth[0]);
448 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]) & RVT_QPN_MASK;
454 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
471 pkey1 = be32_to_cpu(ohdr->bth[0]);
508 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
511 wc.ex.imm_data = ohdr->u.ud.imm_data;
567 qib_lookup_pkey(ibp, be32_to_cpu(ohdr->bth[0])) : 0;
578 rvt_recv_cq(qp, &wc, ib_bth_is_solicited(ohdr));