is_le             115 drivers/vhost/vhost.c 	vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1) || !vq->user_be;
is_le             135 drivers/vhost/vhost.c 	vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1)
is_le            2009 drivers/vhost/vhost.c 	bool is_le = vq->is_le;
is_le            2035 drivers/vhost/vhost.c 	vq->is_le = is_le;
is_le             142 drivers/vhost/vhost.h 	bool is_le;
is_le             259 drivers/vhost/vhost.h 	return vq->is_le;
is_le             264 drivers/vhost/vhost.h 	return virtio_legacy_is_little_endian() || vq->is_le;