Home
last modified time | relevance | path

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

/spdk/include/spdk_internal/
H A Dvirtio.h71 int (*write_dev_cfg)(struct virtio_dev *hw, size_t offset, member
/spdk/lib/virtio/
H A Dvirtio_vfio_user.c378 .write_dev_cfg = virtio_vfio_user_write_dev_config,
H A Dvirtio.c653 return virtio_dev_backend_ops(dev)->write_dev_cfg(dev, offset, src, length); in virtio_dev_write_dev_config()
H A Dvirtio_pci.c503 .write_dev_cfg = modern_write_dev_config,
H A Dvirtio_vhost_user.c1002 .write_dev_cfg = virtio_user_write_dev_config,