Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c2169 static int recv_func_posthandle(struct rtw_adapter *padapter, in recv_func_posthandle() function
2243 r = recv_func_posthandle(padapter, pending_frame); in rtw_recv_entry23a()
2264 ret = recv_func_posthandle(padapter, rframe); in rtw_recv_entry23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_recv.c2007 static int recv_func_posthandle(struct adapter *padapter, in recv_func_posthandle() function
2065 if (recv_func_posthandle(padapter, pending_frame) == _SUCCESS) in recv_func()
2084 ret = recv_func_posthandle(padapter, rframe); in recv_func()