Home
last modified time | relevance | path

Searched refs:pfree_xmit_queue (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_xmit.c806 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_alloc_xmitframe() local
808 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_alloc_xmitframe()
809 pxframe = list_first_entry_or_null(&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() local
832 spin_lock_irqsave(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()
836 list_add_tail(&pxmitframe->list, &pfree_xmit_queue->queue); in r8712_free_xmitframe()
838 spin_unlock_irqrestore(&pfree_xmit_queue->lock, irqL); in r8712_free_xmitframe()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1607 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local
1609 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()