Home
last modified time | relevance | path

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

/linux/drivers/vdpa/ifcvf/
H A Difcvf_base.h61 struct ifcvf_hw { struct
96 struct ifcvf_hw *vf; argument
101 struct ifcvf_hw vf;
106 int ifcvf_init_hw(struct ifcvf_hw *hw, struct pci_dev *dev);
107 void ifcvf_stop(struct ifcvf_hw *hw);
108 void ifcvf_notify_queue(struct ifcvf_hw *hw, u16 qid);
109 void ifcvf_read_dev_config(struct ifcvf_hw *hw, u64 offset,
111 void ifcvf_write_dev_config(struct ifcvf_hw *hw, u64 offset,
113 u8 ifcvf_get_status(struct ifcvf_hw *hw);
114 void ifcvf_set_status(struct ifcvf_hw *hw, u8 status);
[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()
72 static void ifcvf_free_per_vq_irq(struct ifcvf_hw *vf) in ifcvf_free_per_vq_irq()
85 static void ifcvf_free_vqs_reused_irq(struct ifcvf_hw *vf) in ifcvf_free_vqs_reused_irq()
96 static void ifcvf_free_vq_irq(struct ifcvf_hw *vf) in ifcvf_free_vq_irq()
104 static void ifcvf_free_config_irq(struct ifcvf_hw *vf) in ifcvf_free_config_irq()
121 static void ifcvf_free_irq(struct ifcvf_hw *vf) in ifcvf_free_irq()
136 static int ifcvf_alloc_vectors(struct ifcvf_hw *vf) in ifcvf_alloc_vectors()
158 static int ifcvf_request_per_vq_irq(struct ifcvf_hw *vf) in ifcvf_request_per_vq_irq()
[all …]
H A Difcvf_base.c13 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector) in ifcvf_set_vq_vector()
23 u16 ifcvf_set_config_vector(struct ifcvf_hw *hw, int vector) in ifcvf_set_config_vector()
32 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()
102 int ifcvf_init_hw(struct ifcvf_hw *hw, struct pci_dev *pdev) in ifcvf_init_hw()
194 u8 ifcvf_get_status(struct ifcvf_hw *hw) in ifcvf_get_status()
199 void ifcvf_set_status(struct ifcvf_hw *hw, u8 status) in ifcvf_set_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()
[all …]