Lines Matching defs:ohdr
51 struct ib_other_headers *ohdr;
75 ohdr = &priv->s_hdr->u.oth;
77 ohdr = &priv->s_hdr->u.l.oth;
118 ohdr->u.imm_data = wqe->wr.ex.imm_data;
130 ohdr->u.rc.reth.vaddr =
132 ohdr->u.rc.reth.rkey =
134 ohdr->u.rc.reth.length = cpu_to_be32(len);
147 ohdr->u.rc.imm_data = wqe->wr.ex.imm_data;
176 ohdr->u.imm_data = wqe->wr.ex.imm_data;
201 ohdr->u.imm_data = wqe->wr.ex.imm_data;
215 qib_make_ruc_header(qp, ohdr, bth0 | (qp->s_state << 24),
240 struct ib_other_headers *ohdr;
252 ohdr = &hdr->u.oth;
255 ohdr = &hdr->u.l.oth;
259 opcode = be32_to_cpu(ohdr->bth[0]);
263 psn = be32_to_cpu(ohdr->bth[2]);
367 wc.ex.imm_data = ohdr->u.imm_data;
377 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
403 rvt_recv_cq(qp, &wc, ib_bth_is_solicited(ohdr));
414 reth = &ohdr->u.rc.reth;
440 wc.ex.imm_data = ohdr->u.rc.imm_data;
455 wc.ex.imm_data = ohdr->u.imm_data;
461 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;
488 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3;