Searched refs:hem (Results 1 – 4 of 4) sorted by relevance
264 hem = kmalloc(sizeof(*hem), in hns_roce_alloc_hem()266 if (!hem) in hns_roce_alloc_hem()320 if (!hem) in hns_roce_free_hem()731 hem = table->hem[obj / obj_per_chunk]; in hns_roce_table_find()748 hem = table->hem[hem_idx]; in hns_roce_table_find()754 if (!hem) in hns_roce_table_find()987 hem = kzalloc(sizeof(*hem), GFP_KERNEL); in hem_list_alloc_item()988 if (!hem) in hem_list_alloc_item()1014 hem->addr, hem->dma_addr); in hem_list_free_item()1245 if (!hem) in alloc_root_hem()[all …]
89 struct hns_roce_hem *hem; member104 void hns_roce_free_hem(struct hns_roce_dev *hr_dev, struct hns_roce_hem *hem);136 static inline void hns_roce_hem_first(struct hns_roce_hem *hem, in hns_roce_hem_first() argument139 iter->hem = hem; in hns_roce_hem_first()140 iter->chunk = list_empty(&hem->chunk_list) ? NULL : in hns_roce_hem_first()141 list_entry(hem->chunk_list.next, in hns_roce_hem_first()154 if (iter->chunk->list.next == &iter->hem->chunk_list) { in hns_roce_hem_next()
246 struct hns_roce_hem **hem; member
4160 struct hns_roce_hem *hem; in hns_roce_v2_set_hem() local4194 hem = table->hem[hem_idx]; in hns_roce_v2_set_hem()4195 for (hns_roce_hem_first(hem, &iter); in hns_roce_v2_set_hem()
Completed in 27 milliseconds