Lines Matching refs:ssn
798 int tid, u16 ssn, bool start) in iwl_mvm_sta_rx_agg() argument
817 cmd.add_immediate_ba_ssn = cpu_to_le16(ssn); in iwl_mvm_sta_rx_agg()
924 struct ieee80211_sta *sta, u16 tid, u16 *ssn) in iwl_mvm_sta_tx_agg_start() argument
965 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_start()
967 *ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_start()
971 mvmsta->sta_id, tid, txq_id, tid_data->ssn, in iwl_mvm_sta_tx_agg_start()
974 if (tid_data->ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_start()
997 u16 ssn; in iwl_mvm_sta_tx_agg_oper() local
1005 ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_oper()
1009 tid_data->ssn = 0xffff; in iwl_mvm_sta_tx_agg_oper()
1016 mvmsta->sta_id, tid, buf_size, ssn, wdg_timeout); in iwl_mvm_sta_tx_agg_oper()
1078 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_stop()
1082 tid_data->ssn, tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_stop()
1085 if (tid_data->ssn != tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_stop()
1091 tid_data->ssn = 0xffff; in iwl_mvm_sta_tx_agg_stop()