Home
last modified time | relevance | path

Searched refs:tx_servq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h290 struct tx_servq { struct
304 struct tx_servq be_q; /* priority == 0, 3 */
305 struct tx_servq bk_q; /* priority == 1, 2 */
306 struct tx_servq vi_q; /* priority == 4, 5 */
307 struct tx_servq vo_q; /* priority == 6, 7 */
440 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up…
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c172 struct tx_servq *ptxservq; in xmit_xmitframes()
221 ptxservq = list_entry(sta_plist, struct tx_servq, in xmit_xmitframes()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c12 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq()
1757 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up… in rtw_get_sta_pending()
1759 struct tx_servq *ptxservq = NULL; in rtw_get_sta_pending()
1799 struct tx_servq *ptxservq; in rtw_xmit_classifier()
2131 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()