Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1608 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local
1610 spin_lock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()
1612 if (list_empty(&pfree_xmit_queue->queue)) { in rtw_alloc_xmitframe()
1615 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()
1625 spin_unlock_bh(&pfree_xmit_queue->lock); in rtw_alloc_xmitframe()