Searched refs:ba_data (Results 1 – 2 of 2) sorted by relevance
678 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local688 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()689 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()692 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_del_ba()696 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_del_ba()700 iwl_mvm_release_frames(mvm, sta, NULL, ba_data, reorder_buf, in iwl_mvm_del_ba()718 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_release_frames_from_notif() local729 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()730 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_release_frames_from_notif()733 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_release_frames_from_notif()[all …]
257 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_rx_agg_session_expired() local264 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()266 if (WARN_ON(!ba_data)) in iwl_mvm_rx_agg_session_expired()269 if (!ba_data->timeout) in iwl_mvm_rx_agg_session_expired()272 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()274 mod_timer(&ba_data->session_timer, timeout); in iwl_mvm_rx_agg_session_expired()279 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_rx_agg_session_expired()294 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()