Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dhw_channel.h154 typedef void hwc_tx_event_handler_t(void *ctx, uint32_t gdma_txq_id,
H A Dhw_channel.c281 mana_hwc_tx_event_handler(void *ctx, uint32_t gdma_txq_id, in mana_hwc_tx_event_handler() argument
287 if (!hwc_txq || hwc_txq->gdma_wq->id != gdma_txq_id) { in mana_hwc_tx_event_handler()
289 hwc_txq->gdma_wq->id, gdma_txq_id); in mana_hwc_tx_event_handler()
H A Dmana.h148 uint32_t gdma_txq_id; member
H A Dmana_en.c1497 if (txq->gdma_txq_id != completions[i].wq_num) { in mana_poll_tx_cq()
1501 txq->gdma_txq_id, completions[i].wq_num); in mana_poll_tx_cq()
2111 txq->gdma_txq_id = txq->gdma_sq->id; in mana_create_txq()
2117 i, txq->gdma_txq_id, cq->gdma_id); in mana_create_txq()