Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c233 struct hwc_wq *hwc_txq = hwc->txq; in mana_hwc_tx_event_handler() local
235 WARN_ON_ONCE(!hwc_txq || hwc_txq->gdma_wq->id != gdma_txq_id); in mana_hwc_tx_event_handler()
509 static int mana_hwc_post_tx_wqe(const struct hwc_wq *hwc_txq, in mana_hwc_post_tx_wqe() argument
514 struct device *dev = hwc_txq->hwc->dev; in mana_hwc_post_tx_wqe()
530 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id; in mana_hwc_post_tx_wqe()
534 tx_oob->vsq_id = hwc_txq->gdma_wq->id; in mana_hwc_post_tx_wqe()
538 sge->mem_key = hwc_txq->msg_buf->gpa_mkey; in mana_hwc_post_tx_wqe()
548 err = mana_gd_post_and_ring(hwc_txq->gdma_wq, &req->wqe_req, NULL); in mana_hwc_post_tx_wqe()