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

/linux-master/drivers/vhost/
H A Dvhost.h143 bool is_le; member in struct:vhost_virtqueue
304 return vq->is_le;
309 return virtio_legacy_is_little_endian() || vq->is_le;
H A Dvhost.c111 vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1) || !vq->user_be;
131 vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1)
2301 bool is_le = vq->is_le; local
2327 vq->is_le = is_le;

Completed in 120 milliseconds