Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/vdpa/ifcvf/
Difcvf_base.h92 struct ifcvf_adapter { struct
101 struct ifcvf_adapter *adapter; argument
121 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw);
Difcvf_main.c352 static struct ifcvf_adapter *vdpa_to_adapter(struct vdpa_device *vdpa_dev) in vdpa_to_adapter()
354 return container_of(vdpa_dev, struct ifcvf_adapter, vdpa); in vdpa_to_adapter()
359 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in vdpa_to_vf()
366 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in ifcvf_vdpa_get_device_features()
539 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in ifcvf_vdpa_get_vendor_id()
682 struct ifcvf_adapter *adapter; in ifcvf_vdpa_dev_add()
692 adapter = vdpa_alloc_device(struct ifcvf_adapter, vdpa, in ifcvf_vdpa_dev_add()