Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c89 ((msdu_ppdu_id - *ppdu_id) < DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath12k_dp_mon_comp_ppduid()
94 ((*ppdu_id - msdu_ppdu_id) > DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath12k_dp_mon_comp_ppduid()
H A Ddp.h115 #define DP_NOT_PPDU_ID_WRAP_AROUND 20000 macro
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp.h147 #define DP_NOT_PPDU_ID_WRAP_AROUND 20000 macro
H A Ddp_rx.c4644 ((msdu_ppdu_id - *ppdu_id) < DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()
4648 ((*ppdu_id - msdu_ppdu_id) > DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()