Home
last modified time | relevance | path

Searched refs:ba_data (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c719 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local
729 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()
730 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()
733 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_del_ba()
737 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_del_ba()
741 iwl_mvm_release_frames(mvm, sta, NULL, ba_data, reorder_buf, in iwl_mvm_del_ba()
759 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_release_frames_from_notif() local
770 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()
771 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_release_frames_from_notif()
774 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_release_frames_from_notif()
[all …]
Dsta.c227 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_rx_agg_session_expired() local
234 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()
236 if (WARN_ON(!ba_data)) in iwl_mvm_rx_agg_session_expired()
239 if (!ba_data->timeout) in iwl_mvm_rx_agg_session_expired()
242 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()
244 mod_timer(&ba_data->session_timer, timeout); in iwl_mvm_rx_agg_session_expired()
249 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_rx_agg_session_expired()
264 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()
/Linux-v5.15/drivers/net/usb/
Dr8152.c1118 __le16 ba_data; member
4944 __le16_to_cpu(phy->ba_data)); in rtl8152_fw_phy_nc_apply()