Home
last modified time | relevance | path

Searched refs:_rtw_alloc_recvframe (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_recv.h230 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_recv.h391 extern union recv_frame *_rtw_alloc_recvframe (struct __queue *pfree_recv_queue); /* get a free re…
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_recv.c100 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() function
118 precvframe = _rtw_alloc_recvframe(pfree_recv_queue); in rtw_alloc_recvframe()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_recv.c106 union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() function
140 precvframe = _rtw_alloc_recvframe(pfree_recv_queue); in rtw_alloc_recvframe()