Searched refs:__be64_to_cpu (Results 1 – 4 of 4) sorted by relevance
74 uint64_t subaddr = __be64_to_cpu(r->bridge.sdb_child); in __fmc_scan_sdb_tree()75 uint64_t newbase = __be64_to_cpu(c->addr_first); in __fmc_scan_sdb_tree()190 __be64_to_cpu(p->vendor_id), in __fmc_show_sdb_tree()196 __be64_to_cpu(p->vendor_id), in __fmc_show_sdb_tree()199 __be64_to_cpu(c->addr_first) + base, in __fmc_show_sdb_tree()200 __be64_to_cpu(c->addr_last) + base); in __fmc_show_sdb_tree()204 __be64_to_cpu(p->vendor_id), in __fmc_show_sdb_tree()207 __be64_to_cpu(c->addr_first) + base); in __fmc_show_sdb_tree()276 if (__be64_to_cpu(p->vendor_id) != vid) in fmc_find_sdb_device()281 last = __be64_to_cpu(c->addr_last); in fmc_find_sdb_device()[all …]
92 #define be64_to_cpu __be64_to_cpu
37 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro