Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_config.h89 #define VIRTIO_F_IN_ORDER 35 macro
/linux/drivers/virtio/
H A Dvirtio_ring.c1334 vq->layout = virtio_has_feature(vdev, VIRTIO_F_IN_ORDER) ? in __vring_new_virtqueue_split()
2554 vq->layout = virtio_has_feature(vdev, VIRTIO_F_IN_ORDER) ? in __vring_new_virtqueue_packed()
3525 case VIRTIO_F_IN_ORDER: in vring_transport_features()
/linux/drivers/vhost/
H A Dvhost.c2821 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_get_vq_desc_n()
3100 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_add_used_n()