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

/drivers/net/ethernet/microchip/
H A Denc28j60.c73 int rxfilter; member in struct:enc28j60_net
669 priv->rxfilter = RXFILTER_NORMAL;
1407 int oldfilter = priv->rxfilter;
1412 priv->rxfilter = RXFILTER_PROMISC;
1417 priv->rxfilter = RXFILTER_MULTI;
1421 priv->rxfilter = RXFILTER_NORMAL;
1424 if (oldfilter != priv->rxfilter)
1433 if (priv->rxfilter == RXFILTER_PROMISC) {
1437 } else if (priv->rxfilter == RXFILTER_MULTI) {
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c859 if (priv->rxfilter & FIF_PROBE_REQ)
868 (priv->rxfilter & FIF_PROMISC_IN_BSS)) ||
872 if (priv->rxfilter & FIF_CONTROL)
877 !(priv->rxfilter & FIF_BCN_PRBRESP_PROMISC))
887 if (priv->rxfilter & FIF_PSPOLL)
H A Drecv.c441 if (sc->rx.rxfilter & FIF_PROBE_REQ)
452 if (sc->rx.rxfilter & FIF_CONTROL)
457 !(sc->rx.rxfilter & FIF_BCN_PRBRESP_PROMISC))
463 (sc->rx.rxfilter & FIF_PSPOLL))
469 if (sc->nvifs > 1 || (sc->rx.rxfilter & FIF_OTHER_BSS)) {
882 if (ah->is_monitoring && (sc->rx.rxfilter & FIF_FCSFAIL))
H A Dhtc.h451 unsigned int rxfilter; member in struct:ath9k_htc_priv
H A Dath9k.h310 unsigned int rxfilter; member in struct:ath_rx
H A Dhtc_drv_main.c1306 priv->rxfilter = *total_flags;
H A Dmain.c1732 sc->rx.rxfilter = *total_flags;
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h2792 uint32 rxfilter; /* rx frames filtered out */ member in struct:__anon3315
3033 uint32 rxfilter; /* rx frames filtered out */ member in struct:__anon3316

Completed in 167 milliseconds