Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_xmit.c1133 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local
1136 spin_lock_irqsave(&pfree_queue->lock, flags); in rtw_alloc_xmitbuf_ext()
1138 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext()
1141 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext()
1162 spin_unlock_irqrestore(&pfree_queue->lock, flags); in rtw_alloc_xmitbuf_ext()
1169 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local
1175 spin_lock_irqsave(&pfree_queue->lock, flags); in rtw_free_xmitbuf_ext()
1179 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext()
1182 spin_unlock_irqrestore(&pfree_queue->lock, flags); in rtw_free_xmitbuf_ext()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1441 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_alloc_xmitbuf_ext() local
1443 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext()
1445 if (list_empty(&pfree_queue->queue)) { in rtw_alloc_xmitbuf_ext()
1448 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext()
1470 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_alloc_xmitbuf_ext()
1478 struct __queue *pfree_queue = &pxmitpriv->free_xmit_extbuf_queue; in rtw_free_xmitbuf_ext() local
1483 spin_lock_irqsave(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()
1487 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext()
1490 spin_unlock_irqrestore(&pfree_queue->lock, irqL); in rtw_free_xmitbuf_ext()