Searched refs:link_id_to_link_conf (Results 1 – 3 of 3) sorted by relevance
63 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()
1013 struct ieee80211_bss_conf __rcu *link_id_to_link_conf[IWL_MVM_FW_MAX_LINK_ID + 1]; member1321 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()
1592 RCU_INIT_POINTER(mvm->link_id_to_link_conf[i], NULL); in iwl_mvm_up()