Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c177 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in r8712_free_stainfo()
181 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in r8712_free_stainfo()
185 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in r8712_free_stainfo()
189 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in r8712_free_stainfo()
Drtl871x_xmit.h171 struct __queue sta_pending; member
Drtl871x_xmit.c47 _init_queue(&ptxservq->sta_pending); in _init_txservq()
943 list_add_tail(&pxmitframe->list, &ptxservq->sta_pending.queue); in r8712_xmit_classifier()
Drtl8712_xmit.c214 pframe_queue = &ptxservq->sta_pending; in dequeue_xframe_ex()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_sta_mgt.c221 rtw_free_xmitframe_queue23a(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo23a()
228 rtw_free_xmitframe_queue23a(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo23a()
235 rtw_free_xmitframe_queue23a(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo23a()
242 rtw_free_xmitframe_queue23a(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo23a()
Drtw_xmit.c29 _rtw_init_queue23a(&ptxservq->sta_pending); in _init_txservq()
1646 pframe_queue = &ptxservq->sta_pending; in rtw_dequeue_xframe23a()
1746 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit23a_classifier()
2100 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit23a()
2103 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit23a()
2107 &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit23a()
2111 &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit23a()
2117 &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c289 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo()
293 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo()
297 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo()
301 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo()
Drtw_xmit.c35 _rtw_init_queue(&ptxservq->sta_pending); in _init_txservq()
1535 pframe_queue = &ptxservq->sta_pending; in rtw_dequeue_xframe()
1625 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier()
1914 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit()
1917 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit()
1920 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
1923 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit()
1928 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c534 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
585 if (list_empty(&ptxservq->sta_pending.queue)) in rtl8188eu_xmitframe_complete()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_xmit.h236 struct __queue sta_pending; member
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_xmit.h240 struct rtw_queue sta_pending; member