Home
last modified time | relevance | path

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

/linux/drivers/vdpa/ifcvf/
A Difcvf_base.h59 struct ifcvf_hw { struct
85 struct ifcvf_hw vf; argument
105 int ifcvf_start_hw(struct ifcvf_hw *hw);
106 void ifcvf_stop_hw(struct ifcvf_hw *hw);
107 void ifcvf_notify_queue(struct ifcvf_hw *hw, u16 qid);
112 u8 ifcvf_get_status(struct ifcvf_hw *hw);
115 void ifcvf_reset(struct ifcvf_hw *hw);
116 u64 ifcvf_get_features(struct ifcvf_hw *hw);
117 u64 ifcvf_get_hw_features(struct ifcvf_hw *hw);
119 u16 ifcvf_get_vq_state(struct ifcvf_hw *hw, u16 qid);
[all …]
A Difcvf_main.c22 struct ifcvf_hw *vf = arg; in ifcvf_config_changed()
48 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_free_irq()
64 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_request_irq()
175 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_features()
192 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_set_features()
206 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_status()
214 struct ifcvf_hw *vf; in ifcvf_vdpa_set_status()
247 struct ifcvf_hw *vf; in ifcvf_vdpa_reset()
275 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_vq_state()
284 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_set_vq_state()
[all …]
A Difcvf_base.c49 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw) in vf_to_adapter()
54 static void __iomem *get_cap_addr(struct ifcvf_hw *hw, in get_cap_addr()
182 u8 ifcvf_get_status(struct ifcvf_hw *hw) in ifcvf_get_status()
187 void ifcvf_set_status(struct ifcvf_hw *hw, u8 status) in ifcvf_set_status()
192 void ifcvf_reset(struct ifcvf_hw *hw) in ifcvf_reset()
211 u64 ifcvf_get_hw_features(struct ifcvf_hw *hw) in ifcvf_get_hw_features()
228 u64 ifcvf_get_features(struct ifcvf_hw *hw) in ifcvf_get_features()
331 static int ifcvf_hw_enable(struct ifcvf_hw *hw) in ifcvf_hw_enable()
374 static void ifcvf_hw_disable(struct ifcvf_hw *hw) in ifcvf_hw_disable()
390 int ifcvf_start_hw(struct ifcvf_hw *hw) in ifcvf_start_hw()
[all …]

Completed in 8 milliseconds