Searched refs:pfree_queue (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1144 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1146 spin_lock_irqsave(&pfree_queue->lock, irql); in rtw_alloc_xmitbuf_ext() 1147 pxmitbuf = list_first_entry_or_null(&pfree_queue->queue, in rtw_alloc_xmitbuf_ext() 1158 spin_unlock_irqrestore(&pfree_queue->lock, irql); in rtw_alloc_xmitbuf_ext() 1166 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1171 spin_lock_irqsave(&pfree_queue->lock, irql); in rtw_free_xmitbuf_ext() 1175 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1178 spin_unlock_irqrestore(&pfree_queue->lock, irql); in rtw_free_xmitbuf_ext()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1677 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1679 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1681 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext() 1685 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1714 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1722 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1727 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext() 1731 list_add_tail(&(pxmitbuf->list), get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1737 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()
|