Searched refs:RCU_INIT_POINTER (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mld-sta.c | 524 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[mvm_sta_link->sta_id], in iwl_mvm_mld_free_sta_link() 526 RCU_INIT_POINTER(mvm->fw_id_to_link_sta[mvm_sta_link->sta_id], NULL); in iwl_mvm_mld_free_sta_link() 527 RCU_INIT_POINTER(mvm_sta->link[link_id], NULL); in iwl_mvm_mld_free_sta_link() 868 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta_id], NULL); in iwl_mvm_mld_sta_modify_disable_tx() 869 RCU_INIT_POINTER(mvm->fw_id_to_link_sta[sta_id], NULL); in iwl_mvm_mld_sta_modify_disable_tx()
|
H A D | fw.c | 1463 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[i], NULL); in iwl_mvm_load_rt_fw() 1464 RCU_INIT_POINTER(mvm->fw_id_to_link_sta[i], NULL); in iwl_mvm_load_rt_fw() 1468 RCU_INIT_POINTER(mvm->link_id_to_link_conf[i], NULL); in iwl_mvm_load_rt_fw() 1633 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[i], NULL); in iwl_mvm_up() 1634 RCU_INIT_POINTER(mvm->fw_id_to_link_sta[i], NULL); in iwl_mvm_up()
|
H A D | link.c | 371 RCU_INIT_POINTER(mvm->link_id_to_link_conf[link_info->fw_link_id],
|
H A D | mac80211.c | 1142 RCU_INIT_POINTER(mvmvif->deflink.probe_resp_data, NULL); in __iwl_mvm_mac_start() 1927 RCU_INIT_POINTER(mvmvif->deflink.probe_resp_data, NULL); in iwl_mvm_configure_filter() 1975 RCU_INIT_POINTER(mvm->vif_id_to_mac[mvmvif->id], NULL); in iwl_mvm_mu_mimo_iface_iterator() 3186 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_mac_release_buffered_frames() 3191 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); 3535 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta_id], in iwl_mvm_mei_host_associated() 3537 RCU_INIT_POINTER(mvm->fw_id_to_link_sta[sta_id], NULL); in iwl_mvm_mei_host_associated() 4538 RCU_INIT_POINTER(mvmsta->ptk_pn[keyidx], NULL); in iwl_mvm_add_aux_sta_for_hs20() 4557 RCU_INIT_POINTER(mvmvif->bcn_prot.keys[keyidx - 6], 4585 RCU_INIT_POINTER(mvmst in iwl_mvm_roc() [all...] |
H A D | mac-ctxt.c | 1510 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_rx_beacon_notif() 1584 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); in iwl_mvm_rx_missed_beacons_notif() 1876 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_channel_switch_error_notif()
|
H A D | mld-mac80211.c | 176 RCU_INIT_POINTER(mvm->vif_id_to_mac[mvmvif->id], NULL); in iwl_mvm_mld_mac_remove_interface() 180 RCU_INIT_POINTER(mvmvif->deflink.probe_resp_data, NULL); in iwl_mvm_mld_mac_remove_interface()
|
H A D | sta.c | 2158 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[mvm_sta->deflink.sta_id], NULL); in iwl_mvm_allocate_int_sta() 2171 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta_id], NULL); in iwl_mvm_dealloc_int_sta() 2191 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta->sta_id], ERR_PTR(-EINVAL)); 2197 RCU_INIT_POINTER(mvm->fw_id_to_mac_id[sta->sta_id], NULL); in iwl_mvm_enable_aux_snif_queue_tvqm() 3025 RCU_INIT_POINTER(mvm->baid_map[baid], NULL); in iwl_mvm_sta_tx_agg()
|
H A D | time-event.c | 183 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_te_check_disconnect()
|
H A D | ops.c | 792 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); in iwl_mvm_start_get_nvm()
|
H A D | rxmq.c | 2283 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); in iwl_mvm_rx_fill_status()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | rcupdate.h | 57 #define RCU_INIT_POINTER(p, v) do { \ macro
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_ulp.c | 105 RCU_INIT_POINTER(ulp->ulp_ops, NULL); in bnxt_unregister_dev()
|