Lines Matching refs:ssn
790 int tid, u16 ssn, bool start) in iwl_mvm_sta_rx_agg() argument
809 cmd.add_immediate_ba_ssn = cpu_to_le16(ssn); in iwl_mvm_sta_rx_agg()
916 struct ieee80211_sta *sta, u16 tid, u16 *ssn) in iwl_mvm_sta_tx_agg_start() argument
957 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_start()
959 *ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_start()
963 mvmsta->sta_id, tid, txq_id, tid_data->ssn, in iwl_mvm_sta_tx_agg_start()
966 if (tid_data->ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_start()
986 u16 ssn; in iwl_mvm_sta_tx_agg_oper() local
994 ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_oper()
998 tid_data->ssn = 0xffff; in iwl_mvm_sta_tx_agg_oper()
1008 buf_size, ssn, wdg_timeout); in iwl_mvm_sta_tx_agg_oper()
1056 tid_data->ssn = IEEE80211_SEQ_TO_SN(tid_data->seq_number); in iwl_mvm_sta_tx_agg_stop()
1060 tid_data->ssn, tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_stop()
1063 if (tid_data->ssn != tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_stop()
1069 tid_data->ssn = 0xffff; in iwl_mvm_sta_tx_agg_stop()