Lines Matching refs:be32_to_cpu
989 opcode = be32_to_cpu(ohdr->bth[0]) >> 24; in qib_rc_send_complete()
997 psn = be32_to_cpu(ohdr->bth[2]); in qib_rc_send_complete()
1452 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1478 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1482 val = ((u64) be32_to_cpu(p[0]) << 32) | in qib_rc_rcv_resp()
1483 be32_to_cpu(p[1]); in qib_rc_rcv_resp()
1539 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1543 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv_resp()
1568 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv_resp()
1580 aeth = be32_to_cpu(ohdr->u.aeth); in qib_rc_rcv_resp()
1731 len = be32_to_cpu(reth->length); in qib_rc_rcv_error()
1739 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv_error()
1889 opcode = be32_to_cpu(ohdr->bth[0]); in qib_rc_rcv()
1893 psn = be32_to_cpu(ohdr->bth[2]); in qib_rc_rcv()
2018 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv()
2063 qp->r_len = be32_to_cpu(reth->length); in qib_rc_rcv()
2067 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv()
2121 len = be32_to_cpu(reth->length); in qib_rc_rcv()
2123 u32 rkey = be32_to_cpu(reth->rkey); in qib_rc_rcv()
2193 vaddr = ((u64) be32_to_cpu(ateth->vaddr[0]) << 32) | in qib_rc_rcv()
2194 be32_to_cpu(ateth->vaddr[1]); in qib_rc_rcv()
2197 rkey = be32_to_cpu(ateth->rkey); in qib_rc_rcv()