Home
last modified time | relevance | path

Searched refs:virtio_net_supported_guest_offloads (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h238 uint64_t virtio_net_supported_guest_offloads(const VirtIONet *n);
/openbmc/qemu/hw/net/
H A Dvirtio-net.c868 uint64_t virtio_net_supported_guest_offloads(const VirtIONet *n) in virtio_net_supported_guest_offloads() function
1082 supported_offloads = virtio_net_supported_guest_offloads(n); in virtio_net_handle_offloads()
3102 n->curr_guest_offloads = virtio_net_supported_guest_offloads(n); in virtio_net_post_load_device()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1000 if (n->curr_guest_offloads == virtio_net_supported_guest_offloads(n)) { in vhost_vdpa_net_load_offloads()