Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_pci_modern.h138 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev);
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c480 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev) in vp_modern_get_status() function
486 EXPORT_SYMBOL_GPL(vp_modern_get_status);
H A Dvirtio_pci_modern.c532 return vp_modern_get_status(&vp_dev->mdev); in vp_get_status()
558 while (vp_modern_get_status(mdev)) in vp_reset()
/linux/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c96 return vp_modern_get_status(mdev); in vp_vdpa_get_status()
301 if ((vp_modern_get_status(mdev) & VIRTIO_CONFIG_S_FEATURES_OK) && in vp_vdpa_set_vq_state()
/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()