Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_config.h89 #define VIRTIO_F_IN_ORDER 35 macro
/linux/drivers/vhost/
H A Dnet.c78 VIRTIO_F_IN_ORDER,
495 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_tx_batch()
787 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in handle_tx_copy()
1073 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in get_rx_bufs()
1153 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in handle_rx()
H A Dvhost.c2927 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_get_vq_desc_n()
3206 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_add_used_n()
/linux/drivers/virtio/
H A Dvirtio_ring.c1377 vq->layout = virtio_has_feature(vdev, VIRTIO_F_IN_ORDER) ? in __vring_new_virtqueue_split()
2627 vq->layout = virtio_has_feature(vdev, VIRTIO_F_IN_ORDER) ? in __vring_new_virtqueue_packed()
3606 case VIRTIO_F_IN_ORDER: in vring_transport_features()