Searched refs:feature_bits (Results 1 – 16 of 16) sorted by relevance
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost.h | 147 const int *feature_bits; member 333 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits, 345 void vhost_ack_features(struct vhost_dev *hdev, const int *feature_bits,
|
| H A D | vhost-scsi-common.h | 31 const int *feature_bits; member
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-user-scmi.c | 24 static const int feature_bits[] = { variable 59 vhost_ack_features(vhost_dev, feature_bits, vdev->guest_features); in vu_scmi_start() 143 return vhost_get_features(&scmi->vhost_dev, feature_bits, features); in vu_scmi_get_features()
|
| H A D | vhost-vsock-common.c | 22 const int feature_bits[] = { variable 38 features = vhost_get_features(&vvc->vhost_dev, feature_bits, features); in vhost_vsock_common_get_features()
|
| H A D | vhost.c | 1862 uint64_t vhost_get_features(struct vhost_dev *hdev, const int *feature_bits, in vhost_get_features() argument 1865 const int *bit = feature_bits; in vhost_get_features() 1876 void vhost_ack_features(struct vhost_dev *hdev, const int *feature_bits, in vhost_ack_features() argument 1879 const int *bit = feature_bits; in vhost_ack_features()
|
| /openbmc/qemu/include/net/ |
| H A D | vhost_net.h | 18 const int *feature_bits; member
|
| /openbmc/qemu/hw/net/ |
| H A D | vhost_net.c | 40 return vhost_get_features(&net->dev, net->feature_bits, in vhost_net_get_features() 57 vhost_ack_features(&net->dev, net->feature_bits, features); in vhost_net_ack_features() 246 net->feature_bits = options->feature_bits; in vhost_net_init()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-scsi-common.c | 133 return vhost_get_features(&vsc->dev, vsc->feature_bits, features); in vhost_scsi_common_get_features()
|
| H A D | vhost-scsi.c | 392 vsc->feature_bits = kernel_feature_bits; in vhost_scsi_instance_init()
|
| H A D | vhost-user-scsi.c | 416 vsc->feature_bits = user_feature_bits; in vhost_user_scsi_instance_init()
|
| /openbmc/qemu/include/hw/hyperv/ |
| H A D | vmbus-proto.h | 192 uint32_t feature_bits; member
|
| /openbmc/qemu/net/ |
| H A D | vhost-user.c | 140 options.feature_bits = user_feature_bits; in vhost_user_start()
|
| H A D | passt.c | 372 options.feature_bits = user_feature_bits; in passt_vhost_user_start()
|
| H A D | tap.c | 751 options.feature_bits = kernel_feature_bits; in net_init_tap_one()
|
| H A D | vhost-vdpa.c | 204 options.feature_bits = vdpa_feature_bits; in vhost_vdpa_add()
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | vmbus.c | 633 rb->feature_bits |= VMBUS_RING_BUFFER_FEAT_PENDING_SZ; in ringbufs_init() 1231 if (rb->feature_bits & VMBUS_RING_BUFFER_FEAT_PENDING_SZ) { in vmbus_channel_recv_done()
|