Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A Drtl871x_xmit.h160 struct tx_servq { struct
172 struct tx_servq be_q; /* priority == 0,3 */ argument
173 struct tx_servq bk_q; /* priority == 1,2*/
174 struct tx_servq vi_q; /*priority == 4,5*/
175 struct tx_servq vo_q; /*priority == 6,7*/
A Drtl8712_xmit.c56 struct tx_servq *ptxservq; in r8712_txframes_sta_ac_pending()
151 struct tx_servq *ptxservq, in dequeue_one_xmitframe()
175 struct tx_servq *ptxservq = NULL; in dequeue_xframe_ex()
200 ptxservq = container_of(sta_plist, struct tx_servq, in dequeue_xframe_ex()
A Drtl871x_xmit.c32 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq()
845 static inline struct tx_servq *get_sta_pending(struct _adapter *padapter, in get_sta_pending()
849 struct tx_servq *ptxservq; in get_sta_pending()
892 struct tx_servq *ptxservq; in r8712_xmit_classifier()
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Drtw_xmit.h300 struct tx_servq { struct
314 struct tx_servq be_q; /* priority == 0, 3 */
315 struct tx_servq bk_q; /* priority == 1, 2 */
316 struct tx_servq vi_q; /* priority == 4, 5 */
317 struct tx_servq vo_q; /* priority == 6, 7 */
450 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up…
/linux-6.3-rc2/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_xmit.c176 struct tx_servq *ptxservq; in xmit_xmitframes()
225 ptxservq = list_entry(sta_plist, struct tx_servq, in xmit_xmitframes()
/linux-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_xmit.c13 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq()
1753 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up… in rtw_get_sta_pending()
1755 struct tx_servq *ptxservq = NULL; in rtw_get_sta_pending()
1795 struct tx_servq *ptxservq; in rtw_xmit_classifier()
2132 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()

Completed in 16 milliseconds