Searched refs:pfree_recv_queue (Results 1 – 3 of 3) sorted by relevance
116 union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe() argument124 if (list_empty(&pfree_recv_queue->queue)) in _rtw_alloc_recvframe()127 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe()137 if (pfree_recv_queue == &precvpriv->free_recv_queue) in _rtw_alloc_recvframe()144 union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe() argument148 spin_lock_bh(&pfree_recv_queue->lock); in rtw_alloc_recvframe()150 precvframe = _rtw_alloc_recvframe(pfree_recv_queue); in rtw_alloc_recvframe()152 spin_unlock_bh(&pfree_recv_queue->lock); in rtw_alloc_recvframe()157 int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue) in rtw_free_recvframe() argument167 spin_lock_bh(&pfree_recv_queue->lock); in rtw_free_recvframe()[all …]
354 struct __queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; in rtw_free_stainfo() local374 rtw_free_recvframe(prframe, pfree_recv_queue); in rtw_free_stainfo()
329 extern union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free rec…330 extern union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free recv…331 extern int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue);336 extern void rtw_free_recvframe_queue(struct __queue *pframequeue, struct __queue *pfree_recv_queue…