Lines Matching refs:ohdr
66 struct ib_other_headers *ohdr; in hfi1_make_uc_req() local
99 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req()
101 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req()
107 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req()
109 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req()
173 ohdr->u.imm_data = wqe->wr.ex.imm_data; in hfi1_make_uc_req()
185 ohdr->u.rc.reth.vaddr = in hfi1_make_uc_req()
187 ohdr->u.rc.reth.rkey = in hfi1_make_uc_req()
189 ohdr->u.rc.reth.length = cpu_to_be32(len); in hfi1_make_uc_req()
202 ohdr->u.rc.imm_data = wqe->wr.ex.imm_data; in hfi1_make_uc_req()
232 ohdr->u.imm_data = wqe->wr.ex.imm_data; in hfi1_make_uc_req()
258 ohdr->u.imm_data = wqe->wr.ex.imm_data; in hfi1_make_uc_req()
273 hfi1_make_ruc_header(qp, ohdr, bth0 | (qp->s_state << 24), in hfi1_make_uc_req()
310 struct ib_other_headers *ohdr = packet->ohdr; in hfi1_uc_rcv() local
326 psn = ib_bth_get_psn(ohdr); in hfi1_uc_rcv()
434 wc.ex.imm_data = ohdr->u.imm_data; in hfi1_uc_rcv()
479 ib_bth_is_solicited(ohdr)); in hfi1_uc_rcv()
490 reth = &ohdr->u.rc.reth; in hfi1_uc_rcv()
515 wc.ex.imm_data = ohdr->u.rc.imm_data; in hfi1_uc_rcv()
530 wc.ex.imm_data = ohdr->u.imm_data; in hfi1_uc_rcv()