Lines Matching refs:vio_le
222 #define vio_le() virtio_legacy_is_little_endian() macro
2019 if (virtio_net_hdr_from_skb(skb, &vnet_hdr, vio_le(), true, 0)) in packet_rcv_vnet()
2284 vio_le(), true, 0)) in tpacket_rcv()
2426 (__virtio16_to_cpu(vio_le(), vnet_hdr->csum_start) + in __packet_snd_vnet_parse()
2427 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_offset) + 2 > in __packet_snd_vnet_parse()
2428 __virtio16_to_cpu(vio_le(), vnet_hdr->hdr_len))) in __packet_snd_vnet_parse()
2429 vnet_hdr->hdr_len = __cpu_to_virtio16(vio_le(), in __packet_snd_vnet_parse()
2430 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_start) + in __packet_snd_vnet_parse()
2431 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_offset) + 2); in __packet_snd_vnet_parse()
2433 if (__virtio16_to_cpu(vio_le(), vnet_hdr->hdr_len) > len) in __packet_snd_vnet_parse()
2706 copylen = __virtio16_to_cpu(vio_le(), in tpacket_snd()
2745 if (virtio_net_hdr_to_skb(skb, vnet_hdr, vio_le())) { in tpacket_snd()
2900 linear = __virtio16_to_cpu(vio_le(), vnet_hdr.hdr_len); in packet_snd()
2947 err = virtio_net_hdr_to_skb(skb, &vnet_hdr, vio_le()); in packet_snd()