Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h59 #define VIRTIO_NET_F_VQ_NOTF_COAL 52 /* Device supports virtqueue notification coalescing */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h60 #define VIRTIO_NET_F_VQ_NOTF_COAL 52 /* Device supports virtqueue notification coalescing */ macro
/openbmc/linux/drivers/net/
H A Dvirtio_net.c3506 if (virtio_has_feature(vi->vdev, VIRTIO_NET_F_VQ_NOTF_COAL)) in virtnet_set_per_queue_coalesce()
3529 if (virtio_has_feature(vi->vdev, VIRTIO_NET_F_VQ_NOTF_COAL)) { in virtnet_get_per_queue_coalesce()
4362 VIRTNET_FAIL_ON(vdev, VIRTIO_NET_F_VQ_NOTF_COAL, in virtnet_validate_features()
4803 VIRTIO_NET_F_VQ_NOTF_COAL, \