Lines Matching refs:ohdr
48 struct ipath_other_headers *ohdr; in ipath_make_uc_req() local
75 ohdr = &qp->s_hdr.u.oth; in ipath_make_uc_req()
77 ohdr = &qp->s_hdr.u.l.oth; in ipath_make_uc_req()
116 ohdr->u.imm_data = wqe->wr.ex.imm_data; in ipath_make_uc_req()
128 ohdr->u.rc.reth.vaddr = in ipath_make_uc_req()
130 ohdr->u.rc.reth.rkey = in ipath_make_uc_req()
132 ohdr->u.rc.reth.length = cpu_to_be32(len); in ipath_make_uc_req()
145 ohdr->u.rc.imm_data = wqe->wr.ex.imm_data; in ipath_make_uc_req()
174 ohdr->u.imm_data = wqe->wr.ex.imm_data; in ipath_make_uc_req()
199 ohdr->u.imm_data = wqe->wr.ex.imm_data; in ipath_make_uc_req()
214 qp, ohdr, bth0 | (qp->s_state << 24), in ipath_make_uc_req()
243 struct ipath_other_headers *ohdr; in ipath_uc_rcv() local
259 ohdr = &hdr->u.oth; in ipath_uc_rcv()
261 psn = be32_to_cpu(ohdr->bth[2]); in ipath_uc_rcv()
264 ohdr = &hdr->u.l.oth; in ipath_uc_rcv()
277 psn = be32_to_cpu(ohdr->bth[2]); in ipath_uc_rcv()
283 opcode = be32_to_cpu(ohdr->bth[0]) >> 24; in ipath_uc_rcv()
386 wc.ex.imm_data = ohdr->u.imm_data; in ipath_uc_rcv()
394 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in ipath_uc_rcv()
421 (ohdr->bth[0] & in ipath_uc_rcv()
431 reth = &ohdr->u.rc.reth; in ipath_uc_rcv()
490 wc.ex.imm_data = ohdr->u.imm_data; in ipath_uc_rcv()
496 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in ipath_uc_rcv()
522 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in ipath_uc_rcv()