Searched refs:sta_pending (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 177 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()
|
D | rtl871x_xmit.h | 171 struct __queue sta_pending; member
|
D | rtl871x_xmit.c | 47 _init_queue(&ptxservq->sta_pending); in _init_txservq() 940 list_add_tail(&pxmitframe->list, &ptxservq->sta_pending.queue); in r8712_xmit_classifier()
|
D | rtl8712_xmit.c | 218 pframe_queue = &ptxservq->sta_pending; in dequeue_xframe_ex()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_sta_mgt.c | 221 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()
|
D | rtw_xmit.c | 29 _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.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 318 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo() 322 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo() 326 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo() 330 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo()
|
D | rtw_xmit.c | 34 _rtw_init_queue(&ptxservq->sta_pending); in _init_txservq() 1531 pframe_queue = &ptxservq->sta_pending; in rtw_dequeue_xframe() 1621 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() 1910 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit() 1913 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit() 1916 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit() 1919 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit() 1924 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 533 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete() 584 if (list_empty(&ptxservq->sta_pending.queue)) in rtl8188eu_xmitframe_complete()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_xmit.h | 240 struct rtw_queue sta_pending; member
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 236 struct __queue sta_pending; member
|