Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vdpa/ifcvf/
Difcvf_main.c46 static void ifcvf_free_irq(struct ifcvf_adapter *adapter, int queues) in ifcvf_free_irq()
62 static int ifcvf_request_irq(struct ifcvf_adapter *adapter) in ifcvf_request_irq()
140 static void ifcvf_reset_vring(struct ifcvf_adapter *adapter) in ifcvf_reset_vring()
158 static struct ifcvf_adapter *vdpa_to_adapter(struct vdpa_device *vdpa_dev) in vdpa_to_adapter()
160 return container_of(vdpa_dev, struct ifcvf_adapter, vdpa); in vdpa_to_adapter()
165 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in vdpa_to_vf()
198 struct ifcvf_adapter *adapter; in ifcvf_vdpa_set_status()
403 struct ifcvf_adapter *adapter; in ifcvf_probe()
440 adapter = vdpa_alloc_device(struct ifcvf_adapter, vdpa, in ifcvf_probe()
481 struct ifcvf_adapter *adapter = pci_get_drvdata(pdev); in ifcvf_remove()
Difcvf_base.h53 (&((struct ifcvf_adapter *)adapter)->vf)
90 struct ifcvf_adapter { struct
121 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw);
Difcvf_base.c49 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw) in vf_to_adapter()
51 return container_of(hw, struct ifcvf_adapter, vf); in vf_to_adapter()
57 struct ifcvf_adapter *ifcvf; in get_cap_addr()
261 struct ifcvf_adapter *ifcvf; in ifcvf_config_features()
308 struct ifcvf_adapter *ifcvf; in ifcvf_hw_enable()