Symbol: vhost_has_feature
drivers/vhost/net.c
1055
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/net.c
1135
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/net.c
1177
vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ?
drivers/vhost/net.c
1179
mergeable = vhost_has_feature(vq, VIRTIO_NET_F_MRG_RXBUF);
drivers/vhost/net.c
1181
vhost_has_feature(vq, VIRTIO_F_VERSION_1);
drivers/vhost/net.c
479
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/net.c
769
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/scsi.c
1298
bool t10_pi = vhost_has_feature(vq, VIRTIO_SCSI_F_T10_PI);
drivers/vhost/scsi.c
1317
vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ?
drivers/vhost/scsi.c
1693
vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ?
drivers/vhost/scsi.c
1957
if (vhost_has_feature(vq, VIRTIO_SCSI_F_T10_PI) &&
drivers/vhost/scsi.c
2241
was_log = vhost_has_feature(&vs->vqs[0].vq, VHOST_F_LOG_ALL);
drivers/vhost/scsi.c
2504
if (vhost_has_feature(vq, VIRTIO_SCSI_F_HOTPLUG))
drivers/vhost/scsi.c
402
if (likely(!vhost_has_feature(vq, VHOST_F_LOG_ALL)))
drivers/vhost/scsi.c
588
vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ?
drivers/vhost/vdpa.c
703
if (vhost_has_feature(vq, VIRTIO_F_RING_PACKED)) {
drivers/vhost/vdpa.c
741
if (vhost_has_feature(vq, VIRTIO_F_RING_PACKED)) {
drivers/vhost/vhost.c
119
vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1) || !vq->user_be;
drivers/vhost/vhost.c
1304
log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL);
drivers/vhost/vhost.c
139
vq->is_le = vhost_has_feature(vq, VIRTIO_F_VERSION_1)
drivers/vhost/vhost.c
1952
vhost_has_feature(vq, VHOST_F_LOG_ALL)) &&
drivers/vhost/vhost.c
2164
if (vhost_has_feature(vq, VIRTIO_F_RING_PACKED)) {
drivers/vhost/vhost.c
2180
if (vhost_has_feature(vq, VIRTIO_F_RING_PACKED))
drivers/vhost/vhost.c
2821
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/vhost.c
3100
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/vhost.c
3140
if (vhost_has_feature(vq, VIRTIO_F_NOTIFY_ON_EMPTY) &&
drivers/vhost/vhost.c
3144
if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
drivers/vhost/vhost.c
3221
if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
drivers/vhost/vhost.c
3257
if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
drivers/vhost/vhost.c
560
vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX) ? 2 : 0;
drivers/vhost/vhost.c
569
vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX) ? 2 : 0;