Searched refs:tx_servq (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 221 struct tx_servq { struct 233 struct tx_servq be_q; /* priority == 0,3 */ argument 234 struct tx_servq bk_q; /* priority == 1,2 */ 235 struct tx_servq vi_q; /* priority == 4,5 */ 236 struct tx_servq vo_q; /* priority == 6,7 */ 320 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter,
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_xmit.h | 172 struct tx_servq { struct 184 struct tx_servq be_q; /* priority == 0,3 */ argument 185 struct tx_servq bk_q; /* priority == 1,2*/ 186 struct tx_servq vi_q; /*priority == 4,5*/ 187 struct tx_servq vo_q; /*priority == 6,7*/
|
D | rtl8712_xmit.c | 68 struct tx_servq *ptxservq; in r8712_txframes_sta_ac_pending() 163 struct tx_servq *ptxservq, in dequeue_one_xmitframe() 187 struct tx_servq *ptxservq = NULL; in dequeue_xframe_ex() 212 ptxservq = container_of(sta_plist, struct tx_servq, in dequeue_xframe_ex()
|
D | rtl871x_xmit.c | 44 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 866 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-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 309 struct tx_servq { struct 324 struct tx_servq be_q; /* priority == 0, 3 */ 325 struct tx_servq bk_q; /* priority == 1, 2 */ 326 struct tx_servq vi_q; /* priority == 4, 5 */ 327 struct tx_servq vo_q; /* priority == 6, 7 */ 469 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, sint up, u8 *…
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 19 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 867 struct tx_servq *ptxservq; in rtw_txframes_sta_ac_pending() 1360 …_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, struct tx_servq *ptxservq, struct… in dequeue_one_xmitframe() 1384 struct tx_servq *ptxservq = NULL; in rtw_dequeue_xframe() 1409 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe() 1432 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *a… in rtw_get_sta_pending() 1434 struct tx_servq *ptxservq; in rtw_get_sta_pending() 1475 struct tx_servq *ptxservq; in rtw_xmit_classifier() 1734 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 206 struct tx_servq *ptxservq; in xmit_xmitframes() 257 ptxservq = LIST_CONTAINOR(sta_plist, struct tx_servq, tx_pending); in xmit_xmitframes()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 15 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 2039 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, sint up, u8 *… in rtw_get_sta_pending() 2041 struct tx_servq *ptxservq = NULL; in rtw_get_sta_pending() 2087 struct tx_servq *ptxservq; in rtw_xmit_classifier() 2555 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()
|
D | rtw_sta_mgt.c | 563 struct tx_servq *ptxservq; in rtw_init_bcmc_stainfo()
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 424 struct tx_servq *ptxservq = NULL; in rtl8188eu_xmitframe_complete()
|