Searched defs:hns_roce_hw (Results 1 – 1 of 1) sorted by relevance
886 struct hns_roce_hw { struct887 int (*reset)(struct hns_roce_dev *hr_dev, bool enable);888 int (*cmq_init)(struct hns_roce_dev *hr_dev);889 void (*cmq_exit)(struct hns_roce_dev *hr_dev);890 int (*hw_profile)(struct hns_roce_dev *hr_dev);891 int (*hw_init)(struct hns_roce_dev *hr_dev);892 void (*hw_exit)(struct hns_roce_dev *hr_dev);893 int (*post_mbox)(struct hns_roce_dev *hr_dev, u64 in_param,896 int (*poll_mbox_done)(struct hns_roce_dev *hr_dev,898 bool (*chk_mbox_avail)(struct hns_roce_dev *hr_dev, bool *is_busy);[all …]