Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dhw_channel.c285 struct hwc_wq *hwc_txq = hwc->txq; in mana_hwc_tx_event_handler() local
287 if (!hwc_txq || hwc_txq->gdma_wq->id != gdma_txq_id) { in mana_hwc_tx_event_handler()
289 hwc_txq->gdma_wq->id, gdma_txq_id); in mana_hwc_tx_event_handler()
292 bus_dmamap_sync(hwc_txq->gdma_wq->mem_info.dma_tag, in mana_hwc_tx_event_handler()
293 hwc_txq->gdma_wq->mem_info.dma_map, in mana_hwc_tx_event_handler()
579 mana_hwc_post_tx_wqe(const struct hwc_wq *hwc_txq, in mana_hwc_post_tx_wqe() argument
584 device_t dev = hwc_txq->hwc->dev; in mana_hwc_post_tx_wqe()
600 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id; in mana_hwc_post_tx_wqe()
604 tx_oob->vsq_id = hwc_txq->gdma_wq->id; in mana_hwc_post_tx_wqe()
608 sge->mem_key = hwc_txq->msg_buf->gpa_mkey; in mana_hwc_post_tx_wqe()
[all …]