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

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c2463 u8 max_mac = priv->dpni_attrs.mac_filter_entries; local
2470 if (options & DPNI_OPT_NO_MAC_FILTER && max_mac != 0)
2473 max_mac);
2476 if (uc_count > max_mac) {
2479 uc_count, max_mac);
2482 if (mc_count + uc_count > max_mac) {
2485 uc_count + mc_count, max_mac);

Completed in 92 milliseconds