Lines Matching refs:be32_to_cpu

1149 				aeth = be32_to_cpu(ohdr->u.aeth);  in ipath_rc_rcv_resp()
1151 aeth = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv_resp()
1170 aeth = be32_to_cpu(ohdr->u.aeth); in ipath_rc_rcv_resp()
1172 aeth = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv_resp()
1179 val = ((u64) be32_to_cpu(p[0]) << 32) | in ipath_rc_rcv_resp()
1180 be32_to_cpu(p[1]); in ipath_rc_rcv_resp()
1242 aeth = be32_to_cpu(ohdr->u.aeth); in ipath_rc_rcv_resp()
1244 aeth = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv_resp()
1248 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in ipath_rc_rcv_resp()
1279 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in ipath_rc_rcv_resp()
1292 aeth = be32_to_cpu(ohdr->u.aeth); in ipath_rc_rcv_resp()
1294 aeth = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv_resp()
1438 len = be32_to_cpu(reth->length); in ipath_rc_rcv_error()
1442 u32 rkey = be32_to_cpu(reth->rkey); in ipath_rc_rcv_error()
1593 psn = be32_to_cpu(ohdr->bth[2]); in ipath_rc_rcv()
1605 psn = be32_to_cpu(((__be32 *) data)[0]); in ipath_rc_rcv()
1608 psn = be32_to_cpu(ohdr->bth[2]); in ipath_rc_rcv()
1617 opcode = be32_to_cpu(ohdr->bth[0]) >> 24; in ipath_rc_rcv()
1719 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in ipath_rc_rcv()
1765 qp->r_len = be32_to_cpu(reth->length); in ipath_rc_rcv()
1768 u32 rkey = be32_to_cpu(reth->rkey); in ipath_rc_rcv()
1821 len = be32_to_cpu(reth->length); in ipath_rc_rcv()
1823 u32 rkey = be32_to_cpu(reth->rkey); in ipath_rc_rcv()
1895 vaddr = ((u64) be32_to_cpu(ateth->vaddr[0]) << 32) | in ipath_rc_rcv()
1896 be32_to_cpu(ateth->vaddr[1]); in ipath_rc_rcv()
1899 rkey = be32_to_cpu(ateth->rkey); in ipath_rc_rcv()