Searched refs:last_ppdu_id (Results 1 – 2 of 2) sorted by relevance
568 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()
700 u32 last_ppdu_id; member