Searched refs:hem (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_hem.c | 85 static bool hns_roce_check_hem_null(struct hns_roce_hem **hem, u64 hem_idx, in hns_roce_check_hem_null() argument 93 if (i != hem_idx && hem[i]) in hns_roce_check_hem_null() 258 struct hns_roce_hem *hem; in hns_roce_alloc_hem() local 265 hem = kmalloc(sizeof(*hem), in hns_roce_alloc_hem() 267 if (!hem) in hns_roce_alloc_hem() 270 INIT_LIST_HEAD(&hem->chunk_list); in hns_roce_alloc_hem() 285 list_add_tail(&chunk->list, &hem->chunk_list); in hns_roce_alloc_hem() 309 return hem; in hns_roce_alloc_hem() 312 hns_roce_free_hem(hr_dev, hem); in hns_roce_alloc_hem() 316 void hns_roce_free_hem(struct hns_roce_dev *hr_dev, struct hns_roce_hem *hem) in hns_roce_free_hem() argument [all …]
|
| D | hns_roce_hem.h | 89 struct hns_roce_hem *hem; member 104 void hns_roce_free_hem(struct hns_roce_dev *hr_dev, struct hns_roce_hem *hem); 137 static inline void hns_roce_hem_first(struct hns_roce_hem *hem, in hns_roce_hem_first() argument 140 iter->hem = hem; in hns_roce_hem_first() 141 iter->chunk = list_empty(&hem->chunk_list) ? NULL : in hns_roce_hem_first() 142 list_entry(hem->chunk_list.next, in hns_roce_hem_first() 155 if (iter->chunk->list.next == &iter->hem->chunk_list) { in hns_roce_hem_next()
|
| D | hns_roce_device.h | 273 struct hns_roce_hem **hem; member
|
| D | hns_roce_hw_v2.c | 3890 struct hns_roce_hem *hem; in hns_roce_v2_set_hem() local 3924 hem = table->hem[hem_idx]; in hns_roce_v2_set_hem() 3925 for (hns_roce_hem_first(hem, &iter); in hns_roce_v2_set_hem()
|
| D | hns_roce_hw_v1.c | 502 for (hns_roce_hem_first(table->hem[i], &iter); in hns_roce_v1_set_hem()
|