Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c607 if (ar->last_ppdu_id == 0) { in ath11k_dp_tx_complete_msdu()
608 ar->last_ppdu_id = ts->ppdu_id; in ath11k_dp_tx_complete_msdu()
609 } else if (ar->last_ppdu_id == ts->ppdu_id || in ath11k_dp_tx_complete_msdu()
610 ar->cached_ppdu_id == ar->last_ppdu_id) { in ath11k_dp_tx_complete_msdu()
611 ar->cached_ppdu_id = ar->last_ppdu_id; in ath11k_dp_tx_complete_msdu()
622 ar->last_ppdu_id = ts->ppdu_id; in ath11k_dp_tx_complete_msdu()