Searched defs:be64_to_cpu (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dsolaris.h42 #define be64_to_cpu(x) BSWAP_64(x) macro
51 #define be64_to_cpu(x) BMASK_64(x) macro
H A Dos_header.h68 #define be64_to_cpu(x) htonll(x) macro
77 #define be64_to_cpu(x) be64toh(x) macro
H A Dpsif_endian.h91 #define be64_to_cpu(x) be64toh(x) macro
H A Dpsif_hw_setget.h51 # define be64_to_cpu(x) be64toh(x) macro
66 pte[0] = cpu_to_be64((be64_to_cpu(pte[0]) & 0xfffff000ffffffffull) |
73 return((u16)((be64_to_cpu(pte[0]) >> 32) & 0x0000000000000fffull));
82 pte[0] = cpu_to_be64((be64_to_cpu(pte[0]) & 0xf000ffffffffffffull) |
89 return((u16)((be64_to_cpu(pte[0]) >> 48) & 0x0000000000000fffull));
143 pte[0] = cpu_to_be64((be64_to_cpu(pte[0]) & 0xff000000ffffffffull) |
150 return((u32)((be64_to_cpu(pte[0]) >> 32) & 0x0000000000ffffffull));
160 pte[1] = cpu_to_be64((be64_to_cpu(pte[1]) & 0xffffffff7fffffffull) |
167 return((u8)((be64_to_cpu(pte[1]) >> 31) & 0x0000000000000001ull));
259 pte[1] = cpu_to_be64((be64_to_cpu(pt
[all...]

Completed in 18 milliseconds