Searched refs:pfree_queue (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/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()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1553 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local 1555 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1557 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext() 1560 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1587 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext() 1595 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local 1600 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext() 1604 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1610 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()
|