Searched refs:be16_to_cpu (Results 1 – 6 of 6) sorted by relevance
105 # define be16_to_cpu(x) uswap_16(x) macro118 # define be16_to_cpu(x) (x) macro
152 (be16_to_cpu(hdr->totallen) <= TLV_TOTAL_LEN_MAX)); in is_valid_tlvinfo_header()
37 #define zfs_to_cpu16(x, a) (((a) == BIG_ENDIAN) ? be16_to_cpu(x) \
380 return be16_to_cpu((__force __be16)val); in __virtio16_to_cpu()
97 #define be16_to_cpu __be16_to_cpu macro178 *var = cpu_to_be16(be16_to_cpu(*var) + val); in be16_add_cpu()
52 return be16_to_cpu(__get_unaligned_t(__be16, p)); in get_unaligned_be16()
Completed in 10 milliseconds