Home
last modified time | relevance | path

Searched refs:vdev_name (Results 1 – 3 of 3) sorted by relevance

/spdk/lib/virtio/
H A Dvirtio_pci.c163 const char *vdev_name; in virtio_pci_dev_event_process() local
173 vdev_name = virtio_pci_dev_check(hw, device_id); in virtio_pci_dev_event_process()
174 if (vdev_name != NULL) { in virtio_pci_dev_event_process()
175 return vdev_name; in virtio_pci_dev_event_process()
184 vdev_name = virtio_pci_dev_check(hw, device_id); in virtio_pci_dev_event_process()
185 if (vdev_name != NULL) { in virtio_pci_dev_event_process()
187 return vdev_name; in virtio_pci_dev_event_process()
/spdk/module/bdev/virtio/
H A Dbdev_virtio_blk.c666 const char *vdev_name; in bdev_virtio_pci_blk_monitor() local
669 while ((vdev_name = virtio_pci_dev_event_process(g_blk_hotplug_fd, VIRTIO_ID_BLOCK)) != NULL) { in bdev_virtio_pci_blk_monitor()
670 bdev_virtio_blk_dev_remove(vdev_name, NULL, NULL); in bdev_virtio_pci_blk_monitor()
/spdk/test/unit/lib/bdev/vbdev_zone_block.c/
H A Dvbdev_zone_block_ut.c595 send_create_vbdev(char *vdev_name, char *name, uint64_t zone_capacity, uint64_t optimal_open_zones, in send_create_vbdev() argument
598 initialize_create_req(vdev_name, name, zone_capacity, optimal_open_zones, create_bdev); in send_create_vbdev()
758 create_and_get_vbdev(char *vdev_name, char *name, uint64_t num_zones, uint64_t optimal_open_zones, in create_and_get_vbdev() argument
764 send_create_vbdev(vdev_name, name, zone_size, optimal_open_zones, create_bdev, true); in create_and_get_vbdev()
767 if (strcmp(bdev->bdev.name, vdev_name) == 0) { in create_and_get_vbdev()