Searched refs:rxfilter (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/net/
H A Denc28j60.c73 int rxfilter; member in struct:enc28j60_net
667 priv->rxfilter = RXFILTER_NORMAL;
1397 int oldfilter = priv->rxfilter;
1402 priv->rxfilter = RXFILTER_PROMISC;
1407 priv->rxfilter = RXFILTER_MULTI;
1411 priv->rxfilter = RXFILTER_NORMAL;
1414 if (oldfilter != priv->rxfilter)
1423 if (priv->rxfilter == RXFILTER_PROMISC) {
1427 } else if (priv->rxfilter == RXFILTER_MULTI) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drecv.c432 (sc->rx.rxfilter & FIF_PROMISC_IN_BSS)) ||
436 if (sc->rx.rxfilter & FIF_CONTROL)
440 !(sc->rx.rxfilter & FIF_BCN_PRBRESP_PROMISC))
448 (sc->rx.rxfilter & FIF_PSPOLL))
454 if (sc->sec_wiphy || (sc->rx.rxfilter & FIF_OTHER_BSS)) {
H A Dhtc_drv_txrx.c382 (priv->rxfilter & FIF_PROMISC_IN_BSS)) ||
386 if (priv->rxfilter & FIF_CONTROL)
390 !(priv->rxfilter & FIF_BCN_PRBRESP_PROMISC))
H A Dhtc.h364 unsigned int rxfilter; member in struct:ath9k_htc_priv
H A Dath9k.h314 unsigned int rxfilter; member in struct:ath_rx
H A Dhtc_drv_main.c1473 priv->rxfilter = *total_flags;
H A Dmain.c1700 sc->rx.rxfilter = *total_flags;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h1849 uint32 rxfilter; /* rx frames filtered out */ member in struct:__anon19618
2105 uint32 rxfilter; /* rx frames filtered out */ member in struct:__anon19619

Completed in 163 milliseconds