Searched refs:ba_data (Results 1 – 3 of 3) sorted by relevance
720 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local730 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()731 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()734 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_del_ba()738 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_del_ba()742 iwl_mvm_release_frames(mvm, sta, NULL, ba_data, reorder_buf, in iwl_mvm_del_ba()760 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_release_frames_from_notif() local771 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()772 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_release_frames_from_notif()775 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_release_frames_from_notif()[all …]
273 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_rx_agg_session_expired() local280 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()282 if (WARN_ON(!ba_data)) in iwl_mvm_rx_agg_session_expired()285 if (!ba_data->timeout) in iwl_mvm_rx_agg_session_expired()288 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()290 mod_timer(&ba_data->session_timer, timeout); in iwl_mvm_rx_agg_session_expired()295 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_rx_agg_session_expired()310 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()
975 __le16 ba_data; member3940 __le16_to_cpu(phy->ba_data)); in rtl8152_fw_phy_nc_apply()