Searched refs:hwc_wq (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/net/mana/
H A Dhw_channel.h148 struct hwc_wq { struct
180 struct hwc_wq *rxq;
181 struct hwc_wq *txq;
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c81 static int mana_hwc_post_rx_wqe(const struct hwc_wq *hwc_rxq,
206 struct hwc_wq *hwc_rxq = hwc->rxq;
252 struct hwc_wq *hwc_txq = hwc->txq;
472 struct hwc_wq *hwc_wq)
474 mana_hwc_dealloc_dma_buf(hwc, hwc_wq->msg_buf);
476 if (hwc_wq->gdma_wq)
478 hwc_wq->gdma_wq);
480 kfree(hwc_wq);
486 struct hwc_wq **hwc_wq_pt
471 mana_hwc_destroy_wq(struct hw_channel_context *hwc, struct hwc_wq *hwc_wq) argument
489 struct hwc_wq *hwc_wq; local
[all...]

Completed in 213 milliseconds