Lines Matching refs:octep_hw
50 static inline struct octep_mbox __iomem *octep_get_mbox(struct octep_hw *oct_hw) in octep_get_mbox()
102 static int octep_process_mbox(struct octep_hw *oct_hw, u16 id, u16 qid, void *buffer, in octep_process_mbox()
180 u8 octep_hw_get_status(struct octep_hw *oct_hw) in octep_hw_get_status()
185 void octep_hw_set_status(struct octep_hw *oct_hw, u8 status) in octep_hw_set_status()
190 void octep_hw_reset(struct octep_hw *oct_hw) in octep_hw_reset()
202 static int feature_sel_write_with_timeout(struct octep_hw *oct_hw, u32 select, void __iomem *addr) in feature_sel_write_with_timeout()
215 u64 octep_hw_get_dev_features(struct octep_hw *oct_hw) in octep_hw_get_dev_features()
232 u64 octep_hw_get_drv_features(struct octep_hw *oct_hw) in octep_hw_get_drv_features()
249 void octep_hw_set_drv_features(struct octep_hw *oct_hw, u64 features) in octep_hw_set_drv_features()
262 void octep_write_queue_select(struct octep_hw *oct_hw, u16 queue_id) in octep_write_queue_select()
275 void octep_notify_queue(struct octep_hw *oct_hw, u16 qid) in octep_notify_queue()
280 void octep_read_dev_config(struct octep_hw *oct_hw, u64 offset, void *dst, int length) in octep_read_dev_config()
298 int octep_set_vq_address(struct octep_hw *oct_hw, u16 qid, u64 desc_area, u64 driver_area, in octep_set_vq_address()
314 int octep_get_vq_state(struct octep_hw *oct_hw, u16 qid, struct vdpa_vq_state *state) in octep_get_vq_state()
320 int octep_set_vq_state(struct octep_hw *oct_hw, u16 qid, const struct vdpa_vq_state *state) in octep_set_vq_state()
329 void octep_set_vq_num(struct octep_hw *oct_hw, u16 qid, u32 num) in octep_set_vq_num()
337 void octep_set_vq_ready(struct octep_hw *oct_hw, u16 qid, bool ready) in octep_set_vq_ready()
345 bool octep_get_vq_ready(struct octep_hw *oct_hw, u16 qid) in octep_get_vq_ready()
353 u16 octep_get_vq_size(struct octep_hw *oct_hw) in octep_get_vq_size()
359 static u32 octep_get_config_size(struct octep_hw *oct_hw) in octep_get_config_size()
364 static void __iomem *octep_get_cap_addr(struct octep_hw *oct_hw, struct virtio_pci_cap *cap) in octep_get_cap_addr()
394 static void octep_pci_caps_read(struct octep_hw *oct_hw, void *buf, size_t len, off_t offset) in octep_pci_caps_read()
404 static int octep_pci_signature_verify(struct octep_hw *oct_hw) in octep_pci_signature_verify()
419 int octep_hw_caps_read(struct octep_hw *oct_hw, struct pci_dev *pdev) in octep_hw_caps_read()