Searched refs:pfree_xmit_queue (Results 1 – 1 of 1) sorted by relevance
1608 struct __queue *pfree_xmit_queue = &pxmitpriv->free_xmit_queue; in rtw_alloc_xmitframe() local1610 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()