Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c741 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local
751 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()
752 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()
755 sta = rcu_dereference(mvm->fw_id_to_mac_id[ba_data->sta_id]); in iwl_mvm_del_ba()
759 reorder_buf = &ba_data->reorder_buf[queue]; in iwl_mvm_del_ba()
763 iwl_mvm_release_frames(mvm, sta, NULL, ba_data, reorder_buf, in iwl_mvm_del_ba()
781 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_release_frames_from_notif() local
792 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()
793 if (!ba_data) { in iwl_mvm_release_frames_from_notif()
799 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-5.19.10/drivers/net/usb/
Dr8152.c1121 __le16 ba_data; member
4961 __le16_to_cpu(phy->ba_data)); in rtl8152_fw_phy_nc_apply()