Searched refs:tx_servq (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 215 struct tx_servq { struct 227 struct tx_servq be_q; /* priority == 0,3 */ argument 228 struct tx_servq bk_q; /* priority == 1,2 */ 229 struct tx_servq vi_q; /* priority == 4,5 */ 230 struct tx_servq vo_q; /* priority == 6,7 */ 314 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter,
|
/Linux-v5.10/drivers/staging/rtl8712/ |
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*/
|
D | rtl8712_xmit.c | 56 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()
|
D | rtl871x_xmit.c | 32 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() 850 struct tx_servq *ptxservq; in get_sta_pending() 893 struct tx_servq *ptxservq; in r8712_xmit_classifier()
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 307 struct tx_servq { struct 321 struct tx_servq be_q; /* priority == 0, 3 */ 322 struct tx_servq bk_q; /* priority == 1, 2 */ 323 struct tx_servq vi_q; /* priority == 4, 5 */ 324 struct tx_servq vo_q; /* priority == 6, 7 */ 466 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, sint up, u8 *…
|
/Linux-v5.10/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() 1358 …_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, struct tx_servq *ptxservq, struct… in dequeue_one_xmitframe() 1382 struct tx_servq *ptxservq = NULL; in rtw_dequeue_xframe() 1407 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe() 1430 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, in rtw_get_sta_pending() 1433 struct tx_servq *ptxservq; in rtw_get_sta_pending() 1478 struct tx_servq *ptxservq; in rtw_xmit_classifier() 1740 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 206 struct tx_servq *ptxservq; in xmit_xmitframes() 256 ptxservq = LIST_CONTAINOR(sta_plist, struct tx_servq, tx_pending); in xmit_xmitframes()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 15 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 1901 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, sint up, u8 *… in rtw_get_sta_pending() 1903 struct tx_servq *ptxservq = NULL; in rtw_get_sta_pending() 1947 struct tx_servq *ptxservq; in rtw_xmit_classifier() 2326 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()
|
/Linux-v5.10/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 423 struct tx_servq *ptxservq = NULL; in rtl8188eu_xmitframe_complete()
|