Home
last modified time | relevance | path

Searched refs:read_dev_cfg (Results 1 – 5 of 5) sorted by relevance

/spdk/include/spdk_internal/
H A Dvirtio.h69 int (*read_dev_cfg)(struct virtio_dev *hw, size_t offset, member
/spdk/lib/virtio/
H A Dvirtio_vfio_user.c377 .read_dev_cfg = virtio_vfio_user_read_dev_config,
H A Dvirtio.c646 return virtio_dev_backend_ops(dev)->read_dev_cfg(dev, offset, dst, length); in virtio_dev_read_dev_config()
H A Dvirtio_pci.c502 .read_dev_cfg = modern_read_dev_config,
H A Dvirtio_vhost_user.c1001 .read_dev_cfg = virtio_user_read_dev_config,