Lines Matching defs:oct_hw

51 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()
276 void octep_notify_queue(struct octep_hw *oct_hw, u16 qid) in octep_notify_queue()
281 void octep_read_dev_config(struct octep_hw *oct_hw, u64 offset, void *dst, int length) in octep_read_dev_config()
299 int octep_set_vq_address(struct octep_hw *oct_hw, u16 qid, u64 desc_area, u64 driver_area, in octep_set_vq_address()
315 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state) in octep_get_vq_state()
321 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, const struct vdpa_vq_state *state) in octep_set_vq_state()
330 void octep_set_vq_num(struct octep_hw *oct_hw, u16 qid, u32 num) in octep_set_vq_num()
338 void octep_set_vq_ready(struct octep_hw *oct_hw, u16 qid, bool ready) in octep_set_vq_ready()
346 bool octep_get_vq_ready(struct octep_hw *oct_hw, u16 qid) in octep_get_vq_ready()
354 u16 octep_get_vq_size(struct octep_hw *oct_hw) in octep_get_vq_size()
360 static u32 octep_get_config_size(struct octep_hw *oct_hw) in octep_get_config_size()
372 static void __iomem *octep_get_cap_addr(struct octep_hw *oct_hw, struct virtio_pci_cap *cap) in octep_get_cap_addr()
402 static void octep_pci_caps_read(struct octep_hw *oct_hw, void *buf, size_t len, off_t offset) in octep_pci_caps_read()
412 static int octep_pci_signature_verify(struct octep_hw *oct_hw) in octep_pci_signature_verify()
427 static void octep_vndr_data_process(struct octep_hw *oct_hw, in octep_vndr_data_process()
443 int octep_hw_caps_read(struct octep_hw *oct_hw, struct pci_dev *pdev) in octep_hw_caps_read()