Home
last modified time | relevance | path

Searched refs:rx_filter_enabled (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Drx.c305 if (!!test_bit(index, wl->rx_filter_enabled) == enable) { in wl1271_rx_filter_enable()
320 __set_bit(index, wl->rx_filter_enabled); in wl1271_rx_filter_enable()
322 __clear_bit(index, wl->rx_filter_enabled); in wl1271_rx_filter_enable()
332 if (!test_bit(i, wl->rx_filter_enabled)) in wl1271_rx_filter_clear_all()
H A Dwlcore.h463 unsigned long rx_filter_enabled[BITS_TO_LONGS(WL1271_MAX_RX_FILTERS)]; member