Searched refs:vo_pending (Results 1 – 7 of 7) sorted by relevance
156 spin_lock_irqsave(&(pxmitpriv->vo_pending.lock), irqL0); in r8712_free_stainfo()159 spin_unlock_irqrestore(&(pxmitpriv->vo_pending.lock), irqL0); in r8712_free_stainfo()
68 _init_queue(&pxmitpriv->vo_pending); in _r8712_init_xmit_priv()868 *ppstapending = &padapter->xmitpriv.vo_pending; in get_sta_pending()941 hwxmits[1] .sta_queue = &pxmitpriv->vo_pending; in alloc_hwxmits()954 hwxmits[0] .sta_queue = &pxmitpriv->vo_pending; in alloc_hwxmits()
200 struct __queue vo_pending; member
59 INIT_LIST_HEAD(&pxmitpriv->vo_pending.queue); in _rtw_init_xmit_priv()60 spin_lock_init(&pxmitpriv->vo_pending.lock); in _rtw_init_xmit_priv()994 (!list_empty(&pxmitpriv->vo_pending.queue))); in rtw_txframes_pending()1848 hwxmits[1] .sta_queue = &pxmitpriv->vo_pending; in rtw_alloc_hwxmits()1856 hwxmits[0] .sta_queue = &pxmitpriv->vo_pending; in rtw_alloc_hwxmits()
263 struct __queue vo_pending; member
63 rtw_init_queue(&pxmitpriv->vo_pending); in _rtw_init_xmit_priv()827 !list_empty(&pxmitpriv->vo_pending.queue)); in rtw_txframes_pending()1512 hwxmits[1] .sta_queue = &pxmitpriv->vo_pending; in rtw_alloc_hwxmits()1517 hwxmits[0] .sta_queue = &pxmitpriv->vo_pending; in rtw_alloc_hwxmits()
359 struct __queue vo_pending; member
Completed in 21 milliseconds