Home
last modified time | relevance | path

Searched refs:pref_mac (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_pcie.c701 ref_handle = (moal_handle *)handle->pref_mac; in woal_pcie_suspend()
822 if (handle->pref_mac) { in woal_pcie_reset_prepare()
824 handle = (moal_handle *)handle->pref_mac; in woal_pcie_reset_prepare()
825 ref_handle = (moal_handle *)handle->pref_mac; in woal_pcie_reset_prepare()
827 ref_handle = (moal_handle *)handle->pref_mac; in woal_pcie_reset_prepare()
874 if (handle->pref_mac) { in woal_pcie_reset_done()
876 handle = (moal_handle *)handle->pref_mac; in woal_pcie_reset_done()
877 ref_handle = (moal_handle *)handle->pref_mac; in woal_pcie_reset_done()
879 ref_handle = (moal_handle *)handle->pref_mac; in woal_pcie_reset_done()
919 if (handle->pref_mac) { in woal_pcie_reset_notify()
[all …]
H A Dmoal_uap_cfg80211.c1761 if (handle->pref_mac) in woal_cfg80211_add_virt_if()
1762 handle = (moal_handle *)handle->pref_mac; in woal_cfg80211_add_virt_if()
1950 if (handle->pref_mac) in woal_cfg80211_del_virt_if()
1951 handle = (moal_handle *)handle->pref_mac; in woal_cfg80211_del_virt_if()
H A Dmoal_main.c2273 if (handle->pref_mac) {
2274 ref_handle = (moal_handle *)handle->pref_mac;
2275 if (ref_handle->pref_mac && (ref_handle->pref_mac == handle))
2276 ref_handle->pref_mac = NULL;
10546 handle->pref_mac = (void *)m_handle[index - 1];
10547 m_handle[index - 1]->pref_mac = (void *)handle;
11547 if (handle->pref_mac) {
11549 handle = (moal_handle *)handle->pref_mac;
11552 ref_handle = (moal_handle *)handle->pref_mac;
H A Dmoal_proc.c530 ref_handle = (moal_handle *)handle->pref_mac; in woal_config_write()
H A Dmoal_usb.c2025 ref_handle = (moal_handle *)handle->pref_mac; in woal_usb_get_fw_name()
H A Dmoal_shim.c2356 ref_handle = (moal_handle *)handle->pref_mac;
2933 ref_handle = (moal_handle *)priv->phandle->pref_mac;
H A Dmoal_main.h2713 void *pref_mac; member
H A Dmoal_wext.c2500 if (scan_req->scan_chan_gap && priv->phandle->pref_mac) in woal_wext_request_scan()
H A Dmoal_priv.c215 ref_handle = (moal_handle *)handle->pref_mac; in woal_warm_reset()
H A Dmoal_eth_ioctl.c6049 ref_handle = (moal_handle *)handle->pref_mac; in woal_priv_warmreset()
12271 ref_handle = (moal_handle *)priv->phandle->pref_mac; in woal_auto_uap_channel_switch()
H A Dmoal_sta_cfg80211.c4524 if (scan_req->scan_chan_gap && priv->phandle->pref_mac) in woal_cfg80211_scan()