Lines Matching defs:hwc_txq
285 struct hwc_wq *hwc_txq = hwc->txq;
287 if (!hwc_txq || hwc_txq->gdma_wq->id != gdma_txq_id) {
289 hwc_txq->gdma_wq->id, gdma_txq_id);
292 bus_dmamap_sync(hwc_txq->gdma_wq->mem_info.dma_tag,
293 hwc_txq->gdma_wq->mem_info.dma_map,
579 mana_hwc_post_tx_wqe(const struct hwc_wq *hwc_txq,
584 device_t dev = hwc_txq->hwc->dev;
600 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id;
604 tx_oob->vsq_id = hwc_txq->gdma_wq->id;
608 sge->mem_key = hwc_txq->msg_buf->gpa_mkey;
618 err = mana_gd_post_and_ring(hwc_txq->gdma_wq, &req->wqe_req, NULL);