Lines Matching refs:pdsv
203 struct pds_vdpa_device *pdsv = seq->private;
207 memcpy_fromio(&vc, pdsv->vdpa_aux->vd_mdev.device,
224 status = vp_modern_get_status(&pdsv->vdpa_aux->vd_mdev);
227 seq_printf(seq, "negotiated_features: %#llx\n", pdsv->negotiated_features);
228 print_feature_bits_all(seq, pdsv->negotiated_features);
229 seq_printf(seq, "vdpa_index: %d\n", pdsv->vdpa_index);
230 seq_printf(seq, "num_vqs: %d\n", pdsv->num_vqs);
261 debugfs_create_file("config", 0400, vdpa_aux->dentry, vdpa_aux->pdsv, &config_fops);
263 for (i = 0; i < vdpa_aux->pdsv->num_vqs; i++) {
268 &vdpa_aux->pdsv->vqs[i], &vq_fops);