Home
last modified time | relevance | path

Searched refs:virtio_dev_reset (Results 1 – 6 of 6) sorted by relevance

/spdk/lib/virtio/
H A Dspdk_virtio.map11 virtio_dev_reset;
H A Dvirtio.c252 virtio_dev_reset(struct virtio_dev *dev, uint64_t req_features) in virtio_dev_reset() function
/spdk/module/bdev/virtio/
H A Dbdev_virtio_blk.c556 rc = virtio_dev_reset(vdev, VIRTIO_BLK_DEV_SUPPORTED_FEATURES); in virtio_pci_blk_dev_create()
610 rc = virtio_dev_reset(&bvdev->vdev, feature_bits); in virtio_user_blk_dev_create()
753 rc = virtio_dev_reset(&bvdev->vdev, VIRTIO_BLK_DEV_SUPPORTED_FEATURES); in bdev_virtio_vfio_user_blk_dev_create()
H A Dbdev_virtio_scsi.c205 rc = virtio_dev_reset(vdev, feature_bits); in virtio_scsi_dev_init()
/spdk/include/spdk_internal/
H A Dvirtio.h242 int virtio_dev_reset(struct virtio_dev *vdev, uint64_t req_features);
/spdk/test/app/fuzz/vhost_fuzz/
H A Dvhost_fuzz.c190 rc = virtio_dev_reset(vdev, flags); in virtio_dev_init()