Searched defs:hns_roce_hw (Results 1 – 1 of 1) sorted by relevance
929 struct hns_roce_hw { struct930 int (*reset)(struct hns_roce_dev *hr_dev, bool enable);931 int (*cmq_init)(struct hns_roce_dev *hr_dev);932 void (*cmq_exit)(struct hns_roce_dev *hr_dev);933 int (*hw_profile)(struct hns_roce_dev *hr_dev);934 int (*hw_init)(struct hns_roce_dev *hr_dev);935 void (*hw_exit)(struct hns_roce_dev *hr_dev);936 int (*post_mbox)(struct hns_roce_dev *hr_dev, u64 in_param,939 int (*chk_mbox)(struct hns_roce_dev *hr_dev, unsigned long timeout);940 int (*rst_prc_mbox)(struct hns_roce_dev *hr_dev);[all …]