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