/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 137 struct __queue *pfree_recv_queue) in r8712_free_recvframe() argument 147 spin_lock_irqsave(&pfree_recv_queue->lock, irqL); in r8712_free_recvframe() 149 list_add_tail(&(precvframe->u.hdr.list), &pfree_recv_queue->queue); in r8712_free_recvframe() 151 if (pfree_recv_queue == &precvpriv->free_recv_queue) in r8712_free_recvframe() 154 spin_unlock_irqrestore(&pfree_recv_queue->lock, irqL); in r8712_free_recvframe() 202 struct __queue *pfree_recv_queue; in recvframe_defrag() local 204 pfree_recv_queue = &adapter->recvpriv.free_recv_queue; in recvframe_defrag() 214 r8712_free_recvframe(prframe, pfree_recv_queue); in recvframe_defrag() 215 r8712_free_recvframe_queue(defrag_q, pfree_recv_queue); in recvframe_defrag() 228 r8712_free_recvframe(prframe, pfree_recv_queue); in recvframe_defrag() [all …]
|
D | recv_linux.c | 110 struct __queue *pfree_recv_queue; in r8712_recv_indicatepkt() local 115 pfree_recv_queue = &(precvpriv->free_recv_queue); in r8712_recv_indicatepkt() 132 r8712_free_recvframe(precv_frame, pfree_recv_queue); in r8712_recv_indicatepkt() 137 r8712_free_recvframe(precv_frame, pfree_recv_queue); in r8712_recv_indicatepkt()
|
D | rtl871x_recv.h | 129 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue); 131 struct __queue *pfree_recv_queue); 133 struct __queue *pfree_recv_queue);
|
D | rtl871x_recv.c | 106 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue) in r8712_alloc_recvframe() argument 114 spin_lock_irqsave(&pfree_recv_queue->lock, irqL); in r8712_alloc_recvframe() 115 if (list_empty(&pfree_recv_queue->queue)) { in r8712_alloc_recvframe() 118 phead = &pfree_recv_queue->queue; in r8712_alloc_recvframe() 125 if (pfree_recv_queue == &precvpriv->free_recv_queue) in r8712_alloc_recvframe() 129 spin_unlock_irqrestore(&pfree_recv_queue->lock, irqL); in r8712_alloc_recvframe() 142 struct __queue *pfree_recv_queue) in r8712_free_recvframe_queue() argument 153 r8712_free_recvframe(precvframe, pfree_recv_queue); in r8712_free_recvframe_queue()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 127 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() argument 134 if (list_empty(&pfree_recv_queue->queue)) { in _rtw_alloc_recvframe() 137 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe() 147 if (pfree_recv_queue == &precvpriv->free_recv_queue) in _rtw_alloc_recvframe() 155 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe() argument 159 spin_lock_bh(&pfree_recv_queue->lock); in rtw_alloc_recvframe() 161 precvframe = _rtw_alloc_recvframe(pfree_recv_queue); in rtw_alloc_recvframe() 163 spin_unlock_bh(&pfree_recv_queue->lock); in rtw_alloc_recvframe() 169 struct __queue *pfree_recv_queue) in rtw_free_recvframe() argument 183 spin_lock_bh(&pfree_recv_queue->lock); in rtw_free_recvframe() [all …]
|
D | rtw_sta_mgt.c | 327 struct __queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; in rtw_free_stainfo() local 348 rtw_free_recvframe(prframe, pfree_recv_queue); in rtw_free_stainfo()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | recv_linux.c | 88 struct __queue *pfree_recv_queue; in rtw_recv_indicatepkt() local 94 pfree_recv_queue = &(precvpriv->free_recv_queue); in rtw_recv_indicatepkt() 172 rtw_free_recvframe(precv_frame, pfree_recv_queue); in rtw_recv_indicatepkt() 183 rtw_free_recvframe(precv_frame, pfree_recv_queue); in rtw_recv_indicatepkt()
|
D | usb_ops_linux.c | 57 struct __queue *pfree_recv_queue = &precvpriv->free_recv_queue; in recvbuf2recvframe() local 72 precvframe = rtw_alloc_recvframe(pfree_recv_queue); in recvbuf2recvframe() 89 rtw_free_recvframe(precvframe, pfree_recv_queue); in recvbuf2recvframe() 101 rtw_free_recvframe(precvframe, pfree_recv_queue); in recvbuf2recvframe() 142 rtw_free_recvframe(precvframe, pfree_recv_queue); in recvbuf2recvframe() 153 rtw_free_recvframe(precvframe, pfree_recv_queue); in recvbuf2recvframe() 195 rtw_free_recvframe(precvframe, pfree_recv_queue); in recvbuf2recvframe()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 267 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); 268 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); 272 struct __queue *pfree_recv_queue); 278 struct __queue *pfree_recv_queue);
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 105 struct recv_frame *rtw_alloc_recvframe23a(struct rtw_queue *pfree_recv_queue) in rtw_alloc_recvframe23a() argument 112 spin_lock_bh(&pfree_recv_queue->lock); in rtw_alloc_recvframe23a() 114 if (list_empty(&pfree_recv_queue->queue)) in rtw_alloc_recvframe23a() 117 phead = get_list_head(pfree_recv_queue); in rtw_alloc_recvframe23a() 127 if (pfree_recv_queue == &precvpriv->free_recv_queue) in rtw_alloc_recvframe23a() 132 spin_unlock_bh(&pfree_recv_queue->lock); in rtw_alloc_recvframe23a() 141 struct rtw_queue *pfree_recv_queue; in rtw_free_recvframe23a() local 148 pfree_recv_queue = &precvpriv->free_recv_queue; in rtw_free_recvframe23a() 149 spin_lock_bh(&pfree_recv_queue->lock); in rtw_free_recvframe23a() 153 list_add_tail(&precvframe->list, get_list_head(pfree_recv_queue)); in rtw_free_recvframe23a() [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_recv.h | 275 struct recv_frame *rtw_alloc_recvframe23a(struct rtw_queue *pfree_recv_queue);
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | usb_ops_linux.c | 358 struct rtw_queue *pfree_recv_queue = &precvpriv->free_recv_queue; in recvbuf2recvframe() local 374 precvframe = rtw_alloc_recvframe23a(pfree_recv_queue); in recvbuf2recvframe()
|