Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c1261 u16 SlotIndex; in _rtl92e_update_rxcounts() local
1267 SlotIndex = (priv->rtllib->LinkDetectInfo.SlotIndex++) % in _rtl92e_update_rxcounts()
1269 priv->rtllib->LinkDetectInfo.RxBcnNum[SlotIndex] = in _rtl92e_update_rxcounts()
1271 priv->rtllib->LinkDetectInfo.RxDataNum[SlotIndex] = in _rtl92e_update_rxcounts()
Dr8192E_dev.c2107 u32 SlotIndex = 0, TotalRxStuckCount = 0; in rtl92e_is_rx_stuck() local
2137 SlotIndex = (priv->SilentResetRxSlotIndex++)%SilentResetRxSoltNum; in rtl92e_is_rx_stuck()
2140 priv->SilentResetRxStuckEvent[SlotIndex] = 1; in rtl92e_is_rx_stuck()
2154 priv->SilentResetRxStuckEvent[SlotIndex] = 0; in rtl92e_is_rx_stuck()
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_core.c3024 u16 SlotIndex; in rtl819x_update_rxcounts() local
3030 SlotIndex = (priv->ieee80211->LinkDetectInfo.SlotIndex++) % in rtl819x_update_rxcounts()
3032 priv->ieee80211->LinkDetectInfo.RxBcnNum[SlotIndex] = in rtl819x_update_rxcounts()
3034 priv->ieee80211->LinkDetectInfo.RxDataNum[SlotIndex] = in rtl819x_update_rxcounts()
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib.h1339 u16 SlotIndex; member
Drtllib_softmac.c2967 ieee->LinkDetectInfo.SlotIndex = 0; in rtllib_softmac_init()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1593 u16 SlotIndex; member