Searched defs:hns_roce_hw (Results 1 – 1 of 1) sorted by relevance
745 struct hns_roce_hw { struct746 int (*reset)(struct hns_roce_dev *hr_dev, bool enable);747 int (*cmq_init)(struct hns_roce_dev *hr_dev);748 void (*cmq_exit)(struct hns_roce_dev *hr_dev);749 int (*hw_profile)(struct hns_roce_dev *hr_dev);750 int (*hw_init)(struct hns_roce_dev *hr_dev);751 void (*hw_exit)(struct hns_roce_dev *hr_dev);752 int (*post_mbox)(struct hns_roce_dev *hr_dev, u64 in_param,755 int (*chk_mbox)(struct hns_roce_dev *hr_dev, unsigned long timeout);756 int (*set_gid)(struct hns_roce_dev *hr_dev, u8 port, int gid_index,[all …]