vhost_has_feature 1137 drivers/vhost/net.c 	vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ?
vhost_has_feature 1139 drivers/vhost/net.c 	mergeable = vhost_has_feature(vq, VIRTIO_NET_F_MRG_RXBUF);
vhost_has_feature  924 drivers/vhost/scsi.c 	bool t10_pi = vhost_has_feature(vq, VIRTIO_SCSI_F_T10_PI);
vhost_has_feature 1802 drivers/vhost/scsi.c 	if (vhost_has_feature(vq, VIRTIO_SCSI_F_HOTPLUG))
vhost_has_feature  115 drivers/vhost/vhost.c 	vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1) || !vq->user_be;
vhost_has_feature  135 drivers/vhost/vhost.c 	vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1)
vhost_has_feature  433 drivers/vhost/vhost.c 	       vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX) ? 2 : 0;
vhost_has_feature  443 drivers/vhost/vhost.c 	       vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX) ? 2 : 0;
vhost_has_feature  762 drivers/vhost/vhost.c 		log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL);
vhost_has_feature 1385 drivers/vhost/vhost.c 				   vhost_has_feature(vq, VHOST_F_LOG_ALL)) &&
vhost_has_feature 2448 drivers/vhost/vhost.c 	if (vhost_has_feature(vq, VIRTIO_F_NOTIFY_ON_EMPTY) &&
vhost_has_feature 2452 drivers/vhost/vhost.c 	if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
vhost_has_feature 2531 drivers/vhost/vhost.c 	if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
vhost_has_feature 2568 drivers/vhost/vhost.c 	if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {