Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/include/
H A Dbyteorder.h80 #define swab16 bswap16 macro
/freebsd/sys/dev/cxgbe/
H A Dosdep.h95 #define swab16(x) bswap16(x) macro
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h118 #define swab16(x) bswap16(x) macro
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp.h1678 addr_h16 = swab16(addr_h16); in ath11k_dp_get_mac_addr()