Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_recv.h249 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Drtw_recv.h362 extern union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free rec…
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_recv.c187 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() function
221 precvframe = _rtw_alloc_recvframe(pfree_recv_queue); in rtw_alloc_recvframe()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_recv.c105 union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() function
139 precvframe = _rtw_alloc_recvframe(pfree_recv_queue); in rtw_alloc_recvframe()