Searched refs:tx_servq (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/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() 849 struct tx_servq *ptxservq; in get_sta_pending() 892 struct tx_servq *ptxservq; in r8712_xmit_classifier()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_xmit.h | 224 struct tx_servq { struct 235 struct tx_servq be_q; /* priority == 0,3 */ argument 236 struct tx_servq bk_q; /* priority == 1,2 */ 237 struct tx_servq vi_q; /* priority == 4,5 */ 238 struct tx_servq vo_q; /* priority == 6,7 */ 337 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter,
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_xmit.h | 300 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.1.9/drivers/staging/r8188eu/core/ |
D | rtw_xmit.c | 17 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 932 struct tx_servq *ptxservq; in rtw_txframes_sta_ac_pending() 1433 …_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, struct tx_servq *ptxservq, struct… in dequeue_one_xmitframe() 1457 struct tx_servq *ptxservq = NULL; in rtw_dequeue_xframe() 1482 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe() 1506 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *a… in rtw_get_sta_pending() 1508 struct tx_servq *ptxservq; in rtw_get_sta_pending() 1545 struct tx_servq *ptxservq; in rtw_xmit_classifier() 1932 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()
|
/linux-6.1.9/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 176 struct tx_servq *ptxservq; in xmit_xmitframes() 225 ptxservq = list_entry(sta_plist, struct tx_servq, in xmit_xmitframes()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 13 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()
|
/linux-6.1.9/drivers/staging/r8188eu/hal/ |
D | rtl8188eu_xmit.c | 388 struct tx_servq *ptxservq = NULL; in rtl8188eu_xmitframe_complete()
|