Searched refs:octep_hw (Results 1 – 3 of 3) sorted by relevance
74 struct octep_hw { struct94 u8 octep_hw_get_status(struct octep_hw *oct_hw); argument95 void octep_hw_set_status(struct octep_hw *dev, uint8_t status);96 void octep_hw_reset(struct octep_hw *oct_hw);97 void octep_write_queue_select(struct octep_hw *oct_hw, u16 queue_id);98 void octep_notify_queue(struct octep_hw *oct_hw, u16 qid);102 void octep_set_vq_num(struct octep_hw *oct_hw, u16 qid, u32 num);104 bool octep_get_vq_ready(struct octep_hw *oct_hw, u16 qid);107 u16 octep_get_vq_size(struct octep_hw *oct_hw);109 u64 octep_hw_get_dev_features(struct octep_hw *oct_hw);[all …]
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()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()276 void octep_notify_queue(struct octep_hw *oct_hw, u16 qid) in octep_notify_queue()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()412 static int octep_pci_signature_verify(struct octep_hw *oct_hw) in octep_pci_signature_verify()[all …]
24 struct octep_hw *oct_hw;30 struct octep_hw oct_hw;49 struct octep_hw *oct_hw = data; in octep_vdpa_intr_handler()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()147 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_set_driver_features()167 struct octep_hw *oct_hw = vdpa_to_octep_hw(vdpa_dev); in octep_vdpa_get_driver_features()472 struct octep_hw *oct_hw; in octep_vdpa_remove_vf()504 struct octep_hw *oct_hw = &mgmt_dev->oct_hw; in octep_vdpa_dev_add()[all …]
Completed in 9 milliseconds