Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx.c68 pHalmac_adapter->ch_sw_info.ch_info_buf = NULL; in halmac_init_adapter_para_88xx()
3940 if (NULL == pCh_sw_info->ch_info_buf) { in halmac_add_ch_info_88xx()
3941 …pCh_sw_info->ch_info_buf = (u8 *)PLATFORM_RTL_MALLOC(pDriver_adapter, HALMAC_EXTRA_INFO_BUFF_SIZE_… in halmac_add_ch_info_88xx()
3942 pCh_sw_info->ch_info_buf_w = pCh_sw_info->ch_info_buf; in halmac_add_ch_info_88xx()
4010 if (NULL == pCh_sw_info->ch_info_buf) { in halmac_add_extra_ch_info_88xx()
4151 …PLATFORM_RTL_FREE(pDriver_adapter, pHalmac_adapter->ch_sw_info.ch_info_buf, pHalmac_adapter->ch_sw… in halmac_clear_ch_info_88xx()
4152 pHalmac_adapter->ch_sw_info.ch_info_buf = NULL; in halmac_clear_ch_info_88xx()
H A Dhalmac_func_88xx.c1970 …status = halmac_download_rsvd_page_88xx(pHalmac_adapter, pHalmac_adapter->ch_sw_info.ch_info_buf, … in halmac_func_ctrl_ch_switch_88xx()
2006 …PLATFORM_RTL_FREE(pDriver_adapter, pHalmac_adapter->ch_sw_info.ch_info_buf, pHalmac_adapter->ch_sw… in halmac_func_ctrl_ch_switch_88xx()
2007 pHalmac_adapter->ch_sw_info.ch_info_buf = NULL; in halmac_func_ctrl_ch_switch_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h1363 u8 *ch_info_buf; member