Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dlink.c67 rcu_assign_pointer(mvm->link_id_to_link_conf[link_info->fw_link_id], in iwl_mvm_add_link()
251 RCU_INIT_POINTER(mvm->link_id_to_link_conf[link_info->fw_link_id], in iwl_mvm_remove_link()
Dmvm.h1013 struct ieee80211_bss_conf __rcu *link_id_to_link_conf[IWL_MVM_FW_MAX_LINK_ID + 1]; member
1321 if (WARN_ON(link_id >= ARRAY_SIZE(mvm->link_id_to_link_conf))) in iwl_mvm_rcu_fw_link_id_to_link_conf()
1325 return rcu_dereference(mvm->link_id_to_link_conf[link_id]); in iwl_mvm_rcu_fw_link_id_to_link_conf()
1327 return rcu_dereference_protected(mvm->link_id_to_link_conf[link_id], in iwl_mvm_rcu_fw_link_id_to_link_conf()
Dfw.c1592 RCU_INIT_POINTER(mvm->link_id_to_link_conf[i], NULL); in iwl_mvm_up()