Lines Matching refs:be32_to_cpu
987 opcode = be32_to_cpu(ohdr->bth[0]) >> 24; in qib_rc_send_complete()
995 psn = be32_to_cpu(ohdr->bth[2]); in qib_rc_send_complete()
1450 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1476 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1480 val = ((u64) be32_to_cpu(p[0]) << 32) | in qib_rc_rcv_resp()
1481 be32_to_cpu(p[1]); in qib_rc_rcv_resp()
1537 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1541 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv_resp()
1566 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv_resp()
1578 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1729 len = be32_to_cpu(reth->length); in qib_rc_rcv_error()
1737 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv_error()
1887 opcode = be32_to_cpu(ohdr->bth[0]); in qib_rc_rcv()
1891 psn = be32_to_cpu(ohdr->bth[2]); in qib_rc_rcv()
2016 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv()
2061 qp->r_len = be32_to_cpu(reth->length); in qib_rc_rcv()
2065 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv()
2119 len = be32_to_cpu(reth->length); in qib_rc_rcv()
2121 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv()
2191 vaddr = ((u64) be32_to_cpu(ateth->vaddr[0]) << 32) | in qib_rc_rcv()
2192 be32_to_cpu(ateth->vaddr[1]); in qib_rc_rcv()
2195 rkey = be32_to_cpu(ateth->rkey); in qib_rc_rcv()