Home
last modified time | relevance | path

Searched refs:be64_to_cpup (Results 1 – 8 of 8) sorted by relevance

/freebsd/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/sys/ofed/drivers/infiniband/core/
H A Dib_packer.c47 case 8: return be64_to_cpup((__be64 *) ((char *)structure + offset)); in value_read()
184 val = (be64_to_cpup(addr) & mask) >> shift; in ib_unpack()
H A Dib_user_mad.c570 (be64_to_cpup(tid) & 0xffffffff)); in ib_umad_write()
H A Dib_sysfs.c545 (unsigned long long)be64_to_cpup((__be64 *)data)); in show_pma_counter()
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h82 #define be64_to_cpup(x) __be64_to_cpup(x) macro
107 #define __be64_to_cpus(x) do { *((uint64_t *)(x)) = be64_to_cpup((x)); } while (0)
H A Dunaligned.h96 return (be64_to_cpup((const __be64 *)p)); in get_unaligned_be64()
/freebsd/sys/dev/mthca/
H A Dmthca_dev.h397 case 8: (dest) = be64_to_cpup(__p); break; \
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c37 cpu_to_le64(be64_to_cpup((const __be64 *)data->replay_ctr)); in iwl_mvm_set_rekey_data()