Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dvirtio_net.h59 #define VIRTIO_NET_F_VQ_NOTF_COAL 52 /* Device supports virtqueue notification coalescing */ macro
/linux-6.6.21/drivers/net/
Dvirtio_net.c3476 if (virtio_has_feature(vi->vdev, VIRTIO_NET_F_VQ_NOTF_COAL)) in virtnet_set_per_queue_coalesce()
3499 if (virtio_has_feature(vi->vdev, VIRTIO_NET_F_VQ_NOTF_COAL)) { in virtnet_get_per_queue_coalesce()
4317 VIRTNET_FAIL_ON(vdev, VIRTIO_NET_F_VQ_NOTF_COAL, in virtnet_validate_features()
4742 VIRTIO_NET_F_VQ_NOTF_COAL, \