search for: pds_vdpa_id

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

Did you mean: pds_vdpa_isr
2023 Mar 17
0
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
...; #include <linux/pds/pds_auxbus.h> > >> @@ -9,6 +11,7 @@ > >> > >> #include "aux_drv.h" > >> #include "debugfs.h" > >> +#include "vdpa_dev.h" > >> > >> static const struct auxiliary_device_id pds_vdpa_id_table[] = { > >> { .name = PDS_VDPA_DEV_NAME, }, > >> @@ -30,6 +33,7 @@ static int pds_vdpa_probe(struct auxiliary_device *aux_dev, > >> return -ENOMEM; > >> > >> vdpa_aux->padev = padev; > >> + vdpa_a...