Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Ddp.h145 #define DP_NOT_PPDU_ID_WRAP_AROUND 20000 macro
Ddp_rx.c4655 ((msdu_ppdu_id - *ppdu_id) < DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()
4659 ((*ppdu_id - msdu_ppdu_id) > DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp.h97 #define DP_NOT_PPDU_ID_WRAP_AROUND 20000 macro