Home
last modified time | relevance | path

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

/dpdk/drivers/common/dpaax/
H A Dcompat.h227 __bswap_48(uint64_t x) in __bswap_48() function
273 #define cpu_to_be48(x) __bswap_48(x)
274 #define be48_to_cpu(x) __bswap_48(x)