Searched refs:le32toh (Results 1 – 3 of 3) sorted by relevance
22 #ifndef le32toh23 #define le32toh(x) (x) macro46 #ifndef le32toh47 #define le32toh(x) __bswap_32(x) macro
449 le32toh(vr0->info->magic), MIC_MAGIC + type); in init_vr()450 assert(le32toh(vr0->info->magic) == MIC_MAGIC + type); in init_vr()462 le32toh(vr1->info->magic), MIC_MAGIC + type + 1); in init_vr()463 assert(le32toh(vr1->info->magic) == MIC_MAGIC + type + 1); in init_vr()1063 if (le32toh(desc->len) != sizeof(struct virtio_blk_outhdr)) { in header_error_check()1111 if (le32toh(desc->len) != sizeof(__u8)) { in status_error_check()1162 le32toh(virtblk_dev_page.blk_config.seg_max)); in virtio_block()
49 #define le32_to_cpu(x) le32toh(x)