Searched refs:sta_pending (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 170 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()
|
D | rtl871x_xmit.h | 174 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 | 214 pframe_queue = &ptxservq->sta_pending; in dequeue_xframe_ex()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 267 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo() 271 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo() 275 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo() 279 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo()
|
D | rtw_xmit.c | 22 _rtw_init_queue(&ptxservq->sta_pending); in _init_txservq() 1411 pframe_queue = &ptxservq->sta_pending; in rtw_dequeue_xframe() 1498 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() 1776 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit() 1779 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit() 1782 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit() 1785 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit() 1790 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 345 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo() 354 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo() 363 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo() 372 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo()
|
D | rtw_xmit.c | 18 _rtw_init_queue(&ptxservq->sta_pending); in _init_txservq() 2134 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() 2608 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit() 2612 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit() 2616 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit() 2620 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit() 2625 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 510 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete() 561 if (list_empty(&ptxservq->sta_pending.queue)) in rtl8188eu_xmitframe_complete()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 223 struct __queue sta_pending; member
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 311 struct __queue sta_pending; member
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 276 pframe_queue = &ptxservq->sta_pending; in xmit_xmitframes()
|