Searched refs:mc_ports (Results 1 – 1 of 1) sorted by relevance
67 unsigned int mc_ports; in ocelot_mact_learn() local71 mc_ports = (mac[1] << 8) | mac[2]; in ocelot_mact_learn()73 mc_ports = (mac[0] << 8) | mac[1]; in ocelot_mact_learn()75 mc_ports = 0; in ocelot_mact_learn()77 if (mc_ports & BIT(ocelot->num_phys_ports)) in ocelot_mact_learn()