Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c170 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in r8712_free_stainfo()
174 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in r8712_free_stainfo()
178 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in r8712_free_stainfo()
182 r8712_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in r8712_free_stainfo()
Drtl871x_xmit.h174 struct __queue sta_pending; member
Drtl871x_xmit.c47 _init_queue(&ptxservq->sta_pending); in _init_txservq()
939 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()
/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c278 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo()
282 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo()
286 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo()
290 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo()
Drtw_xmit.c30 _rtw_init_queue(&ptxservq->sta_pending); in _init_txservq()
1481 pframe_queue = &ptxservq->sta_pending; in rtw_dequeue_xframe()
1570 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier()
1849 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit()
1852 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit()
1855 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
1858 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit()
1863 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c517 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
568 if (list_empty(&ptxservq->sta_pending.queue)) in rtl8188eu_xmitframe_complete()
/drivers/staging/rtl8188eu/include/
Drtw_xmit.h229 struct __queue sta_pending; member