Home
last modified time | relevance | path

Searched refs:hem (Results 1 – 2 of 2) 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);