Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c39 #define EXACT_ADDR_FILTERS 8 macro
258 if (n > EXACT_ADDR_FILTERS) in t3_mac_set_num_ucast()
268 for (i = 0; i < EXACT_ADDR_FILTERS; i++, reg += 8) { in t3_mac_disable_exact_filters()
279 for (i = 0; i < EXACT_ADDR_FILTERS; i++, reg += 8) { in t3_mac_enable_exact_filters()
319 if (exact_addr_idx < EXACT_ADDR_FILTERS) in t3_mac_set_rx_mode()