Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_pci_modern.h103 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev);
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c469 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev) in vp_modern_get_status() function
475 EXPORT_SYMBOL_GPL(vp_modern_get_status);
H A Dvirtio_pci_modern.c423 return vp_modern_get_status(&vp_dev->mdev); in vp_get_status()
449 while (vp_modern_get_status(mdev)) in vp_reset()
/linux/drivers/vdpa/pds/
H A Ddebugfs.c224 status = vp_modern_get_status(&pdsv->vdpa_aux->vd_mdev); in config_show()
H A Dvdpa_dev.c377 return vp_modern_get_status(&pdsv->vdpa_aux->vd_mdev); in pds_vdpa_get_status()