Home
last modified time | relevance | path

Searched refs:SlotIndex (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c1346 u16 SlotIndex; in _rtl92e_update_rxcounts() local
1352 SlotIndex = (priv->rtllib->LinkDetectInfo.SlotIndex++) % in _rtl92e_update_rxcounts()
1354 priv->rtllib->LinkDetectInfo.RxBcnNum[SlotIndex] = in _rtl92e_update_rxcounts()
1356 priv->rtllib->LinkDetectInfo.RxDataNum[SlotIndex] = in _rtl92e_update_rxcounts()
H A Dr8192E_dev.c2263 u32 SlotIndex = 0, TotalRxStuckCount = 0; in rtl92e_is_rx_stuck() local
2296 SlotIndex = (priv->SilentResetRxSlotIndex++)%SilentResetRxSoltNum; in rtl92e_is_rx_stuck()
2299 priv->SilentResetRxStuckEvent[SlotIndex] = 1; in rtl92e_is_rx_stuck()
2313 priv->SilentResetRxStuckEvent[SlotIndex] = 0; in rtl92e_is_rx_stuck()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_core.c3210 u16 SlotIndex; in rtl819x_update_rxcounts() local
3216 SlotIndex = (priv->ieee80211->LinkDetectInfo.SlotIndex++) % in rtl819x_update_rxcounts()
3218 priv->ieee80211->LinkDetectInfo.RxBcnNum[SlotIndex] = in rtl819x_update_rxcounts()
3220 priv->ieee80211->LinkDetectInfo.RxDataNum[SlotIndex] = in rtl819x_update_rxcounts()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib.h1339 u16 SlotIndex; member
H A Drtllib_softmac.c2969 ieee->LinkDetectInfo.SlotIndex = 0; in rtllib_softmac_init()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1593 u16 SlotIndex; member