Searched refs:comp_buf (Results 1 – 2 of 2) sorted by relevance
290 completions = hwc_cq->comp_buf; in mana_hwc_comp_event()315 kfree(hwc_cq->comp_buf); in mana_hwc_destroy_cq()334 struct gdma_comp *comp_buf; in mana_hwc_create_cq() local366 comp_buf = kcalloc(q_depth, sizeof(struct gdma_comp), GFP_KERNEL); in mana_hwc_create_cq()367 if (!comp_buf) { in mana_hwc_create_cq()373 hwc_cq->comp_buf = comp_buf; in mana_hwc_create_cq()
132 struct gdma_comp *comp_buf; member