Searched refs:be64_to_cpup (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ofed/include/
H A Dbyteorder.h61 #define be64_to_cpup(x) be64toh(*((uint64_t *)x)) macro
74 #define be64_to_cpus(x) do { *((uint64_t *)x) = be64_to_cpup((x)) } while (0)
/freebsd-13-stable/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h65 #define be64_to_cpup(x) be64toh(*((const uint64_t *)(x))) macro
78 #define be64_to_cpus(x) do { *((uint64_t *)(x)) = be64_to_cpup((x)); } while (0)
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c49 case 8: return be64_to_cpup((__be64 *) ((char *)structure + offset));
186 val = (be64_to_cpup(addr) & mask) >> shift;
H A Dib_sysfs.c518 (unsigned long long)be64_to_cpup((__be64 *)data));
H A Dib_user_mad.c572 (be64_to_cpup(tid) & 0xffffffff));
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_dev.h397 case 8: (dest) = be64_to_cpup(__p); break; \

Completed in 115 milliseconds