Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvirtio_pci_modern.h99 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev);
/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_modern.c152 return vp_modern_get_status(&vp_dev->mdev); in vp_get_status()
176 while (vp_modern_get_status(mdev)) in vp_reset()
H A Dvirtio_pci_modern_dev.c460 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev) in vp_modern_get_status() function
466 EXPORT_SYMBOL_GPL(vp_modern_get_status);
/openbmc/linux/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c96 return vp_modern_get_status(mdev); in vp_vdpa_get_status()
288 if ((vp_modern_get_status(mdev) & VIRTIO_CONFIG_S_FEATURES_OK) && in vp_vdpa_set_vq_state()
/openbmc/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()