Searched refs:tx_servq (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_xmit.h | 160 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 D | rtl8712_xmit.c | 56 struct tx_servq *ptxservq; in r8712_txframes_sta_ac_pending() 150 struct hw_xmit *phwxmit, struct tx_servq *ptxservq, in dequeue_one_xmitframe() 174 struct tx_servq *ptxservq = NULL; in dequeue_xframe_ex() 199 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in dequeue_xframe_ex()
|
| A D | rtl871x_xmit.c | 33 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 867 static inline struct tx_servq *get_sta_pending(struct _adapter *padapter, in get_sta_pending() 871 struct tx_servq *ptxservq; in get_sta_pending() 914 struct tx_servq *ptxservq; in r8712_xmit_classifier()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | rtw_xmit.h | 290 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/ |
| A D | rtl8723bs_xmit.c | 175 struct tx_servq *ptxservq; in xmit_xmitframes() 224 ptxservq = list_entry(sta_plist, struct tx_servq, in xmit_xmitframes()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_xmit.c | 12 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 1752 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up… in rtw_get_sta_pending() 1754 struct tx_servq *ptxservq = NULL; in rtw_get_sta_pending() 1794 struct tx_servq *ptxservq; in rtw_xmit_classifier() 2131 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()
|
Completed in 51 milliseconds