Searched refs:ret_frame (Results 1 – 2 of 2) sorted by relevance
5275 union recv_frame * ret_frame = NULL; in rtw_core_rx_data_pre_process() local5279 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()
5268 union recv_frame * ret_frame = NULL; in rtw_core_rx_data_pre_process() local5272 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()