Lines Matching defs:ohdr
52 struct ib_other_headers *ohdr;
76 ohdr = &priv->s_hdr->u.oth;
78 ohdr = &priv->s_hdr->u.l.oth;
119 ohdr->u.imm_data = wqe->wr.ex.imm_data;
131 ohdr->u.rc.reth.vaddr =
133 ohdr->u.rc.reth.rkey =
135 ohdr->u.rc.reth.length = cpu_to_be32(len);
148 ohdr->u.rc.imm_data = wqe->wr.ex.imm_data;
177 ohdr->u.imm_data = wqe->wr.ex.imm_data;
202 ohdr->u.imm_data = wqe->wr.ex.imm_data;
216 qib_make_ruc_header(qp, ohdr, bth0 | (qp->s_state << 24),
241 struct ib_other_headers *ohdr;
253 ohdr = &hdr->u.oth;
256 ohdr = &hdr->u.l.oth;
260 opcode = be32_to_cpu(ohdr->bth[0]);
264 psn = be32_to_cpu(ohdr->bth[2]);
368 wc.ex.imm_data = ohdr->u.imm_data;
378 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
404 rvt_recv_cq(qp, &wc, ib_bth_is_solicited(ohdr));
415 reth = &ohdr->u.rc.reth;
441 wc.ex.imm_data = ohdr->u.rc.imm_data;
456 wc.ex.imm_data = ohdr->u.imm_data;
462 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
489 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;