search for: pds_vdpa_ident

Displaying 1 result from an estimated 1 matches for "pds_vdpa_ident".

2023 Mar 17
0
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
...ds/aux_drv.h > >> +++ b/drivers/vdpa/pds/aux_drv.h > >> @@ -10,6 +10,13 @@ > >> struct pds_vdpa_aux { > >> struct pds_auxiliary_dev *padev; > >> > >> + struct vdpa_mgmt_dev vdpa_mdev; > >> + > >> + struct pds_vdpa_ident ident; > >> + > >> + int vf_id; > >> struct dentry *dentry; > >> + > >> + int nintrs; > >> }; > >> #endif /* _AUX_DRV_H_ */ > >> diff --git a/drivers/vdpa/pds/debugfs.c b/drivers/vdpa/pds/debugfs.c >...