Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dhw_channel.c356 struct hwc_cq *hwc_cq = ctx; in mana_hwc_comp_event() local
359 completions = hwc_cq->comp_buf; in mana_hwc_comp_event()
360 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth); in mana_hwc_comp_event()
366 hwc_cq->tx_event_handler(hwc_cq->tx_event_ctx, in mana_hwc_comp_event()
370 hwc_cq->rx_event_handler(hwc_cq->rx_event_ctx, in mana_hwc_comp_event()
382 mana_hwc_destroy_cq(struct gdma_context *gc, struct hwc_cq *hwc_cq) in mana_hwc_destroy_cq() argument
384 if (hwc_cq->comp_buf) in mana_hwc_destroy_cq()
385 free(hwc_cq->comp_buf, M_DEVBUF); in mana_hwc_destroy_cq()
387 if (hwc_cq->gdma_cq) in mana_hwc_destroy_cq()
388 mana_gd_destroy_queue(gc, hwc_cq->gdma_cq); in mana_hwc_destroy_cq()
[all …]
H A Dhw_channel.h157 struct hwc_cq { struct
179 struct hwc_cq *hwc_cq; argument
206 struct hwc_cq *cq;