Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
A Dhw_channel.c290 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() local
363 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()
A Dhw_channel.h132 struct gdma_comp *comp_buf; member

Completed in 5 milliseconds