Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c55 static int mana_hwc_post_rx_wqe(const struct hwc_wq *hwc_rxq, in mana_hwc_post_rx_wqe()
214 struct hwc_wq *hwc_rxq = hwc->rxq; in mana_hwc_rx_event_handler()
258 struct hwc_wq *hwc_txq = hwc->txq; in mana_hwc_tx_event_handler()
478 struct hwc_wq *hwc_wq) in mana_hwc_destroy_wq() argument
480 mana_hwc_dealloc_dma_buf(hwc, hwc_wq->msg_buf); in mana_hwc_destroy_wq()
482 if (hwc_wq->gdma_wq) in mana_hwc_destroy_wq()
484 hwc_wq->gdma_wq); in mana_hwc_destroy_wq()
486 kfree(hwc_wq); in mana_hwc_destroy_wq()
492 struct hwc_wq **hwc_wq_ptr) in mana_hwc_create_wq()
495 struct hwc_wq *hwc_wq; in mana_hwc_create_wq() local
[all …]
/linux-6.12.1/include/net/mana/
Dhw_channel.h148 struct hwc_wq { struct
180 struct hwc_wq *rxq;
181 struct hwc_wq *txq;