Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dlink.c63 if (link_info->fw_link_id >= ARRAY_SIZE(mvm->link_id_to_link_conf)) in iwl_mvm_add_link()
66 rcu_assign_pointer(mvm->link_id_to_link_conf[link_info->fw_link_id], in iwl_mvm_add_link()
246 link_info->fw_link_id >= ARRAY_SIZE(mvm->link_id_to_link_conf))) in iwl_mvm_remove_link()
249 RCU_INIT_POINTER(mvm->link_id_to_link_conf[link_info->fw_link_id], in iwl_mvm_remove_link()
H A Dmvm.h1013 struct ieee80211_bss_conf __rcu *link_id_to_link_conf[IWL_MVM_FW_MAX_LINK_ID + 1]; member
1321 if (IWL_FW_CHECK(mvm, link_id >= ARRAY_SIZE(mvm->link_id_to_link_conf), in iwl_mvm_rcu_fw_link_id_to_link_conf()
1326 return rcu_dereference(mvm->link_id_to_link_conf[link_id]); in iwl_mvm_rcu_fw_link_id_to_link_conf()
1328 return rcu_dereference_protected(mvm->link_id_to_link_conf[link_id], in iwl_mvm_rcu_fw_link_id_to_link_conf()
H A Dfw.c1592 RCU_INIT_POINTER(mvm->link_id_to_link_conf[i], NULL); in iwl_mvm_up()