HomeSort by: relevance | last modified time | path
    Searched defs:rfilt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athn.c 470 uint32_t rfilt; local in function:athn_rx_start
476 rfilt = AR_RX_FILTER_UCAST | AR_RX_FILTER_BCAST | AR_RX_FILTER_MCAST;
479 rfilt |= AR_RX_FILTER_COMPR_BAR;
481 rfilt |= AR_RX_FILTER_BEACON;
483 rfilt |= AR_RX_FILTER_PROBEREQ;
485 rfilt |= AR_RX_FILTER_PROM;
489 rfilt |= AR_RX_FILTER_PSPOLL;
492 athn_set_rxfilter(sc, rfilt);
523 athn_set_rxfilter(struct athn_softc *sc, uint32_t rfilt)
526 AR_WRITE(sc, AR_RX_FILTER, rfilt);
    [all...]
ath.c 1971 u_int32_t rfilt; local in function:ath_calcrxfilter
1973 rfilt = (ath_hal_getrxfilter(ah) & HAL_RX_FILTER_PHYERR)
1976 rfilt |= HAL_RX_FILTER_PROBEREQ;
1979 rfilt |= HAL_RX_FILTER_PROM;
1981 rfilt |= HAL_RX_FILTER_CONTROL | HAL_RX_FILTER_PROBEREQ;
1985 rfilt |= HAL_RX_FILTER_BEACON;
1986 return rfilt;
1998 u_int32_t rfilt, mfilt[2], val; local in function:ath_mode_init
2003 rfilt = ath_calcrxfilter(sc, ic->ic_state);
2004 ath_hal_setrxfilter(ah, rfilt);
4737 u_int32_t rfilt; local in function:ath_newstate
    [all...]

Completed in 16 milliseconds