Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c258 struct hwc_wq *hwc_txq = hwc->txq; in mana_hwc_tx_event_handler() local
260 WARN_ON_ONCE(!hwc_txq || hwc_txq->gdma_wq->id != gdma_txq_id); in mana_hwc_tx_event_handler()
535 static int mana_hwc_post_tx_wqe(const struct hwc_wq *hwc_txq, in mana_hwc_post_tx_wqe() argument
540 struct device *dev = hwc_txq->hwc->dev; in mana_hwc_post_tx_wqe()
556 tx_oob->vscq_id = hwc_txq->hwc_cq->gdma_cq->id; in mana_hwc_post_tx_wqe()
560 tx_oob->vsq_id = hwc_txq->gdma_wq->id; in mana_hwc_post_tx_wqe()
564 sge->mem_key = hwc_txq->msg_buf->gpa_mkey; in mana_hwc_post_tx_wqe()
574 err = mana_gd_post_and_ring(hwc_txq->gdma_wq, &req->wqe_req, NULL); in mana_hwc_post_tx_wqe()