Home
last modified time | relevance | path

Searched refs:ret_frame (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_recv.c5275 union recv_frame * ret_frame = NULL; in rtw_core_rx_data_pre_process() local
5279 ret_frame = decryptor(adapter, *prframe); in rtw_core_rx_data_pre_process()
5280 if (ret_frame == NULL) in rtw_core_rx_data_pre_process()
5283 *prframe = ret_frame; in rtw_core_rx_data_pre_process()
5304 ret_frame = portctrl(adapter, *prframe); in rtw_core_rx_data_pre_process()
5305 if (ret_frame == NULL) in rtw_core_rx_data_pre_process()
5308 *prframe = ret_frame; in rtw_core_rx_data_pre_process()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_recv.c5268 union recv_frame * ret_frame = NULL; in rtw_core_rx_data_pre_process() local
5272 ret_frame = decryptor(adapter, *prframe); in rtw_core_rx_data_pre_process()
5273 if (ret_frame == NULL) in rtw_core_rx_data_pre_process()
5276 *prframe = ret_frame; in rtw_core_rx_data_pre_process()
5297 ret_frame = portctrl(adapter, *prframe); in rtw_core_rx_data_pre_process()
5298 if (ret_frame == NULL) in rtw_core_rx_data_pre_process()
5301 *prframe = ret_frame; in rtw_core_rx_data_pre_process()