search for: vf_id

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

Did you mean: vf_rid
2023 Mar 17
0
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
...] = { > >> { .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); > >> > >> /* Register our PDS client with the pds_core */ > >> @@ -40,8 +44,15 @@ static int pds_vdpa_probe(struct auxiliary_device *aux_dev, > >>...