Searched refs:sta_pending (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H 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() 1854 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() 2207 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit() 2210 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit() 2213 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit() 2216 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit() 2221 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_xmit.h | 292 struct __queue sta_pending; member
|