Searched refs:rtw_get_sta_pending (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/include/ ! |
D | rtw_xmit.h | 337 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter,
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ ! |
D | rtw_xmit.h | 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 | 1506 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *a… in rtw_get_sta_pending() function 1561 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in rtw_xmit_classifier() 1949 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in dequeue_xmitframes_to_sleeping_queue()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ ! |
D | rtw_xmit.c | 1753 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up… in rtw_get_sta_pending() function 1812 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in rtw_xmit_classifier() 2148 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in dequeue_xmitframes_to_sleeping_queue()
|