Searched refs:m_handle (Results 1 – 8 of 8) sorted by relevance
26 extern pmoal_handle m_handle[];2185 if (m_handle[i] == NULL || m_handle[i] == handle) in woal_validate_cfg_id()2187 if (m_handle[i]->card_type == handle->card_type) { in woal_validate_cfg_id()2188 if (m_handle[i]->blk_id == handle->blk_id) { in woal_validate_cfg_id()2233 if (m_handle[i] == NULL || m_handle[i] == handle || in woal_cfg_fallback_process()2234 m_handle[i]->card_type != handle->card_type) in woal_cfg_fallback_process()2237 if (m_handle[i]->blk_id >= 0 && m_handle[i]->blk_id <= blk_id) { in woal_cfg_fallback_process()2239 blk_id = m_handle[i]->blk_id; in woal_cfg_fallback_process()2244 handle->blk_id = m_handle[idx]->blk_id; in woal_cfg_fallback_process()2248 woal_setup_module_param(handle, &m_handle[idx]->params); in woal_cfg_fallback_process()
89 moal_handle *m_handle[MAX_MLAN_ADAPTER]; variable10516 if (m_handle[index] == NULL)10533 m_handle[index] = handle;10545 if ((index >= 1) && m_handle[index - 1]) {10546 handle->pref_mac = (void *)m_handle[index - 1];10547 m_handle[index - 1]->pref_mac = (void *)handle;10852 m_handle[index] = NULL;10881 if (m_handle[index] && (m_handle[index]->card == card)) {10882 handle = m_handle[index];11048 if (m_handle[index] == handle) {[all …]
151 extern pmoal_handle m_handle[];5373 if (m_handle[index] && m_handle[index]->wiphy) in woal_update_channel_dfs_state()5375 m_handle[index]->wiphy, channel, dfs_state); in woal_update_channel_dfs_state()
431 if (m_handle[index] == handle) in woal_do_flr()435 m_handle[index] = NULL; in woal_do_flr()
1050 extern moal_handle *m_handle[MAX_MLAN_ADAPTER];
544 extern pmoal_handle m_handle[];10118 if (m_handle[index] == priv->phandle) {
305 moal_handle *m_handle[MAX_MLAN_ADAPTER]; variable7963 if (m_handle[index] == NULL)7967 m_handle[index] = handle;8172 m_handle[index] = NULL;8203 if (m_handle[index] && (m_handle[index]->card == card)) {8204 handle = m_handle[index];8317 if (m_handle[index] == handle) {8318 m_handle[index] = NULL;8641 m_handle[index] = NULL;8697 handle = m_handle[index];
480 extern moal_handle *m_handle[];7253 if (m_handle[index] == priv->phandle) { in woal_register_cfg80211()