OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rxfilter
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c
624
uint32_t
rxfilter
;
local
645
rxfilter
= ar5212GetRxFilter(ah);
646
ar5212SetRxFilter(ah,
rxfilter
&~ HAL_RX_FILTER_PHYERR);
683
ar5212SetRxFilter(ah,
rxfilter
);
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c
544
uint32_t
rxfilter
;
local
565
rxfilter
= ar5212GetRxFilter(ah);
566
ar5212SetRxFilter(ah,
rxfilter
&~ HAL_RX_FILTER_PHYERR);
603
ar5212SetRxFilter(ah,
rxfilter
);
/src/sys/dev/usb/
if_upgtvar.h
168
uint8_t
rxfilter
;
member in struct:upgt_eeprom_option_hwrx
if_zyd.c
1730
uint32_t
rxfilter
;
local
1734
rxfilter
= ZYD_FILTER_BSS;
1738
rxfilter
= ZYD_FILTER_HOSTAP;
1741
rxfilter
= ZYD_FILTER_MONITOR;
1747
return zyd_write32(sc, ZYD_MAC_RXFILTER,
rxfilter
);
if_upgt.c
1146
sc->sc_eeprom_hwrx = option_hwrx->
rxfilter
- UPGT_EEPROM_RX_CONST;
Completed in 38 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026