Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dqwx.c15594 #define QWX_TX_COMPL_NEXT(x) (((x) + 1) % DP_TX_COMP_RING_SIZE) macro
15614 while ((QWX_TX_COMPL_NEXT(tx_ring->tx_status_head) != in qwx_dp_tx_completion_handler()
15620 QWX_TX_COMPL_NEXT(tx_ring->tx_status_head); in qwx_dp_tx_completion_handler()
15634 while (QWX_TX_COMPL_NEXT(tx_ring->tx_status_tail) != in qwx_dp_tx_completion_handler()
15640 QWX_TX_COMPL_NEXT(tx_ring->tx_status_tail); in qwx_dp_tx_completion_handler()