Home
last modified time | relevance | path

Searched refs:hem (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c84 static bool hns_roce_check_hem_null(struct hns_roce_hem **hem, u64 hem_idx, in hns_roce_check_hem_null() argument
92 if (i != hem_idx && hem[i]) in hns_roce_check_hem_null()
254 struct hns_roce_hem *hem; in hns_roce_alloc_hem() local
265 hem = kmalloc_obj(*hem); in hns_roce_alloc_hem()
266 if (!hem) in hns_roce_alloc_hem()
270 &hem->dma, GFP_KERNEL); in hns_roce_alloc_hem()
274 hem->buf = buf; in hns_roce_alloc_hem()
275 hem->size = hem_alloc_size; in hns_roce_alloc_hem()
277 return hem; in hns_roce_alloc_hem()
280 kfree(hem); in hns_roce_alloc_hem()
[all …]
H A Dhns_roce_hem.h88 void hns_roce_free_hem(struct hns_roce_dev *hr_dev, struct hns_roce_hem *hem);
H A Dhns_roce_hw_v2.c4393 struct hns_roce_hem *hem; in hns_roce_v2_set_hem() local
4427 hem = table->hem[hem_idx]; in hns_roce_v2_set_hem()
4429 ret = set_hem_to_hw(hr_dev, obj, hem->dma, table->type, step_idx); in hns_roce_v2_set_hem()