Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
A Drtw_sta_mgt.c304 spin_lock_bh(&pstaxmitpriv->vo_q.sta_pending.lock); in rtw_free_stainfo()
305 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo()
310 spin_unlock_bh(&pstaxmitpriv->vo_q.sta_pending.lock); in rtw_free_stainfo()
313 spin_lock_bh(&pstaxmitpriv->vi_q.sta_pending.lock); in rtw_free_stainfo()
314 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo()
319 spin_unlock_bh(&pstaxmitpriv->vi_q.sta_pending.lock); in rtw_free_stainfo()
322 spin_lock_bh(&pstaxmitpriv->be_q.sta_pending.lock); in rtw_free_stainfo()
323 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo()
328 spin_unlock_bh(&pstaxmitpriv->be_q.sta_pending.lock); in rtw_free_stainfo()
331 spin_lock_bh(&pstaxmitpriv->bk_q.sta_pending.lock); in rtw_free_stainfo()
[all …]
A Drtw_xmit.c16 INIT_LIST_HEAD(&ptxservq->sta_pending.queue); in _init_txservq()
17 spin_lock_init(&ptxservq->sta_pending.lock); in _init_txservq()
1819 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier()
2178 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit()
2181 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit()
2184 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
2187 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit()
2192 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
/linux/drivers/staging/rtl8712/
A Drtl871x_sta_mgt.c157 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in r8712_free_stainfo()
161 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in r8712_free_stainfo()
165 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in r8712_free_stainfo()
169 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in r8712_free_stainfo()
A Drtl871x_xmit.h162 struct __queue sta_pending; member
A Drtl871x_xmit.c35 _init_queue(&ptxservq->sta_pending); in _init_txservq()
918 list_add_tail(&pxmitframe->list, &ptxservq->sta_pending.queue); in r8712_xmit_classifier()
A Drtl8712_xmit.c202 pframe_queue = &ptxservq->sta_pending; in dequeue_xframe_ex()
/linux/drivers/staging/r8188eu/core/
A Drtw_sta_mgt.c254 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo()
258 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo()
262 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo()
266 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo()
A Drtw_xmit.c21 rtw_init_queue(&ptxservq->sta_pending); in _init_txservq()
1407 pframe_queue = &ptxservq->sta_pending; in rtw_dequeue_xframe()
1491 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier()
1917 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit()
1920 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit()
1923 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
1926 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit()
1931 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
/linux/drivers/staging/r8188eu/hal/
A Drtl8188eu_xmit.c478 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
529 if (list_empty(&ptxservq->sta_pending.queue)) in rtl8188eu_xmitframe_complete()
/linux/drivers/staging/r8188eu/include/
A Drtw_xmit.h223 struct __queue sta_pending; member
/linux/drivers/staging/rtl8723bs/include/
A Drtw_xmit.h302 struct __queue sta_pending; member
/linux/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_xmit.c231 pframe_queue = &ptxservq->sta_pending; in xmit_xmitframes()

Completed in 30 milliseconds