Searched refs:sta_pending (Results 1 – 4 of 4) sorted by relevance
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_sta_mgt.c | 301 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo() 310 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo() 319 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo() 328 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo()
|
| A D | rtw_xmit.c | 15 INIT_LIST_HEAD(&ptxservq->sta_pending.queue); in _init_txservq() 16 spin_lock_init(&ptxservq->sta_pending.lock); in _init_txservq() 1821 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() 2174 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit() 2177 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit() 2180 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit() 2183 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit() 2188 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_xmit.h | 292 struct __queue sta_pending; member
|
| /drivers/staging/rtl8723bs/hal/ |
| A D | rtl8723bs_xmit.c | 224 pframe_queue = &ptxservq->sta_pending; in xmit_xmitframes()
|
Completed in 11 milliseconds