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

/freebsd-current/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, argument
287 if (!hwc_txq || hwc_txq->gdma_wq->id != gdma_txq_id) {
289 hwc_txq->gdma_wq->id, gdma_txq_id);
H A Dmana.h148 uint32_t gdma_txq_id; member in union:mana_txq::__anon4
H A Dmana_en.c1508 if (txq->gdma_txq_id != completions[i].wq_num) {
1512 txq->gdma_txq_id, completions[i].wq_num);
2124 txq->gdma_txq_id = txq->gdma_sq->id;
2130 i, txq->gdma_txq_id, cq->gdma_id);;

Completed in 176 milliseconds