Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_xgmac.c360 if (n > EXACT_ADDR_FILTERS) in t3_mac_set_num_ucast()
370 for (i = 0; i < EXACT_ADDR_FILTERS; i++, reg += 8) { in t3_mac_disable_exact_filters()
381 for (i = 0; i < EXACT_ADDR_FILTERS; i++, reg += 8) { in t3_mac_enable_exact_filters()
431 if (exact_addr_idx < EXACT_ADDR_FILTERS) in t3_mac_set_rx_mode()
HDcxgb_common.h47 EXACT_ADDR_FILTERS = 8, /* # of HW exact match filters */ enumerator