Home
last modified time | relevance | path

Searched refs:rcu_access_pointer (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.h142 if (edev && rcu_access_pointer(edev->ulp_tbl[ulp_id].ulp_ops)) in bnxt_ulp_registered()
H A Dbnxt_ulp.c66 if (rcu_access_pointer(ulp->ulp_ops)) { in bnxt_register_dev()
97 if (!rcu_access_pointer(ulp->ulp_ops)) { in bnxt_unregister_dev()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drcupdate.h95 #define rcu_access_pointer(p) \ macro
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c103 if (!rcu_access_pointer(mvm->fw_id_to_mac_id[sta_id])) { in iwl_mvm_mld_rm_sta_from_fw()
565 if (rcu_access_pointer(sta->link[link_id]) == &sta->deflink) { in iwl_mvm_mld_alloc_sta_link()
H A Dmld-mac80211.c
H A Dmac80211.c3183 if (rcu_access_pointer(mvm->csa_vif) == vif) { in iwl_mvm_mac_release_buffered_frames()
3190 if (rcu_access_pointer(mvm->csa_tx_blocked_vif) == vif) { in iwl_mvm_mac_release_buffered_frames()
3534 if (sta == rcu_access_pointer(mvm->fw_id_to_mac_id[sta_id])) { in iwl_mvm_mei_host_associated()
4497 WARN_ON(rcu_access_pointer(mvmsta->ptk_pn[keyidx])); in iwl_mvm_send_aux_roc_cmd()
4994 if (rcu_access_pointer(vif->bss_conf.chanctx_conf) == data->ctx && in __iwl_mvm_assign_vif_chanctx()
H A Dops.c1599 kfree(rcu_access_pointer(mvm->csme_conn_info)); in iwl_mvm_rx_check_trigger()
H A Dsta.c3004 WARN_ON(rcu_access_pointer(mvm->baid_map[baid])); in iwl_mvm_sta_rx_agg()
3018 baid_data = rcu_access_pointer(mvm->baid_map[baid]); in iwl_mvm_sta_rx_agg()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtx.c131 if (!wcid || !rcu_access_pointer(dev->wcid[wcid->idx])) in mt76_tx_status_skb_add()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c584 if (unlikely(!rcu_access_pointer(ab->pdevs_active[ar->pdev_idx]))) { in ath11k_dp_tx_complete_msdu()
H A Dmac.c7364 if (rcu_access_pointer(vif->bss_conf.chanctx_conf) != arg->ctx) in ath11k_mac_change_chanctx_cnt_iter()
7377 ctx = rcu_access_pointer(vif->bss_conf.chanctx_conf); in ath11k_mac_change_chanctx_fill_iter()
H A Ddp_rx.c2651 if (unlikely(!rcu_access_pointer(ab->pdevs_active[mac_id]))) { in ath11k_dp_rx_process_received_packets()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c5964 if (rcu_access_pointer(vif->bss_conf.chanctx_conf) != arg->ctx) in ath12k_mac_change_chanctx_cnt_iter()
5977 ctx = rcu_access_pointer(vif->bss_conf.chanctx_conf); in ath12k_mac_change_chanctx_fill_iter()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c8871 if (rcu_access_pointer(vif->bss_conf.chanctx_conf) != arg->ctx) in ath10k_mac_change_chanctx_cnt_iter()
8884 ctx = rcu_access_pointer(vif->bss_conf.chanctx_conf); in ath10k_mac_change_chanctx_fill_iter()