Home
last modified time | relevance | path

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

/linux-6.15/drivers/vhost/
H A Dvhost.h145 bool is_le; member
305 return vq->is_le; in vhost_is_little_endian()
310 return virtio_legacy_is_little_endian() || vq->is_le; in vhost_is_little_endian()
H A Dvhost.c111 vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1) || !vq->user_be; in vhost_init_is_le()
131 vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1) in vhost_init_is_le()
2383 bool is_le = vq->is_le; in vhost_vq_init_access() local
2409 vq->is_le = is_le; in vhost_vq_init_access()