Lines Matching refs:cpu_to_be32
158 cpu_to_be32(e->atomic_data >> 32); in qib_make_rc_ack()
160 cpu_to_be32(e->atomic_data); in qib_make_rc_ack()
203 cpu_to_be32((qp->r_msn & QIB_MSN_MASK) | in qib_make_rc_ack()
379 cpu_to_be32(wqe->wr.wr.rdma.rkey); in qib_make_rc_req()
380 ohdr->u.rc.reth.length = cpu_to_be32(len); in qib_make_rc_req()
430 cpu_to_be32(wqe->wr.wr.rdma.rkey); in qib_make_rc_req()
431 ohdr->u.rc.reth.length = cpu_to_be32(len); in qib_make_rc_req()
470 ohdr->u.atomic_eth.vaddr[0] = cpu_to_be32( in qib_make_rc_req()
472 ohdr->u.atomic_eth.vaddr[1] = cpu_to_be32( in qib_make_rc_req()
474 ohdr->u.atomic_eth.rkey = cpu_to_be32( in qib_make_rc_req()
602 cpu_to_be32(wqe->wr.wr.rdma.rkey); in qib_make_rc_req()
603 ohdr->u.rc.reth.length = cpu_to_be32(wqe->length - len); in qib_make_rc_req()
689 ohdr->u.aeth = cpu_to_be32((qp->r_msn & QIB_MSN_MASK) | in qib_send_rc_ack()
700 ohdr->bth[0] = cpu_to_be32(bth0); in qib_send_rc_ack()
701 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn); in qib_send_rc_ack()
702 ohdr->bth[2] = cpu_to_be32(qp->r_ack_psn & QIB_PSN_MASK); in qib_send_rc_ack()
2050 cpu_to_be32(IB_BTH_SOLICITED)) != 0); in qib_rc_rcv()