Searched refs:pfree_xmit_queue (Results 1 – 3 of 3) sorted by relevance
800 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_alloc_xmitframe() local802 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()803 if (list_empty(&pfree_xmit_queue->queue)) { in r8712_alloc_xmitframe()806 phead = &pfree_xmit_queue->queue; in r8712_alloc_xmitframe()818 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()826 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_free_xmitframe() local831 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()835 list_add_tail(&pxmitframe->list, &pfree_xmit_queue->queue); in r8712_free_xmitframe()837 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()
1368 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1371 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1373 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()1377 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()1406 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1414 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_free_xmitframe() local1424 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()1433 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe()1438 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()
1449 struct rtw_queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1451 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()1453 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()1459 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()1472 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()