Home
last modified time | relevance | path

Searched refs:rtw_alloc_recvframe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h348 extern union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free recv…
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c132 union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe() function
238 while ((pending_frame = rtw_alloc_recvframe(&adapter->recvpriv.uc_swdec_pending_queue))) { in rtw_free_uc_swdec_pending_queue()
2030 while ((pending_frame = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue))) in recv_func()
2048 rframe = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue); in recv_func()
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c179 precvframe = rtw_alloc_recvframe(&precvpriv->free_recv_queue); in try_alloc_recvframe()