Searched refs:sta_pending (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl871x_sta_mgt.c | 157 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()
|
D | rtl871x_xmit.h | 162 struct __queue sta_pending; member
|
D | rtl871x_xmit.c | 35 _init_queue(&ptxservq->sta_pending); in _init_txservq() 919 list_add_tail(&pxmitframe->list, &ptxservq->sta_pending.queue); in r8712_xmit_classifier()
|
D | rtl8712_xmit.c | 202 pframe_queue = &ptxservq->sta_pending; in dequeue_xframe_ex()
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_sta_mgt.c | 272 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo() 276 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo() 280 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo() 284 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() 1409 pframe_queue = &ptxservq->sta_pending; in rtw_dequeue_xframe() 1501 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() 1783 &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit() 1787 &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit() 1791 &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit() 1795 &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit() 1801 &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 340 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo() 349 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo() 358 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo() 367 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() 1980 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() 2373 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit() 2376 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit() 2379 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit() 2382 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit() 2387 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
|
/Linux-v5.10/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 509 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete() 560 if (list_empty(&ptxservq->sta_pending.queue)) in rtl8188eu_xmitframe_complete()
|
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 217 struct __queue sta_pending; member
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 309 struct __queue sta_pending; member
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 275 pframe_queue = &ptxservq->sta_pending; in xmit_xmitframes()
|