Symbol: vhost_has_feature
drivers/vhost/net.c
1064
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/net.c
1144
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/net.c
1186
vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ?
drivers/vhost/net.c
1188
mergeable = vhost_has_feature(vq, VIRTIO_NET_F_MRG_RXBUF);
drivers/vhost/net.c
1190
vhost_has_feature(vq, VIRTIO_F_VERSION_1);
drivers/vhost/net.c
486
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/net.c
778
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
1955
vhost_has_feature(vq, VHOST_F_LOG_ALL)) &&
drivers/vhost/vhost.c
2167
if (vhost_has_feature(vq, VIRTIO_F_RING_PACKED)) {
drivers/vhost/vhost.c
2183
if (vhost_has_feature(vq, VIRTIO_F_RING_PACKED))
drivers/vhost/vhost.c
2824
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/vhost.c
3103
bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER);
drivers/vhost/vhost.c
3143
if (vhost_has_feature(vq, VIRTIO_F_NOTIFY_ON_EMPTY) &&
drivers/vhost/vhost.c
3147
if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
drivers/vhost/vhost.c
3224
if (!vhost_has_feature(vq, VIRTIO_RING_F_EVENT_IDX)) {
drivers/vhost/vhost.c
3260
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;