Home
last modified time | relevance | path

Searched refs:m_handle (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_init.c26 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()
H A Dmoal_main.c89 moal_handle *m_handle[MAX_MLAN_ADAPTER]; variable
10516 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 …]
H A Dmoal_cfg80211.c151 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()
H A Dmoal_pcie.c431 if (m_handle[index] == handle) in woal_do_flr()
435 m_handle[index] = NULL; in woal_do_flr()
H A Dmoal_main.h1050 extern moal_handle *m_handle[MAX_MLAN_ADAPTER];
H A Dmoal_sta_cfg80211.c544 extern pmoal_handle m_handle[];
10118 if (m_handle[index] == priv->phandle) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.c305 moal_handle *m_handle[MAX_MLAN_ADAPTER]; variable
7963 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];
H A Dmoal_sta_cfg80211.c480 extern moal_handle *m_handle[];
7253 if (m_handle[index] == priv->phandle) { in woal_register_cfg80211()