Searched refs:pfree_xmit_queue (Results 1 – 3 of 3) sorted by relevance
807 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_alloc_xmitframe() local809 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()810 pxframe = list_first_entry_or_null(&pfree_xmit_queue->queue, in r8712_alloc_xmitframe()820 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()828 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_free_xmitframe() local833 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()837 list_add_tail(&pxmitframe->list, &pfree_xmit_queue->queue); in r8712_free_xmitframe()839 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()
1256 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1258 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1259 pxframe = list_first_entry_or_null(&pfree_xmit_queue->queue, in rtw_alloc_xmitframe()1288 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1295 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_free_xmitframe() local1304 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()1313 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe()1318 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()
1734 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1736 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1738 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()1742 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()1753 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()