Home
last modified time | relevance | path

Searched refs:last_ppdu_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Ddp_tx.c568 if (ar->last_ppdu_id == 0) { in ath11k_dp_tx_complete_msdu()
569 ar->last_ppdu_id = ts->ppdu_id; in ath11k_dp_tx_complete_msdu()
570 } else if (ar->last_ppdu_id == ts->ppdu_id || in ath11k_dp_tx_complete_msdu()
571 ar->cached_ppdu_id == ar->last_ppdu_id) { in ath11k_dp_tx_complete_msdu()
572 ar->cached_ppdu_id = ar->last_ppdu_id; in ath11k_dp_tx_complete_msdu()
583 ar->last_ppdu_id = ts->ppdu_id; in ath11k_dp_tx_complete_msdu()
Dcore.h700 u32 last_ppdu_id; member