Lines Matching refs:sec_index

2540 	enum htt_txrx_sec_cast_type sec_index;  in ath10k_htt_rx_pn_check_replay_hl()  local
2570 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_pn_check_replay_hl()
2572 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_pn_check_replay_hl()
2574 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2575 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()
2603 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_proc_rx_ind_hl() local
2662 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_proc_rx_ind_hl()
2664 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_proc_rx_ind_hl()
2666 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2669 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()
2903 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_proc_rx_frag_ind_hl() local
2967 sec_index = MS(rx_desc_info, HTT_RX_DESC_HL_INFO_MCAST_BCAST) ? in ath10k_htt_rx_proc_rx_frag_ind_hl()
2969 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_frag_ind_hl()
2970 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()
4191 enum htt_txrx_sec_cast_type sec_index; in ath10k_htt_rx_sec_ind_handler() local
4207 sec_index = HTT_TXRX_SEC_UCAST; in ath10k_htt_rx_sec_ind_handler()
4209 sec_index = HTT_TXRX_SEC_MCAST; in ath10k_htt_rx_sec_ind_handler()
4211 peer->rx_pn[sec_index].sec_type = sec_type; in ath10k_htt_rx_sec_ind_handler()
4212 peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type); in ath10k_htt_rx_sec_ind_handler()