Searched defs:hns_roce_hw (Results 1 – 1 of 1) sorted by relevance
855 struct hns_roce_hw { struct856 int (*cmq_init)(struct hns_roce_dev *hr_dev);857 void (*cmq_exit)(struct hns_roce_dev *hr_dev);858 int (*hw_profile)(struct hns_roce_dev *hr_dev);859 int (*hw_init)(struct hns_roce_dev *hr_dev);860 void (*hw_exit)(struct hns_roce_dev *hr_dev);861 int (*post_mbox)(struct hns_roce_dev *hr_dev,863 int (*poll_mbox_done)(struct hns_roce_dev *hr_dev);864 bool (*chk_mbox_avail)(struct hns_roce_dev *hr_dev, bool *is_busy);865 int (*set_gid)(struct hns_roce_dev *hr_dev, int gid_index,[all …]