Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c738 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_del_ba() local
749 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_del_ba()
750 if (WARN_ON_ONCE(!ba_data)) in iwl_mvm_del_ba()
754 sta_id = ffs(ba_data->sta_mask) - 1; 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
793 ba_data = rcu_dereference(mvm->baid_map[baid]); in iwl_mvm_release_frames_from_notif()
794 if (!ba_data) { in iwl_mvm_release_frames_from_notif()
801 sta_id = ffs(ba_data->sta_mask) - 1; in iwl_mvm_release_frames_from_notif()
[all …]
Dsta.c258 struct iwl_mvm_baid_data *ba_data; in iwl_mvm_rx_agg_session_expired() local
266 ba_data = rcu_dereference(*rcu_ptr); in iwl_mvm_rx_agg_session_expired()
268 if (WARN_ON(!ba_data)) in iwl_mvm_rx_agg_session_expired()
271 if (!ba_data->timeout) in iwl_mvm_rx_agg_session_expired()
274 timeout = ba_data->last_rx + TU_TO_JIFFIES(ba_data->timeout * 2); in iwl_mvm_rx_agg_session_expired()
276 mod_timer(&ba_data->session_timer, timeout); in iwl_mvm_rx_agg_session_expired()
281 sta_id = ffs(ba_data->sta_mask) - 1; /* don't care which one */ in iwl_mvm_rx_agg_session_expired()
282 sta = rcu_dereference(ba_data->mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_rx_agg_session_expired()
297 sta->addr, ba_data->tid); in iwl_mvm_rx_agg_session_expired()
/linux-6.6.21/drivers/net/usb/
Dr8152.c1132 __le16 ba_data; member
5080 __le16_to_cpu(phy->ba_data)); in rtl8152_fw_phy_nc_apply()