Lines Matching refs:tid

85 				     int tid, int queues)  in iwl_mvm_find_max_pn()  argument
91 ieee80211_get_key_rx_seq(key, tid, seq); in iwl_mvm_find_max_pn()
95 const u8 *tmp = ptk_pn->q[i].pn[tid]; in iwl_mvm_find_max_pn()
1611 int tid; in iwl_mvm_set_key_rx_seq_tids() local
1613 for (tid = 0; tid < IWL_MAX_TID_COUNT; tid++) in iwl_mvm_set_key_rx_seq_tids()
1614 ieee80211_set_key_rx_seq(key, tid, &seq[tid]); in iwl_mvm_set_key_rx_seq_tids()
1624 int tid; in iwl_mvm_set_aes_ptk_rx_seq() local
1639 for (tid = 0; tid < IWL_MAX_TID_COUNT; tid++) { in iwl_mvm_set_aes_ptk_rx_seq()
1643 memcpy(ptk_pn->q[i].pn[tid], in iwl_mvm_set_aes_ptk_rx_seq()
1644 status->ptk.aes.seq[tid].ccmp.pn, in iwl_mvm_set_aes_ptk_rx_seq()
1687 int tid; in iwl_mvm_convert_key_counters_v5_gtk_seq() local
1689 for (tid = 0; tid < IWL_MAX_TID_COUNT; tid++) { in iwl_mvm_convert_key_counters_v5_gtk_seq()
1690 iwl_mvm_le64_to_tkip_seq(sc->mcast_rsc[idx][tid], in iwl_mvm_convert_key_counters_v5_gtk_seq()
1691 &status->gtk_seq[idx].tkip.seq[tid]); in iwl_mvm_convert_key_counters_v5_gtk_seq()
1692 iwl_mvm_le64_to_aes_seq(sc->mcast_rsc[idx][tid], in iwl_mvm_convert_key_counters_v5_gtk_seq()
1693 &status->gtk_seq[idx].aes.seq[tid]); in iwl_mvm_convert_key_counters_v5_gtk_seq()
1704 int i, tid; in iwl_mvm_convert_key_counters_v5() local
1722 for (tid = 0; tid < IWL_MAX_TID_COUNT; tid++) { in iwl_mvm_convert_key_counters_v5()
1723 iwl_mvm_le64_to_tkip_seq(sc->ucast_rsc[tid], in iwl_mvm_convert_key_counters_v5()
1724 &status->ptk.tkip.seq[tid]); in iwl_mvm_convert_key_counters_v5()
1725 iwl_mvm_le64_to_aes_seq(sc->ucast_rsc[tid], in iwl_mvm_convert_key_counters_v5()
1726 &status->ptk.aes.seq[tid]); in iwl_mvm_convert_key_counters_v5()