Searched refs:comp_buf (Results 1 – 2 of 2) sorted by relevance
290 completions = hwc_cq->comp_buf; in mana_hwc_comp_event()312 kfree(hwc_cq->comp_buf); in mana_hwc_destroy_cq()331 struct gdma_comp *comp_buf; in mana_hwc_create_cq() local363 comp_buf = kcalloc(q_depth, sizeof(*comp_buf), GFP_KERNEL); in mana_hwc_create_cq()364 if (!comp_buf) { in mana_hwc_create_cq()370 hwc_cq->comp_buf = comp_buf; in mana_hwc_create_cq()
132 struct gdma_comp *comp_buf; member
Completed in 5 milliseconds