Home
last modified time | relevance | path

Searched refs:rtw_get_sta_pending (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8188eu/include/
Drtw_xmit.h324 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter,
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1502 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *a… in rtw_get_sta_pending() function
1565 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in rtw_xmit_classifier()
1824 ptxservq = rtw_get_sta_pending(padapter, psta, pattrib->priority, (u8 *)(&ac_index)); in dequeue_xmitframes_to_sleeping_queue()