Home
last modified time | relevance | path

Searched refs:hns_roce_buddy (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_device.h312 struct hns_roce_buddy { struct
414 struct hns_roce_buddy mtt_buddy;
417 struct hns_roce_buddy mtt_cqe_buddy;
419 struct hns_roce_buddy mtt_srqwqe_buddy;
421 struct hns_roce_buddy mtt_idx_buddy;
Dhns_roce_mr.c69 static int hns_roce_buddy_alloc(struct hns_roce_buddy *buddy, int order, in hns_roce_buddy_alloc()
105 static void hns_roce_buddy_free(struct hns_roce_buddy *buddy, unsigned long seg, in hns_roce_buddy_free()
125 static int hns_roce_buddy_init(struct hns_roce_buddy *buddy, int max_order) in hns_roce_buddy_init()
166 static void hns_roce_buddy_cleanup(struct hns_roce_buddy *buddy) in hns_roce_buddy_cleanup()
182 struct hns_roce_buddy *buddy; in hns_roce_alloc_mtt_range()