Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_desc.h1528 #define HAL_TX_RATE_STATS_INFO0_VALID BIT(0) macro
H A Ddp_tx.c680 if (desc->rate_stats.info0 & HAL_TX_RATE_STATS_INFO0_VALID) in ath11k_dp_tx_status_parse()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_desc.h1748 #define HAL_TX_RATE_STATS_INFO0_VALID BIT(0) macro
H A Ddp_tx.c684 if (le32_to_cpu(desc->rate_stats.info0) & HAL_TX_RATE_STATS_INFO0_VALID) in ath12k_dp_tx_status_parse()