Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Drtw_recv.h362 extern union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free rec…
/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()