Home
last modified time | relevance | path

Searched refs:RCU_INIT_POINTER (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-sta.c524 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 Dfw.c1463 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 Dlink.c371 RCU_INIT_POINTER(mvm->link_id_to_link_conf[link_info->fw_link_id],
H A Dmac80211.c1142 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 Dmac-ctxt.c1510 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 Dmld-mac80211.c176 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 Dsta.c2158 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 Dtime-event.c183 RCU_INIT_POINTER(mvm->csa_vif, NULL); in iwl_mvm_te_check_disconnect()
H A Dops.c792 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); in iwl_mvm_start_get_nvm()
H A Drxmq.c2283 RCU_INIT_POINTER(mvm->csa_tx_blocked_vif, NULL); in iwl_mvm_rx_fill_status()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drcupdate.h57 #define RCU_INIT_POINTER(p, v) do { \ macro
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c105 RCU_INIT_POINTER(ulp->ulp_ops, NULL); in bnxt_unregister_dev()