Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c251 struct hwc_wq *hwc_txq = hwc->txq; in mana_hwc_tx_event_handler() local
253 WARN_ON_ONCE(!hwc_txq || hwc_txq->gdma_wq->id != gdma_txq_id); in mana_hwc_tx_event_handler()
527 static int mana_hwc_post_tx_wqe(const struct hwc_wq *hwc_txq, in mana_hwc_post_tx_wqe() argument
532 struct device *dev = hwc_txq->hwc->dev; in mana_hwc_post_tx_wqe()
548 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id; in mana_hwc_post_tx_wqe()
552 tx_oob->vsq_id = hwc_txq->gdma_wq->id; in mana_hwc_post_tx_wqe()
556 sge->mem_key = hwc_txq->msg_buf->gpa_mkey; in mana_hwc_post_tx_wqe()
566 err = mana_gd_post_and_ring(hwc_txq->gdma_wq, &req->wqe_req, NULL); in mana_hwc_post_tx_wqe()