Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c2297 u32 SlotIndex = 0, TotalRxStuckCount = 0; in rtl8192_HalRxCheckStuck() local
2330 SlotIndex = (priv->SilentResetRxSlotIndex++)%SilentResetRxSoltNum; in rtl8192_HalRxCheckStuck()
2333 priv->SilentResetRxStuckEvent[SlotIndex] = 1; in rtl8192_HalRxCheckStuck()
2347 priv->SilentResetRxStuckEvent[SlotIndex] = 0; in rtl8192_HalRxCheckStuck()
Drtl_core.c1613 u16 SlotIndex; in rtl819x_update_rxcounts() local
1619 SlotIndex = (priv->rtllib->LinkDetectInfo.SlotIndex++) % in rtl819x_update_rxcounts()
1621 priv->rtllib->LinkDetectInfo.RxBcnNum[SlotIndex] = in rtl819x_update_rxcounts()
1623 priv->rtllib->LinkDetectInfo.RxDataNum[SlotIndex] = in rtl819x_update_rxcounts()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c3196 u16 SlotIndex; in rtl819x_update_rxcounts() local
3202SlotIndex = (priv->ieee80211->LinkDetectInfo.SlotIndex++)%(priv->ieee80211->LinkDetectInfo.SlotNum… in rtl819x_update_rxcounts()
3203 …priv->ieee80211->LinkDetectInfo.RxBcnNum[SlotIndex] = priv->ieee80211->LinkDetectInfo.NumRecvBcnIn… in rtl819x_update_rxcounts()
3204 …priv->ieee80211->LinkDetectInfo.RxDataNum[SlotIndex] = priv->ieee80211->LinkDetectInfo.NumRecvData… in rtl819x_update_rxcounts()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1736 u16 SlotIndex; member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib.h1892 u16 SlotIndex; member
Drtllib_softmac.c3076 ieee->LinkDetectInfo.SlotIndex = 0; in rtllib_softmac_init()