Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h232 __bswap_48(uint64_t x) in __bswap_48() function
278 #define cpu_to_be48(x) __bswap_48(x)
279 #define be48_to_cpu(x) __bswap_48(x)