Home
last modified time | relevance | path

Searched refs:sta_pending (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c157 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()
H A Drtl871x_xmit.h162 struct __queue sta_pending; member
H A Drtl871x_xmit.c36 _init_queue(&ptxservq->sta_pending); in _init_txservq()
943 list_add_tail(&pxmitframe->list, &ptxservq->sta_pending.queue); in r8712_xmit_classifier()
H A Drtl8712_xmit.c202 pframe_queue = &ptxservq->sta_pending; in dequeue_xframe_ex()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c303 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vo_q.sta_pending); in rtw_free_stainfo()
312 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->vi_q.sta_pending); in rtw_free_stainfo()
321 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->be_q.sta_pending); in rtw_free_stainfo()
330 rtw_free_xmitframe_queue(pxmitpriv, &pstaxmitpriv->bk_q.sta_pending); in rtw_free_stainfo()
H A Drtw_xmit.c16 INIT_LIST_HEAD(&ptxservq->sta_pending.queue); in _init_txservq()
17 spin_lock_init(&ptxservq->sta_pending.lock); in _init_txservq()
1817 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier()
2175 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vo_q.sta_pending); in stop_sta_xmit()
2178 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->vi_q.sta_pending); in stop_sta_xmit()
2181 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
2184 dequeue_xmitframes_to_sleeping_queue(padapter, psta, &pstaxmitpriv->bk_q.sta_pending); in stop_sta_xmit()
2189 dequeue_xmitframes_to_sleeping_queue(padapter, psta_bmc, &pstaxmitpriv->be_q.sta_pending); in stop_sta_xmit()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h302 struct __queue sta_pending; member
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c228 pframe_queue = &ptxservq->sta_pending; in xmit_xmitframes()