Searched refs:fio_swap16 (Results 1 – 12 of 12) sorted by relevance
165 static inline uint16_t fio_swap16(uint16_t val) in fio_swap16() function197 #define __le16_to_cpu(x) fio_swap16(x)200 #define __cpu_to_le16(x) fio_swap16(x)
213 #define fio_swap16(x) __builtin_bswap16(x) macro215 #define fio_swap16(x) __bswap_16(x) macro
32 #define fio_swap16(x) bswap16(x) macro
30 #define fio_swap16(x) bswap16(x) macro
31 #define fio_swap16(x) bswap16(x) macro
25 #define fio_swap16(x) bswap16(x) macro
28 #define fio_swap16(x) BSWAP_16(x) macro
26 #define fio_swap16(x) OSSwapInt16(x) macro
215 #define fio_swap16(x) bswap_16(x) macro
40 #define fio_swap16(x) _byteswap_ushort(x) macro
321 t->error = fio_swap16(t->error); in byteswap_trace()322 t->pdu_len = fio_swap16(t->pdu_len); in byteswap_trace()
429 t->error = fio_swap16(t->error); in byteswap_trace()430 t->pdu_len = fio_swap16(t->pdu_len); in byteswap_trace()