search for: aux_dev

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

Did you mean: add_dev
2023 Mar 17
0
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
...quot;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_aux->vf_id = pci_iov_vf_id(padev->vf->pdev); > >> auxiliary_set_drvdata(aux_dev, vdpa_aux); > >> > >> /*...