Home
last modified time | relevance | path

Searched refs:rcu_dereference (Results 26 – 50 of 59) sorted by relevance

123

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c386 rcu_dereference(vif->bss_conf.chanctx_conf); in iwl_mvm_tdls_config_channel_switch()
H A Dd3.c298 ptk_pn = rcu_dereference(mvmsta->ptk_pn[key->keyidx]); in iwl_mvm_wowlan_get_rsc_tsc_data()
419 ptk_pn = rcu_dereference(mvmsta->ptk_pn[key->keyidx]); in iwl_mvm_wowlan_get_rsc_v5_data()
744 ctx = rcu_dereference(vif->bss_conf.chanctx_conf); in iwl_mvm_d3_reprogram()
1638 ptk_pn = rcu_dereference(mvmsta->ptk_pn[key->keyidx]); in iwl_mvm_set_aes_ptk_rx_seq()
H A Dmvm.h1286 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_sta_from_staid_rcu()
1320 return rcu_dereference(mvm->vif_id_to_mac[vif_id]); in iwl_mvm_rcu_dereference_vif_id()
1333 return rcu_dereference(mvm->link_id_to_link_conf[link_id]); in iwl_mvm_rcu_fw_link_id_to_link_conf()
H A Dmac80211.c783 sta = rcu_dereference(mvm->fw_id_to_mac_id[ap_sta_id]); in iwl_mvm_mac_tx()
793 rcu_dereference(tmp_sta->link[link_id]); in iwl_mvm_mac_tx()
795 rcu_dereference(info->control.vif->link_conf[link_id]); in iwl_mvm_mac_tx()
2391 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_ctxt_cmd.sta_id]); in iwl_mvm_cfg_he_sta()
3269 sta = rcu_dereference(mvm->fw_id_to_mac_id[notif->sta_id]); in iwl_mvm_sta_pm_notif()
3425 ies = rcu_dereference(bss->ies); in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
H A Dpower.c288 chanctx_conf = rcu_dereference(link_conf->chanctx_conf); in iwl_mvm_power_is_radar()
H A Dtime-event.c132 csa_vif = rcu_dereference(mvm->csa_vif); in iwl_mvm_csa_noa_start()
H A Dutils.c909 vif = rcu_dereference(mvm->vif_id_to_mac[mac]); in iwl_mvm_check_uapsd_agg_expected_tpt()
H A Dmld-sta.c912 sta = rcu_dereference(mvm->fw_id_to_mac_id[i]); in iwl_mvm_mld_modify_all_sta_disable_tx()
H A Dops.c1734 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]); in iwl_mvm_queue_state_change()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c584 struct ieee80211_sta_rates *rates = rcu_dereference(sta->rates); in mt76x02_sta_rate_tbl_update()
H A Dmt76_connac_mac.c1160 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_connac2_txwi_free()
H A Dmt76x02_mac.c568 wcid = rcu_dereference(dev->mt76.wcid[stat->wcid]); in mt76x02_send_tx_status()
H A Dmac80211.c1235 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_airtime_flush_ampdu()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c67 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7996_rx_get_wcid()
1118 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7996_mac_tx_free()
1322 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7996_mac_add_txs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c66 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7915_rx_get_wcid()
938 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7915_mac_tx_free()
1052 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7915_mac_add_txs()
H A Dmmio.c662 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7915_mmio_wed_update_rx_stats()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c493 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7603_rx_get_wcid()
1274 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7603_mac_add_txs()
H A Dmain.c645 struct ieee80211_sta_rates *sta_rates = rcu_dereference(sta->rates); in mt7603_sta_rate_tbl_update()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c469 conf = rcu_dereference(vif->bss_conf.chanctx_conf); in ath12k_mac_vif_chan()
560 pdev = rcu_dereference(ab->pdevs_active[i]); in ath12k_mac_get_arvif_by_vdev_id()
577 pdev = rcu_dereference(ab->pdevs_active[i]); in ath12k_mac_get_ar_by_vdev_id()
593 pdev = rcu_dereference(ab->pdevs_active[0]); in ath12k_mac_get_ar_by_pdev_id()
601 pdev = rcu_dereference(ab->pdevs_active[i]); in ath12k_mac_get_ar_by_pdev_id()
1261 ies = rcu_dereference(bss->ies); in ath12k_peer_assoc_h_crypto()
H A Ddp_tx.c474 if (!rcu_dereference(ab->pdevs_active[ar->pdev_idx])) { in ath12k_dp_tx_complete_msdu()
H A Ddp_rx.c2567 if (!rcu_dereference(ab->pdevs_active[pdev_id])) { in ath12k_dp_rx_process_received_packets()
3355 if (!rcu_dereference(ar->ab->pdevs_active[ar->pdev_idx])) { in ath12k_dp_process_rx_err_buf()
3819 if (!rcu_dereference(ab->pdevs_active[i])) { in ath12k_dp_rx_process_wbm_err()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c96 wcid = rcu_dereference(dev->mt76.wcid[idx]); in mt7615_rx_get_wcid()
1511 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7615_mac_add_txs()
H A Dmain.c724 struct ieee80211_sta_rates *sta_rates = rcu_dereference(sta->rates); in mt7615_sta_rate_tbl_update()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c512 conf = rcu_dereference(vif->bss_conf.chanctx_conf); in ath11k_mac_vif_chan()
604 pdev = rcu_dereference(ab->pdevs_active[i]); in ath11k_mac_get_arvif_by_vdev_id()
622 pdev = rcu_dereference(ab->pdevs_active[i]); in ath11k_mac_get_ar_by_vdev_id()
638 pdev = rcu_dereference(ab->pdevs_active[0]); in ath11k_mac_get_ar_by_pdev_id()
649 pdev = rcu_dereference(ab->pdevs_active[i]); in ath11k_mac_get_ar_by_pdev_id()
1771 ies = rcu_dereference(bss->ies); in ath11k_peer_assoc_h_crypto()
H A Ddebugfs.c129 pdev = rcu_dereference(ab->pdevs_active[i]); in ath11k_debugfs_fw_stats_process()

123