Lines Matching refs:port_map
530 if (entr->port_map == 0)
671 /* Set a static ALR entry. Delete entry if port_map is zero */
673 u8 port_map, bool stp_override)
677 dev_dbg(chip->dev, "%s(%pM, %d)\n", __func__, mac, port_map);
679 if (port_map)
685 alr_port = portmap_2_alrport[port_map & 7];
717 entr->port_map |= BIT(port);
719 lan9303_alr_set_entry(chip, mac, entr->port_map, stp_override);
735 entr->port_map &= ~BIT(port);
736 if (entr->port_map == 0) /* zero means its free again */
738 lan9303_alr_set_entry(chip, mac, entr->port_map, entr->stp_override);