Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c2047 u8 max_mac = priv->dpni_attrs.mac_filter_entries; in dpaa2_eth_set_rx_mode() local
2054 if (options & DPNI_OPT_NO_MAC_FILTER && max_mac != 0) in dpaa2_eth_set_rx_mode()
2057 max_mac); in dpaa2_eth_set_rx_mode()
2060 if (uc_count > max_mac) { in dpaa2_eth_set_rx_mode()
2063 uc_count, max_mac); in dpaa2_eth_set_rx_mode()
2066 if (mc_count + uc_count > max_mac) { in dpaa2_eth_set_rx_mode()
2069 uc_count + mc_count, max_mac); in dpaa2_eth_set_rx_mode()