Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dvirtio-net.c1068 uint64_t supported_offloads; in virtio_net_handle_offloads() local
1082 supported_offloads = virtio_net_supported_guest_offloads(n); in virtio_net_handle_offloads()
1083 if (offloads & ~supported_offloads) { in virtio_net_handle_offloads()