Lines Matching refs:cpu_to_be32
148 cpu_to_be32(e->atomic_data >> 32); in ipath_make_rc_ack()
150 cpu_to_be32(e->atomic_data); in ipath_make_rc_ack()
188 cpu_to_be32((qp->r_msn & IPATH_MSN_MASK) | in ipath_make_rc_ack()
355 cpu_to_be32(wqe->wr.wr.rdma.rkey); in ipath_make_rc_req()
356 ohdr->u.rc.reth.length = cpu_to_be32(len); in ipath_make_rc_req()
406 cpu_to_be32(wqe->wr.wr.rdma.rkey); in ipath_make_rc_req()
407 ohdr->u.rc.reth.length = cpu_to_be32(len); in ipath_make_rc_req()
445 ohdr->u.atomic_eth.vaddr[0] = cpu_to_be32( in ipath_make_rc_req()
447 ohdr->u.atomic_eth.vaddr[1] = cpu_to_be32( in ipath_make_rc_req()
449 ohdr->u.atomic_eth.rkey = cpu_to_be32( in ipath_make_rc_req()
572 cpu_to_be32(wqe->wr.wr.rdma.rkey); in ipath_make_rc_req()
573 ohdr->u.rc.reth.length = cpu_to_be32(qp->s_len); in ipath_make_rc_req()
668 ohdr->u.aeth = cpu_to_be32((qp->r_msn & IPATH_MSN_MASK) | in send_rc_ack()
679 ohdr->bth[0] = cpu_to_be32(bth0); in send_rc_ack()
680 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn); in send_rc_ack()
681 ohdr->bth[2] = cpu_to_be32(qp->r_ack_psn & IPATH_PSN_MASK); in send_rc_ack()
1747 cpu_to_be32(1 << 23)) != 0); in ipath_rc_rcv()