Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvhost.h161 bool is_le; member
365 return vq->is_le; in vhost_is_little_endian()
370 return virtio_legacy_is_little_endian() || vq->is_le; in vhost_is_little_endian()
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()
2612 bool is_le = vq->is_le; in vhost_vq_init_access() local
2638 vq->is_le = is_le; in vhost_vq_init_access()