Home
last modified time | relevance | path

Searched refs:vdpa_mdev (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/vdpa/pds/
H A Daux_drv.c67 err = vdpa_mgmtdev_register(&vdpa_aux->vdpa_mdev); in pds_vdpa_probe()
95 vdpa_mgmtdev_unregister(&vdpa_aux->vdpa_mdev); in pds_vdpa_remove()
H A Daux_drv.h15 struct vdpa_mgmt_dev vdpa_mdev; member
H A Dvdpa_dev.c387 max_vq = vdpa_aux->vdpa_mdev.max_supported_vqs; in pds_vdpa_request_irqs()
618 vdpa_aux = container_of(mdev, struct pds_vdpa_aux, vdpa_mdev); in pds_vdpa_dev_add()
620 mgmt = &vdpa_aux->vdpa_mdev; in pds_vdpa_dev_add()
722 pdsv->vdpa_dev.mdev = &vdpa_aux->vdpa_mdev; in pds_vdpa_dev_add()
761 vdpa_aux = container_of(mdev, struct pds_vdpa_aux, vdpa_mdev); in pds_vdpa_dev_del()
796 mgmt = &vdpa_aux->vdpa_mdev; in pds_vdpa_get_mgmt_info()
H A Ddebugfs.c184 mgmt = &vdpa_aux->vdpa_mdev; in identity_show()