Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.h432 bool tids_last_pn_valid[ATH10K_TXRX_NUM_EXT_TIDS]; member
Dhtt_rx.c2423 last_pn_valid = peer->tids_last_pn_valid[tid]; in ath10k_htt_rx_pn_check_replay_hl()
2442 peer->tids_last_pn_valid[tid] = true; in ath10k_htt_rx_pn_check_replay_hl()
4059 memset(peer->tids_last_pn_valid, 0, sizeof(peer->tids_last_pn_valid)); in ath10k_htt_rx_sec_ind_handler()