Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_tx.c930 while (ATH12K_TX_COMPL_NEXT(ab, tx_ring->tx_status_head) != in ath12k_wifi7_dp_tx_completion_handler()
936 memcpy(&tx_ring->tx_status[tx_ring->tx_status_head], in ath12k_wifi7_dp_tx_completion_handler()
938 tx_ring->tx_status_head = in ath12k_wifi7_dp_tx_completion_handler()
939 ATH12K_TX_COMPL_NEXT(ab, tx_ring->tx_status_head); in ath12k_wifi7_dp_tx_completion_handler()
943 (ATH12K_TX_COMPL_NEXT(ab, tx_ring->tx_status_head) == in ath12k_wifi7_dp_tx_completion_handler()
954 tx_ring->tx_status_head) { in ath12k_wifi7_dp_tx_completion_handler()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.h62 int tx_status_head; member
H A Ddp.c1542 dp->tx_ring[i].tx_status_head = 0; in ath12k_dp_setup()