Home
last modified time | relevance | path

Searched refs:ifcvf_mgmt_dev (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/vdpa/ifcvf/
H A Difcvf_main.c705 vf = &ifcvf_mgmt_dev->vf; in ifcvf_vdpa_dev_add()
714 ifcvf_mgmt_dev->adapter = adapter; in ifcvf_vdpa_dev_add()
753 ifcvf_mgmt_dev->adapter = NULL; in ifcvf_vdpa_dev_del()
796 if (!ifcvf_mgmt_dev) { in ifcvf_probe()
801 vf = &ifcvf_mgmt_dev->vf; in ifcvf_probe()
833 ifcvf_mgmt_dev->mdev.device = dev; in ifcvf_probe()
845 pci_set_drvdata(pdev, ifcvf_mgmt_dev); in ifcvf_probe()
850 kfree(ifcvf_mgmt_dev->vf.vring); in ifcvf_probe()
851 kfree(ifcvf_mgmt_dev); in ifcvf_probe()
861 kfree(ifcvf_mgmt_dev->vf.vring); in ifcvf_remove()
[all …]