Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.h124 struct ifcvf_hw { struct
140 ifcvf_init_hw(struct ifcvf_hw *hw, PCI_DEV *dev); argument
143 ifcvf_get_features(struct ifcvf_hw *hw);
146 ifcvf_start_hw(struct ifcvf_hw *hw);
149 ifcvf_stop_hw(struct ifcvf_hw *hw);
152 ifcvf_enable_logging(struct ifcvf_hw *hw, u64 log_base, u64 log_size);
155 ifcvf_disable_logging(struct ifcvf_hw *hw);
158 ifcvf_notify_queue(struct ifcvf_hw *hw, u16 qid);
161 ifcvf_get_notify_region(struct ifcvf_hw *hw);
164 ifcvf_get_queue_notify_off(struct ifcvf_hw *hw, int qid);
H A Difcvf.c36 ifcvf_init_hw(struct ifcvf_hw *hw, PCI_DEV *dev) in ifcvf_init_hw()
103 ifcvf_get_status(struct ifcvf_hw *hw) in ifcvf_get_status()
115 ifcvf_reset(struct ifcvf_hw *hw) in ifcvf_reset()
135 ifcvf_get_features(struct ifcvf_hw *hw) in ifcvf_get_features()
162 ifcvf_config_features(struct ifcvf_hw *hw) in ifcvf_config_features()
188 ifcvf_hw_enable(struct ifcvf_hw *hw) in ifcvf_hw_enable()
237 ifcvf_hw_disable(struct ifcvf_hw *hw) in ifcvf_hw_disable()
258 ifcvf_start_hw(struct ifcvf_hw *hw) in ifcvf_start_hw()
275 ifcvf_stop_hw(struct ifcvf_hw *hw) in ifcvf_stop_hw()
304 ifcvf_disable_logging(struct ifcvf_hw *hw) in ifcvf_disable_logging()
[all …]
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c51 struct ifcvf_hw hw;
265 struct ifcvf_hw *hw = &internal->hw; in vdpa_ifcvf_start()
310 struct ifcvf_hw *hw = &internal->hw; in vdpa_ifcvf_stop()
442 struct ifcvf_hw *hw = &internal->hw; in notify_relay()
586 struct ifcvf_hw *hw = &internal->hw; in m_ifcvf_start()
673 struct ifcvf_hw *hw = &internal->hw; in m_ifcvf_stop()
1096 struct ifcvf_hw *hw; in ifcvf_set_vring_state()