Lines Matching defs:ohdr
233 struct ib_other_headers *ohdr;
328 ohdr = &priv->s_hdr->u.l.oth;
336 ohdr = &priv->s_hdr->u.oth;
340 ohdr->u.ud.imm_data = wqe->wr.ex.imm_data;
367 ohdr->bth[0] = cpu_to_be32(bth0);
371 ohdr->bth[1] = rdma_ah_get_dlid(ah_attr) >=
376 ohdr->bth[2] = cpu_to_be32(wqe->psn & QIB_PSN_MASK);
381 ohdr->u.ud.deth[0] =
384 ohdr->u.ud.deth[1] = cpu_to_be32(qp->ibqp.qp_num);
429 struct ib_other_headers *ohdr;
440 ohdr = &hdr->u.oth;
443 ohdr = &hdr->u.l.oth;
446 qkey = be32_to_cpu(ohdr->u.ud.deth[0]);
447 src_qp = be32_to_cpu(ohdr->u.ud.deth[1]) & RVT_QPN_MASK;
453 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
470 pkey1 = be32_to_cpu(ohdr->bth[0]);
507 opcode = be32_to_cpu(ohdr->bth[0]) >> 24;
510 wc.ex.imm_data = ohdr->u.ud.imm_data;
566 qib_lookup_pkey(ibp, be32_to_cpu(ohdr->bth[0])) : 0;
577 rvt_recv_cq(qp, &wc, ib_bth_is_solicited(ohdr));