Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A Drtl871x_xmit.c781 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in r8712_alloc_xmitframe() local
783 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() local
807 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()
/linux/drivers/staging/r8188eu/core/
A Drtw_xmit.c1254 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local
1256 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()
1258 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()
1261 phead = get_list_head(pfree_xmit_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() local
1302 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()
1311 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe()
1315 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_free_xmitframe()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_xmit.c1610 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local
1612 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()
1614 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()
1617 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()
1627 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()

Completed in 14 milliseconds