Home
last modified time | relevance | path

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

/linux/drivers/vdpa/ifcvf/
A Difcvf_main.c61 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()
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()
[all …]
A Difcvf_base.h43 (&((struct ifcvf_adapter *)adapter)->vf)
82 struct ifcvf_adapter { struct
100 struct ifcvf_adapter *adapter; argument
121 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw);
A 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()
235 struct ifcvf_adapter *ifcvf = vf_to_adapter(hw); in ifcvf_verify_min_features()
287 struct ifcvf_adapter *ifcvf; in ifcvf_config_features()
334 struct ifcvf_adapter *ifcvf; in ifcvf_hw_enable()

Completed in 8 milliseconds