Home
last modified time | relevance | path

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

/linux-6.15/drivers/vdpa/ifcvf/
H A Difcvf_base.h61 struct ifcvf_hw { struct
96 struct ifcvf_hw *vf; argument
101 struct ifcvf_hw vf;
107 void ifcvf_stop(struct ifcvf_hw *hw);
113 u8 ifcvf_get_status(struct ifcvf_hw *hw);
115 void ifcvf_reset(struct ifcvf_hw *hw);
116 u64 ifcvf_get_dev_features(struct ifcvf_hw *hw);
117 u64 ifcvf_get_hw_features(struct ifcvf_hw *hw);
121 u32 ifcvf_get_config_size(struct ifcvf_hw *hw);
130 u64 ifcvf_get_driver_features(struct ifcvf_hw *hw);
[all …]
H A Difcvf_base.c32 static void __iomem *get_cap_addr(struct ifcvf_hw *hw, in get_cap_addr()
72 u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid) in ifcvf_get_vq_size()
85 u16 ifcvf_get_max_vq_size(struct ifcvf_hw *hw) in ifcvf_get_max_vq_size()
194 u8 ifcvf_get_status(struct ifcvf_hw *hw) in ifcvf_get_status()
204 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()
229 u64 ifcvf_get_dev_features(struct ifcvf_hw *hw) in ifcvf_get_dev_features()
234 u64 ifcvf_get_driver_features(struct ifcvf_hw *hw) in ifcvf_get_driver_features()
261 u32 ifcvf_get_config_size(struct ifcvf_hw *hw) in ifcvf_get_config_size()
390 static void ifcvf_reset_vring(struct ifcvf_hw *hw) in ifcvf_reset_vring()
[all …]
H A Difcvf_main.c22 struct ifcvf_hw *vf = arg; in ifcvf_config_changed()
42 struct ifcvf_hw *vf = arg; in ifcvf_vqs_reused_intr_handler()
57 struct ifcvf_hw *vf = arg; in ifcvf_dev_intr_handler()
367 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_device_features()
384 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_set_driver_features()
398 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_driver_features()
408 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_get_status()
415 struct ifcvf_hw *vf; in ifcvf_vdpa_set_status()
439 struct ifcvf_hw *vf = vdpa_to_vf(vdpa_dev); in ifcvf_vdpa_reset()
700 struct ifcvf_hw *vf; in ifcvf_vdpa_dev_add()
[all …]