Home
last modified time | relevance | path

Searched defs:oct_hw (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/vdpa/octeon_ep/
Doctep_vdpa_hw.c51 static inline struct octep_mbox __iomem *octep_get_mbox(struct octep_hw *oct_hw) in octep_get_mbox()
103 static int octep_process_mbox(struct octep_hw *oct_hw, u16 id, u16 qid, void *buffer, in octep_process_mbox()
181 u8 octep_hw_get_status(struct octep_hw *oct_hw) in octep_hw_get_status()
186 void octep_hw_set_status(struct octep_hw *oct_hw, u8 status) in octep_hw_set_status()
191 void octep_hw_reset(struct octep_hw *oct_hw) in octep_hw_reset()
203 static int feature_sel_write_with_timeout(struct octep_hw *oct_hw, u32 select, void __iomem *addr) in feature_sel_write_with_timeout()
216 u64 octep_hw_get_dev_features(struct octep_hw *oct_hw) in octep_hw_get_dev_features()
233 u64 octep_hw_get_drv_features(struct octep_hw *oct_hw) in octep_hw_get_drv_features()
250 void octep_hw_set_drv_features(struct octep_hw *oct_hw, u64 features) in octep_hw_set_drv_features()
263 void octep_write_queue_select(struct octep_hw *oct_hw, u16 queue_id) in octep_write_queue_select()
[all …]
Doctep_vdpa_main.c24 struct octep_hw *oct_hw; member
30 struct octep_hw oct_hw; member
49 struct octep_hw *oct_hw = data; in octep_vdpa_intr_handler() local
85 static void octep_free_irqs(struct octep_hw *oct_hw) in octep_free_irqs()
105 static int octep_request_irqs(struct octep_hw *oct_hw) in octep_request_irqs()
140 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_get_device_features() local
147 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_set_driver_features() local
167 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_get_driver_features() local
174 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_get_status() local
181 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_set_status() local
[all …]