Lines Matching refs:vio_le
225 #define vio_le() virtio_legacy_is_little_endian() macro
2053 if (virtio_net_hdr_from_skb(skb, &vnet_hdr, vio_le(), true, 0)) in packet_rcv_vnet()
2322 vio_le(), true, 0)) { in tpacket_rcv()
2487 (__virtio16_to_cpu(vio_le(), vnet_hdr->csum_start) + in __packet_snd_vnet_parse()
2488 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_offset) + 2 > in __packet_snd_vnet_parse()
2489 __virtio16_to_cpu(vio_le(), vnet_hdr->hdr_len))) in __packet_snd_vnet_parse()
2490 vnet_hdr->hdr_len = __cpu_to_virtio16(vio_le(), in __packet_snd_vnet_parse()
2491 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_start) + in __packet_snd_vnet_parse()
2492 __virtio16_to_cpu(vio_le(), vnet_hdr->csum_offset) + 2); in __packet_snd_vnet_parse()
2494 if (__virtio16_to_cpu(vio_le(), vnet_hdr->hdr_len) > len) in __packet_snd_vnet_parse()
2767 copylen = __virtio16_to_cpu(vio_le(), in tpacket_snd()
2806 if (virtio_net_hdr_to_skb(skb, vnet_hdr, vio_le())) { in tpacket_snd()
2962 linear = __virtio16_to_cpu(vio_le(), vnet_hdr.hdr_len); in packet_snd()
3009 err = virtio_net_hdr_to_skb(skb, &vnet_hdr, vio_le()); in packet_snd()