Lines Matching refs:ifcvf_adapter
45 static void ifcvf_free_irq(struct ifcvf_adapter *adapter, int queues) in ifcvf_free_irq()
61 static int ifcvf_request_irq(struct ifcvf_adapter *adapter) in ifcvf_request_irq()
142 static void ifcvf_reset_vring(struct ifcvf_adapter *adapter) in ifcvf_reset_vring()
160 static struct ifcvf_adapter *vdpa_to_adapter(struct vdpa_device *vdpa_dev) in vdpa_to_adapter()
162 return container_of(vdpa_dev, struct ifcvf_adapter, vdpa); in vdpa_to_adapter()
167 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in vdpa_to_vf()
174 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in ifcvf_vdpa_get_features()
213 struct ifcvf_adapter *adapter; in ifcvf_vdpa_set_status()
246 struct ifcvf_adapter *adapter; in ifcvf_vdpa_reset()
356 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in ifcvf_vdpa_get_vendor_id()
369 struct ifcvf_adapter *adapter = vdpa_to_adapter(vdpa_dev); in ifcvf_vdpa_get_config_size()
506 struct ifcvf_adapter *adapter; in ifcvf_vdpa_dev_add()
518 adapter = vdpa_alloc_device(struct ifcvf_adapter, vdpa, in ifcvf_vdpa_dev_add()