Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1449 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local
1451 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext()
1453 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext()
1456 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext()
1478 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext()
1486 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local
1491 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()
1495 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext()
1498 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()