Searched refs:ifcvf_hw (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/vdpa/ifcvf/ |
D | ifcvf_base.h | 65 struct ifcvf_hw { struct 97 struct ifcvf_hw vf; argument 116 int ifcvf_init_hw(struct ifcvf_hw *hw, struct pci_dev *dev); 117 int ifcvf_start_hw(struct ifcvf_hw *hw); 118 void ifcvf_stop_hw(struct ifcvf_hw *hw); 119 void ifcvf_notify_queue(struct ifcvf_hw *hw, u16 qid); 120 void ifcvf_read_dev_config(struct ifcvf_hw *hw, u64 offset, 122 void ifcvf_write_dev_config(struct ifcvf_hw *hw, u64 offset, 124 u8 ifcvf_get_status(struct ifcvf_hw *hw); 125 void ifcvf_set_status(struct ifcvf_hw *hw, u8 status); [all …]
|
D | ifcvf_main.c | 22 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() 75 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_free_per_vq_irq() 89 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_free_vqs_reused_irq() 100 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_free_vq_irq() 111 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_free_config_irq() 143 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_alloc_vectors() 166 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_request_per_vq_irq() 201 struct ifcvf_hw *vf = &adapter->vf; in ifcvf_request_vqs_reused_irq() [all …]
|
D | ifcvf_base.c | 13 struct ifcvf_adapter *vf_to_adapter(struct ifcvf_hw *hw) in vf_to_adapter() 18 u16 ifcvf_set_vq_vector(struct ifcvf_hw *hw, u16 qid, int vector) in ifcvf_set_vq_vector() 28 u16 ifcvf_set_config_vector(struct ifcvf_hw *hw, int vector) in ifcvf_set_config_vector() 37 static void __iomem *get_cap_addr(struct ifcvf_hw *hw, in get_cap_addr() 82 int ifcvf_init_hw(struct ifcvf_hw *hw, struct pci_dev *pdev) in ifcvf_init_hw() 170 u8 ifcvf_get_status(struct ifcvf_hw *hw) in ifcvf_get_status() 175 void ifcvf_set_status(struct ifcvf_hw *hw, u8 status) in ifcvf_set_status() 180 void ifcvf_reset(struct ifcvf_hw *hw) in ifcvf_reset() 190 static void ifcvf_add_status(struct ifcvf_hw *hw, u8 status) in ifcvf_add_status() 199 u64 ifcvf_get_hw_features(struct ifcvf_hw *hw) in ifcvf_get_hw_features() [all …]
|