Searched defs:hns_roce_hw (Results 1 – 1 of 1) sorted by relevance
876 struct hns_roce_hw { struct877 int (*cmq_init)(struct hns_roce_dev *hr_dev);878 void (*cmq_exit)(struct hns_roce_dev *hr_dev);879 int (*hw_profile)(struct hns_roce_dev *hr_dev);880 int (*hw_init)(struct hns_roce_dev *hr_dev);881 void (*hw_exit)(struct hns_roce_dev *hr_dev);882 int (*post_mbox)(struct hns_roce_dev *hr_dev,884 int (*poll_mbox_done)(struct hns_roce_dev *hr_dev);885 bool (*chk_mbox_avail)(struct hns_roce_dev *hr_dev, bool *is_busy);886 int (*set_gid)(struct hns_roce_dev *hr_dev, int gid_index,[all …]