Searched refs:hwc_cq (Results 1 – 2 of 2) sorted by relevance
356 struct hwc_cq *hwc_cq = ctx; in mana_hwc_comp_event() local359 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() argument384 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 …]
157 struct hwc_cq { struct179 struct hwc_cq *hwc_cq; argument206 struct hwc_cq *cq;