Searched refs:__bswap_16 (Results 1 – 2 of 2) sorted by relevance
67 #define __bswap_16 bswap_16 macro72 #define be16_to_cpu(x) __bswap_16(x)75 #define cpu_to_be16(x) __bswap_16(x)
2143 return __bswap_16(bit->pdu_len); in get_pdulen()