Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2283 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_pn_check_replay_hl() local
2313 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_pn_check_replay_hl()
2315 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_pn_check_replay_hl()
2317 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2318 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_pn_check_replay_hl()
2346 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_proc_rx_ind_hl() local
2405 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_proc_rx_ind_hl()
2407 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_proc_rx_ind_hl()
2409 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2412 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_ind_hl()
[all …]