Searched refs:pfree_xmit_queue (Results 1 – 3 of 3) sorted by relevance
801 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_alloc_xmitframe() local803 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()804 if (list_empty(&pfree_xmit_queue->queue)) in r8712_alloc_xmitframe()807 phead = &pfree_xmit_queue->queue; in r8712_alloc_xmitframe()819 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()827 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()839 list_add_tail(&pxmitframe->list, &pfree_xmit_queue->queue); in r8712_free_xmitframe()841 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()
1366 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1369 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1371 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()1375 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()1404 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1412 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_free_xmitframe() local1422 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()1431 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe()1436 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()
1494 struct rtw_queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1496 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1498 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()1504 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()1517 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()