Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/include/
Drtw_recv.h363 extern union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free recv…
366 #define rtw_dequeue_recvframe(queue) rtw_alloc_recvframe(queue)
/linux-5.19.10/drivers/staging/r8188eu/include/
Drtw_recv.h247 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_recv.c134 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe() function
240 while ((pending_frame = rtw_alloc_recvframe(&adapter->recvpriv.uc_swdec_pending_queue))) { in rtw_free_uc_swdec_pending_queue()
1735 while ((pending_frame = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue))) in recv_func()
1753 rframe = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue); in recv_func()
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_recv.c133 union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe() function
248 while ((pending_frame = rtw_alloc_recvframe(&adapter->recvpriv.uc_swdec_pending_queue))) { in rtw_free_uc_swdec_pending_queue()
2040 while ((pending_frame = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue))) { in recv_func()
2060 rframe = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue); in recv_func()
/linux-5.19.10/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c180 precvframe = rtw_alloc_recvframe(&precvpriv->free_recv_queue); in try_alloc_recvframe()
/linux-5.19.10/drivers/staging/r8188eu/hal/
Dusb_ops_linux.c218 precvframe = rtw_alloc_recvframe(pfree_recv_queue); in recvbuf2recvframe()