Searched refs:QWX_TX_COMPL_NEXT (Results 1 – 1 of 1) sorted by relevance
15598 #define QWX_TX_COMPL_NEXT(x) (((x) + 1) % DP_TX_COMP_RING_SIZE) macro15618 while ((QWX_TX_COMPL_NEXT(tx_ring->tx_status_head) != in qwx_dp_tx_completion_handler()15624 QWX_TX_COMPL_NEXT(tx_ring->tx_status_head); in qwx_dp_tx_completion_handler()15638 while (QWX_TX_COMPL_NEXT(tx_ring->tx_status_tail) != in qwx_dp_tx_completion_handler()15644 QWX_TX_COMPL_NEXT(tx_ring->tx_status_tail); in qwx_dp_tx_completion_handler()