Searched refs:rtw_get_sta_pending (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/r8188eu/include/ |
| A D | rtw_xmit.h | 325 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter,
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A D | rtw_xmit.h | 450 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up…
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_xmit.c | 1429 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *a… in rtw_get_sta_pending() function 1486 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in rtw_xmit_classifier() 1892 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in dequeue_xmitframes_to_sleeping_queue()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A 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 1813 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in rtw_xmit_classifier() 2151 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in dequeue_xmitframes_to_sleeping_queue()
|
Completed in 14 milliseconds