Searched refs:tx_servq (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_xmit.h | 234 struct tx_servq { struct 245 struct tx_servq be_q; /* priority == 0,3 */ argument 246 struct tx_servq bk_q; /* priority == 1,2 */ 247 struct tx_servq vi_q; /* priority == 4,5 */ 248 struct tx_servq vo_q; /* priority == 6,7 */ 339 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter,
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_xmit.h | 238 struct tx_servq { struct 250 struct tx_servq be_q; /* priority == 0,3 */ argument 251 struct tx_servq bk_q; /* priority == 1,2 */ 252 struct tx_servq vi_q; /* priority == 4,5 */ 253 struct tx_servq vo_q; /* priority == 6,7 */ 347 struct tx_servq *rtw_get_sta_pending23a(struct rtw_adapter *padapter,
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_xmit.h | 169 struct tx_servq { struct 180 struct tx_servq be_q; /* priority == 0,3 */ argument 181 struct tx_servq bk_q; /* priority == 1,2*/ 182 struct tx_servq vi_q; /*priority == 4,5*/ 183 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 = LIST_CONTAINOR(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() 869 static inline struct tx_servq *get_sta_pending(struct _adapter *padapter, in get_sta_pending() 874 struct tx_servq *ptxservq; in get_sta_pending() 917 struct tx_servq *ptxservq; in r8712_xmit_classifier()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 32 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 913 struct tx_servq *ptxservq; in rtw_txframes_sta_ac_pending() 1483 …_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, struct tx_servq *ptxservq, struct… in dequeue_one_xmitframe() 1507 struct tx_servq *ptxservq = NULL; in rtw_dequeue_xframe() 1533 ptxservq = container_of(sta_plist, struct tx_servq, tx_pending); in rtw_dequeue_xframe() 1556 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *a… in rtw_get_sta_pending() 1558 struct tx_servq *ptxservq; in rtw_get_sta_pending() 1600 struct tx_servq *ptxservq; in rtw_xmit_classifier() 1872 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_xmit.c | 25 static void _init_txservq(struct tx_servq *ptxservq) in _init_txservq() 993 struct tx_servq *ptxservq; in rtw_txframes_sta_ac_pending23a() 1596 struct tx_servq *ptxservq, struct rtw_queue *pframe_queue) in dequeue_one_xmitframe() 1617 struct tx_servq *ptxservq = NULL; in rtw_dequeue_xframe23a() 1643 ptxservq = container_of(sta_plist, struct tx_servq, in rtw_dequeue_xframe23a() 1667 struct tx_servq *rtw_get_sta_pending23a(struct rtw_adapter *padapter, struct sta_info *psta, int up… in rtw_get_sta_pending23a() 1669 struct tx_servq *ptxservq = NULL; in rtw_get_sta_pending23a() 1713 struct tx_servq *ptxservq; in rtw_xmit23a_classifier() 2057 struct tx_servq *ptxservq; in dequeue_xmitframes_to_sleeping_queue()
|
D | rtw_sta_mgt.c | 391 struct tx_servq *ptxservq; in rtw_init_bcmc_stainfo23a()
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 441 struct tx_servq *ptxservq = NULL; in rtl8188eu_xmitframe_complete()
|