Searched refs:ba_data (Results 1 – 2 of 2) sorted by relevance
759 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local769 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()770 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()773 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_del_ba()777 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_del_ba()781 iwl_mvm_release_frames(mvm, sta, NULL, ba_data, reorder_buf, in iwl_mvm_del_ba()799 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_release_frames_from_notif() local810 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()811 if (!ba_data) { in iwl_mvm_release_frames_from_notif()821 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_release_frames_from_notif()[all …]
231 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_rx_agg_session_expired() local238 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()240 if (WARN_ON(!ba_data)) in iwl_mvm_rx_agg_session_expired()243 if (!ba_data->timeout) in iwl_mvm_rx_agg_session_expired()246 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()248 mod_timer(&ba_data->session_timer, timeout); in iwl_mvm_rx_agg_session_expired()253 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_rx_agg_session_expired()268 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()