Searched refs:SlotIndex (Results 1 – 6 of 6) sorted by relevance
2297 u32 SlotIndex = 0, TotalRxStuckCount = 0; in rtl8192_HalRxCheckStuck() local2330 SlotIndex = (priv->SilentResetRxSlotIndex++)%SilentResetRxSoltNum; in rtl8192_HalRxCheckStuck()2333 priv->SilentResetRxStuckEvent[SlotIndex] = 1; in rtl8192_HalRxCheckStuck()2347 priv->SilentResetRxStuckEvent[SlotIndex] = 0; in rtl8192_HalRxCheckStuck()
1613 u16 SlotIndex; in rtl819x_update_rxcounts() local1619 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()
3196 u16 SlotIndex; in rtl819x_update_rxcounts() local3202 …SlotIndex = (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()
1736 u16 SlotIndex; member
1892 u16 SlotIndex; member
3076 ieee->LinkDetectInfo.SlotIndex = 0; in rtllib_softmac_init()