Searched refs:max_mac (Results 1 – 1 of 1) sorted by relevance
2462 u8 max_mac = priv->dpni_attrs.mac_filter_entries; in dpaa2_eth_set_rx_mode() local2469 if (options & DPNI_OPT_NO_MAC_FILTER && max_mac != 0) in dpaa2_eth_set_rx_mode()2472 max_mac); in dpaa2_eth_set_rx_mode()2475 if (uc_count > max_mac) { in dpaa2_eth_set_rx_mode()2478 uc_count, max_mac); in dpaa2_eth_set_rx_mode()2481 if (mc_count + uc_count > max_mac) { in dpaa2_eth_set_rx_mode()2484 uc_count + mc_count, max_mac); in dpaa2_eth_set_rx_mode()