Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h66 #define VIRTIO_NET_F_GSO 6 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h74 #define VIRTIO_NET_F_GSO 6 /* Host handles pkts w/ any GSO type */ macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h74 #define VIRTIO_NET_F_GSO 6 /* Host handles pkts w/ any GSO type */ macro
/openbmc/qemu/hw/net/
H A Dvhost_net.c65 VIRTIO_NET_F_GSO,
H A Dvirtio-net.c3892 DEFINE_PROP_BIT64("gso", VirtIONet, host_features, VIRTIO_NET_F_GSO, true),
3981 vdc->legacy_features |= (0x1 << VIRTIO_NET_F_GSO); in virtio_net_class_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c311 FEATURE_ENTRY(VIRTIO_NET_F_GSO, \
/openbmc/qemu/net/
H A Dvhost-vdpa.c72 VIRTIO_NET_F_GSO,
/openbmc/linux/drivers/net/
H A Dvirtio_net.c4454 if (virtio_has_feature(vdev, VIRTIO_NET_F_GSO)) { in virtnet_probe()
4794 VIRTIO_NET_F_GSO,