Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp.h147 #define DP_NOT_PPDU_ID_WRAP_AROUND 20000 macro
H A Ddp_rx.c4645 ((msdu_ppdu_id - *ppdu_id) < DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()
4649 ((*ppdu_id - msdu_ppdu_id) > DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp.h98 #define DP_NOT_PPDU_ID_WRAP_AROUND 20000 macro