Searched refs:mc_ports (Results 1 – 1 of 1) sorted by relevance
79 unsigned int mc_ports; in __ocelot_mact_learn() local84 mc_ports = (mac[1] << 8) | mac[2]; in __ocelot_mact_learn()86 mc_ports = (mac[0] << 8) | mac[1]; in __ocelot_mact_learn()88 mc_ports = 0; in __ocelot_mact_learn()90 if (mc_ports & BIT(ocelot->num_phys_ports)) in __ocelot_mact_learn()