Searched refs:hem (Results 1 – 3 of 3) sorted by relevance
84 static bool hns_roce_check_hem_null(struct hns_roce_hem **hem, u64 hem_idx, in hns_roce_check_hem_null() argument92 if (i != hem_idx && hem[i]) in hns_roce_check_hem_null()254 struct hns_roce_hem *hem; in hns_roce_alloc_hem() local265 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 …]
88 void hns_roce_free_hem(struct hns_roce_dev *hr_dev, struct hns_roce_hem *hem);
4393 struct hns_roce_hem *hem; in hns_roce_v2_set_hem() local4427 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()