Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvhost.c119 vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1) || !vq->user_be; in vhost_init_is_le()
139 vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1) in vhost_init_is_le()
2630 bool is_le = vq->is_le; in vhost_vq_init_access() local
2656 vq->is_le = is_le; in vhost_vq_init_access()