Home
last modified time | relevance | path

Searched refs:comp_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c290 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() local
366 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()
Dhw_channel.h132 struct gdma_comp *comp_buf; member