Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp.h145 #define DP_NOT_PPDU_ID_WRAP_AROUND 20000 macro
H A Ddp_rx.c4596 ((msdu_ppdu_id - *ppdu_id) < DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()
4600 ((*ppdu_id - msdu_ppdu_id) > DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.h92 #define DP_NOT_PPDU_ID_WRAP_AROUND 20000 macro