Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_recv.h230 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
/drivers/staging/rtl8723bs/include/
Drtw_recv.h385 extern union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free rec…
/drivers/staging/rtl8188eu/core/
Drtw_recv.c92 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() function
110 precvframe = _rtw_alloc_recvframe(pfree_recv_queue); in rtw_alloc_recvframe()
/drivers/staging/rtl8723bs/core/
Drtw_recv.c104 union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() function
138 precvframe = _rtw_alloc_recvframe(pfree_recv_queue); in rtw_alloc_recvframe()