Searched refs:le16toh (Results 1 – 5 of 5) sorted by relevance
18 #ifndef le16toh19 #define le16toh(x) (x) macro42 #ifndef le16toh43 #define le16toh(x) __bswap_16(x) macro
11 return val ? (long long) le16toh(*val) : 0; in process___le16_to_cpup()
344 if (!(le16toh(desc->flags) & VRING_DESC_F_NEXT)) in next_desc()346 next = le16toh(desc->next); in next_desc()510 while (avail_idx == le16toh(ACCESS_ONCE(vr->vr.avail->idx))) { in spin_for_descriptors()514 le16toh(vr->vr.avail->idx), vr->info->avail_idx); in spin_for_descriptors()645 le16toh(rx_vr.vr.avail->idx)) { in virtio_net()838 le16toh(rx_vr.vr.avail->idx)) { in virtio_console()1068 if (!(le16toh(desc->flags) & VRING_DESC_F_NEXT)) { in header_error_check()1073 if (le16toh(desc->flags) & VRING_DESC_F_WRITE) { in header_error_check()1193 le16toh(vring.vr.avail->idx)) { in virtio_block()1198 desc_idx = le16toh( in virtio_block()
68 input = le16toh((uint16_t)input); in print2byte()
50 #define le16_to_cpu(x) le16toh(x)