Searched refs:ATH12K_TX_COMPL_NEXT (Results 1 – 2 of 2) sorted by relevance
547 while (ATH12K_TX_COMPL_NEXT(tx_ring->tx_status_head) != tx_ring->tx_status_tail) { in ath12k_dp_tx_completion_handler()555 ATH12K_TX_COMPL_NEXT(tx_ring->tx_status_head); in ath12k_dp_tx_completion_handler()559 (ATH12K_TX_COMPL_NEXT(tx_ring->tx_status_head) == tx_ring->tx_status_tail)) { in ath12k_dp_tx_completion_handler()568 while (ATH12K_TX_COMPL_NEXT(tx_ring->tx_status_tail) != tx_ring->tx_status_head) { in ath12k_dp_tx_completion_handler()573 ATH12K_TX_COMPL_NEXT(tx_ring->tx_status_tail); in ath12k_dp_tx_completion_handler()
42 #define ATH12K_TX_COMPL_NEXT(x) (((x) + 1) % DP_TX_COMP_RING_SIZE) macro