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

/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_pgid.c14 for (i = 0; i <= PGID_CPU; i++)
38 if (idx <= PGID_CPU || idx >= PGID_TABLE_SIZE)
H A Dsparx5_switchdev.c222 sparx5_mact_learn(sparx5, PGID_CPU, port->ndev->dev_addr, 0);
257 sparx5_mact_learn(sparx5, PGID_CPU, port->ndev->dev_addr, vid);
333 sparx5_add_mact_entry(sparx5, dev, PGID_CPU,
H A Dsparx5_netdev.c193 sparx5_mact_learn(sparx5, PGID_CPU, addr->sa_data, port->pvid);
H A Dsparx5_mactable.c131 return sparx5_mact_learn(sparx5, PGID_CPU, addr, port->pvid);
H A Dsparx5_main.c623 sparx5, ANA_AC_PGID_MISC_CFG(PGID_CPU));
643 sparx5_mact_learn(sparx5, PGID_CPU, broadcast, NULL_VID);
H A Dsparx5_main.h68 #define PGID_CPU (PGID_BASE + 7) macro
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h52 #define PGID_CPU (PGID_AGGR - 6) macro
61 #define PGID_GP_END PGID_CPU
H A Dlan966x_mac.c177 return lan966x_mac_learn(lan966x, PGID_CPU, addr, vid, ENTRYTYPE_LOCKED);
H A Dlan966x_main.c824 lan966x_mac_learn(lan966x, PGID_CPU, dev->dev_addr, HOST_PVID,
996 lan966x, ANA_PGID(PGID_CPU));
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c506 ocelot_mact_learn(ocelot, PGID_CPU, dev->dev_addr, vid,
678 w.learn.pgid = PGID_CPU;
711 ocelot_mact_learn(ocelot, PGID_CPU, addr->sa_data,
1815 ocelot_mact_learn(ocelot, PGID_CPU, dev->dev_addr,
H A Docelot.c1650 /* Update PGID_CPU which is the destination port mask used for whitelisting
1674 ocelot_write_rix(ocelot, pgid_cpu, ANA_PGID_PGID, PGID_CPU);
2839 ocelot_write_rix(ocelot, BIT(cpu), ANA_PGID_PGID, PGID_CPU);
/linux-master/include/soc/mscc/
H A Docelot.h57 * PGID_CPU: used for whitelisting certain MAC addresses, such as the addresses
66 #define PGID_CPU 58 macro
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c799 port = PGID_CPU;
820 port = PGID_CPU;

Completed in 366 milliseconds