Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/vdpa/ifcvf/
Difcvf_main.c72 static void ifcvf_free_per_vq_irq(struct ifcvf_adapter *adapter) in ifcvf_free_per_vq_irq()
86 static void ifcvf_free_vqs_reused_irq(struct ifcvf_adapter *adapter) in ifcvf_free_vqs_reused_irq()
98 static void ifcvf_free_vq_irq(struct ifcvf_adapter *adapter) in ifcvf_free_vq_irq()
108 static void ifcvf_free_config_irq(struct ifcvf_adapter *adapter) in ifcvf_free_config_irq()
126 static void ifcvf_free_irq(struct ifcvf_adapter *adapter) in ifcvf_free_irq()
140 static int ifcvf_alloc_vectors(struct ifcvf_adapter *adapter) in ifcvf_alloc_vectors()
163 static int ifcvf_request_per_vq_irq(struct ifcvf_adapter *adapter) in ifcvf_request_per_vq_irq()
198 static int ifcvf_request_vqs_reused_irq(struct ifcvf_adapter *adapter) in ifcvf_request_vqs_reused_irq()
232 static int ifcvf_request_dev_irq(struct ifcvf_adapter *adapter) in ifcvf_request_dev_irq()
274 static int ifcvf_request_vq_irq(struct ifcvf_adapter *adapter) in ifcvf_request_vq_irq()
[all …]
Difcvf_base.h42 (&((struct ifcvf_adapter *)adapter)->vf)
92 struct ifcvf_adapter { struct
110 struct ifcvf_adapter *adapter; argument
131 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw);
Difcvf_base.c13 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw) in vf_to_adapter()
15 return container_of(hw, struct ifcvf_adapter, vf); in vf_to_adapter()
41 struct ifcvf_adapter *ifcvf; in get_cap_addr()
223 struct ifcvf_adapter *ifcvf = vf_to_adapter(hw); in ifcvf_verify_min_features()
235 struct ifcvf_adapter *adapter; in ifcvf_get_config_size()
296 struct ifcvf_adapter *ifcvf; in ifcvf_config_features()