Lines Matching refs:sec_index

2281 	enum htt_txrx_sec_cast_type sec_index;  in ath10k_htt_rx_pn_check_replay_hl()  local
2311 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_pn_check_replay_hl()
2313 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_pn_check_replay_hl()
2315 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2316 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()
2344 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_proc_rx_ind_hl() local
2403 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_proc_rx_ind_hl()
2405 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_proc_rx_ind_hl()
2407 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2410 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()
2644 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_proc_rx_frag_ind_hl() local
2708 sec_index = MS(rx_desc_info, HTT_RX_DESC_HL_INFO_MCAST_BCAST) ? in ath10k_htt_rx_proc_rx_frag_ind_hl()
2710 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_frag_ind_hl()
2711 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_frag_ind_hl()
3911 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_sec_ind_handler() local
3927 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_sec_ind_handler()
3929 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_sec_ind_handler()
3931 peer->rx_pn[sec_index].sec_type = sec_type; in ath10k_htt_rx_sec_ind_handler()
3932 peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type); in ath10k_htt_rx_sec_ind_handler()