Searched refs:pfree_xmit_queue (Results 1 – 3 of 3) sorted by relevance
781 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_alloc_xmitframe() local783 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()784 pxframe = list_first_entry_or_null(&pfree_xmit_queue->queue, in r8712_alloc_xmitframe()794 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()802 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_free_xmitframe() local807 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()811 list_add_tail(&pxmitframe->list, &pfree_xmit_queue->queue); in r8712_free_xmitframe()813 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()
1332 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1334 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1336 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()1339 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()1366 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1373 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_free_xmitframe() local1380 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()1389 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe()1393 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()
1607 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1609 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1611 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()1614 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()1624 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()