Searched defs:hns_roce_hw (Results 1 – 1 of 1) sorted by relevance
891 struct hns_roce_hw { struct892 int (*reset)(struct hns_roce_dev *hr_dev, bool enable);893 int (*cmq_init)(struct hns_roce_dev *hr_dev);894 void (*cmq_exit)(struct hns_roce_dev *hr_dev);895 int (*hw_profile)(struct hns_roce_dev *hr_dev);896 int (*hw_init)(struct hns_roce_dev *hr_dev);897 void (*hw_exit)(struct hns_roce_dev *hr_dev);898 int (*post_mbox)(struct hns_roce_dev *hr_dev, u64 in_param,901 int (*chk_mbox)(struct hns_roce_dev *hr_dev, unsigned long timeout);902 int (*rst_prc_mbox)(struct hns_roce_dev *hr_dev);[all …]