Searched refs:WL1271_MAX_RX_FILTERS (Results 1 – 5 of 5) sorted by relevance
331 for (i = 0; i < WL1271_MAX_RX_FILTERS; i++) { in wl1271_rx_filter_clear_all()
285 #define WL1271_MAX_RX_FILTERS 5 macro
463 unsigned long rx_filter_enabled[BITS_TO_LONGS(WL1271_MAX_RX_FILTERS)];
1799 WARN_ON(index >= WL1271_MAX_RX_FILTERS); in wl1271_acx_set_rx_filter()
1566 if (WARN_ON(wow->n_patterns > WL1271_MAX_RX_FILTERS)) in wl1271_configure_wowlan()6477 .n_patterns = WL1271_MAX_RX_FILTERS,