Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_recv.h268 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
273 #define rtw_dequeue_recvframe(queue) rtw_alloc_recvframe(queue)
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_recv.c155 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe() function
262 while ((pending_frame = rtw_alloc_recvframe(&adapter->recvpriv.uc_swdec_pending_queue))) { in rtw_free_uc_swdec_pending_queue()
2064 while ((pending_frame = rtw_alloc_recvframe(&padapter->recvpriv.uc_swdec_pending_queue))) { in recv_func()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dusb_ops_linux.c72 precvframe = rtw_alloc_recvframe(pfree_recv_queue); in recvbuf2recvframe()