Lines Matching refs:u

210 			ohdr->u.aeth = rvt_compute_aeth(qp);  in make_rc_ack()
258 ohdr->u.at.aeth = rvt_compute_aeth(qp); in make_rc_ack()
259 ib_u64_put(e->atomic_data, &ohdr->u.at.atomic_ack_eth); in make_rc_ack()
260 hwords += sizeof(ohdr->u.at) / sizeof(u32); in make_rc_ack()
281 ohdr->u.aeth = rvt_compute_aeth(qp); in make_rc_ack()
380 ohdr->u.aeth = in make_rc_ack()
385 ohdr->u.aeth = rvt_compute_aeth(qp); in make_rc_ack()
460 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_rc_req()
462 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_rc_req()
468 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_rc_req()
470 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_rc_req()
610 ohdr->u.imm_data = wqe->wr.ex.imm_data; in hfi1_make_rc_req()
615 ohdr->u.ieth = cpu_to_be32( in hfi1_make_rc_req()
637 &ohdr->u.rc.reth); in hfi1_make_rc_req()
638 ohdr->u.rc.reth.rkey = in hfi1_make_rc_req()
640 ohdr->u.rc.reth.length = cpu_to_be32(len); in hfi1_make_rc_req()
653 ohdr->u.rc.imm_data = wqe->wr.ex.imm_data; in hfi1_make_rc_req()
785 &ohdr->u.rc.reth); in hfi1_make_rc_req()
786 ohdr->u.rc.reth.rkey = in hfi1_make_rc_req()
788 ohdr->u.rc.reth.length = cpu_to_be32(len); in hfi1_make_rc_req()
790 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32); in hfi1_make_rc_req()
892 &ohdr->u.atomic_eth); in hfi1_make_rc_req()
894 &ohdr->u.atomic_eth); in hfi1_make_rc_req()
898 &ohdr->u.atomic_eth); in hfi1_make_rc_req()
899 put_ib_ateth_compare(0, &ohdr->u.atomic_eth); in hfi1_make_rc_req()
902 &ohdr->u.atomic_eth); in hfi1_make_rc_req()
903 ohdr->u.atomic_eth.rkey = cpu_to_be32( in hfi1_make_rc_req()
966 ohdr->u.imm_data = wqe->wr.ex.imm_data; in hfi1_make_rc_req()
971 ohdr->u.ieth = cpu_to_be32(wqe->wr.ex.invalidate_rkey); in hfi1_make_rc_req()
1011 ohdr->u.imm_data = wqe->wr.ex.imm_data; in hfi1_make_rc_req()
1035 &ohdr->u.rc.reth); in hfi1_make_rc_req()
1036 ohdr->u.rc.reth.rkey = in hfi1_make_rc_req()
1038 ohdr->u.rc.reth.length = cpu_to_be32(wqe->length - len); in hfi1_make_rc_req()
1040 hwords += sizeof(ohdr->u.rc.reth) / sizeof(u32); in hfi1_make_rc_req()
1226 ohdr->u.aeth = cpu_to_be32((qp->r_msn & IB_MSN_MASK) | in hfi1_make_bth_aeth()
1230 ohdr->u.aeth = rvt_compute_aeth(qp); in hfi1_make_bth_aeth()
1276 ohdr = &hdr->u.oth; in hfi1_make_rc_ack_9B()
1281 *hwords += hfi1_make_grh(ibp, &hdr->u.l.grh, in hfi1_make_rc_ack_9B()
1284 ohdr = &hdr->u.l.oth; in hfi1_make_rc_ack_9B()
1331 ohdr = &hdr->u.oth; in hfi1_make_rc_ack_16B()
1339 *hwords += hfi1_make_grh(ibp, &hdr->u.l.grh, in hfi1_make_rc_ack_16B()
1342 ohdr = &hdr->u.l.oth; in hfi1_make_rc_ack_16B()
2377 aeth = be32_to_cpu(ohdr->u.aeth); in rc_rcv_resp()
2403 aeth = be32_to_cpu(ohdr->u.aeth); in rc_rcv_resp()
2405 val = ib_u64_get(&ohdr->u.at.atomic_ack_eth); in rc_rcv_resp()
2460 aeth = be32_to_cpu(ohdr->u.aeth); in rc_rcv_resp()
2495 aeth = be32_to_cpu(ohdr->u.aeth); in rc_rcv_resp()
2621 reth = &ohdr->u.rc.reth; in rc_rcv_error()
2946 wc.ex.imm_data = ohdr->u.imm_data; in hfi1_rc_rcv()
2951 rkey = be32_to_cpu(ohdr->u.ieth); in hfi1_rc_rcv()
3018 reth = &ohdr->u.rc.reth; in hfi1_rc_rcv()
3052 wc.ex.imm_data = ohdr->u.rc.imm_data; in hfi1_rc_rcv()
3075 reth = &ohdr->u.rc.reth; in hfi1_rc_rcv()
3126 struct ib_atomic_eth *ateth = &ohdr->u.atomic_eth; in hfi1_rc_rcv()