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()
380 cpu_to_be32(wqe->rdma_wr.rkey); in qib_make_rc_req()
381 ohdr->u.rc.reth.length = cpu_to_be32(len); in qib_make_rc_req()
432 cpu_to_be32(wqe->rdma_wr.rkey); in qib_make_rc_req()
433 ohdr->u.rc.reth.length = cpu_to_be32(len); in qib_make_rc_req()
472 ohdr->u.atomic_eth.vaddr[0] = cpu_to_be32( in qib_make_rc_req()
474 ohdr->u.atomic_eth.vaddr[1] = cpu_to_be32( in qib_make_rc_req()
476 ohdr->u.atomic_eth.rkey = cpu_to_be32( in qib_make_rc_req()
604 cpu_to_be32(wqe->rdma_wr.rkey); in qib_make_rc_req()
605 ohdr->u.rc.reth.length = cpu_to_be32(wqe->length - len); in qib_make_rc_req()
691 ohdr->u.aeth = cpu_to_be32((qp->r_msn & QIB_MSN_MASK) | in qib_send_rc_ack()
702 ohdr->bth[0] = cpu_to_be32(bth0); in qib_send_rc_ack()
703 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn); in qib_send_rc_ack()
704 ohdr->bth[2] = cpu_to_be32(qp->r_ack_psn & QIB_PSN_MASK); in qib_send_rc_ack()
2052 cpu_to_be32(IB_BTH_SOLICITED)) != 0); in qib_rc_rcv()