Searched refs:bHwError (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c5208 && (!pstats->bHwError) && (!pstats->bCRC)&& (!pstats->bICV));
5346 stats->bHwError = stats->bCRC|stats->bICV;
5358 stats->bHwError = stats->bCRC|stats->bICV;
5365 stats->bHwError = false;
5369 stats->bHwError = stats->bCRC|stats->bICV;
5373 stats->bHwError |= 1;
5384 if(!stats->bHwError){
5392 stats->bHwError = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_core.c5784 && (!pstats->bHwError) && (!pstats->bCRC)&& (!pstats->bICV));
5946 stats.bHwError = pdesc->CRC32 | pdesc->ICV;
5950 stats.bHwError |= 1;
5952 if(stats.bHwError) {
H A Dieee80211.h852 u16 bHwError:1; member in struct:ieee80211_rx_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h398 u16 bHwError:1; member in struct:ieee80211_rx_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_core.c1426 u8 bHwError = 0, bCRC = 0, bICV = 0; local
1598 bHwError = (((*(priv->rxringtail)) & (0x00000fff)) == 4080) | (((*(priv->rxringtail)) & (0x04000000)) != 0)
1608 && (!bHwError) && (!bCRC) && (!bICV)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c6722 && (!pstats->bHwError) && (!pstats->bCRC)&& (!pstats->bICV));
6875 stats->bHwError = stats->bCRC|stats->bICV;
6888 if(stats->bHwError)
6903 stats->bHwError = FALSE;
6908 if(!stats->bHwError)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h877 u16 bHwError:1; member in struct:ieee80211_rx_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h857 u16 bHwError:1; member in struct:ieee80211_rx_stats

Completed in 272 milliseconds