Searched refs:PGID_SRC (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_lag.c | 17 for (p = PGID_AGGR; p < PGID_SRC; ++p) in lan966x_lag_set_aggr_pgids() 64 for (i = PGID_AGGR; i < PGID_SRC; ++i) { in lan966x_lag_set_aggr_pgids()
|
H A D | lan966x_switchdev.c | 152 lan966x, ANA_PGID(PGID_SRC + i)); in lan966x_update_fwd_mask()
|
H A D | lan966x_main.h | 38 #define PGID_SRC 80 macro
|
H A D | lan966x_main.c | 971 lan966x, ANA_PGID(p + PGID_SRC)); in lan966x_init()
|
/openbmc/u-boot/drivers/net/mscc_eswitch/ |
H A D | ocelot_switch.c | 94 #define PGID_SRC 80 macro 343 writel(0, priv->regs[ANA] + ANA_PGID(PGID_SRC + i)); in ocelot_initialize()
|
H A D | luton_switch.c | 137 #define PGID_SRC 80 macro 519 writel(0, priv->regs[ANA] + ANA_PGID(PGID_SRC + i)); in luton_initialize()
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 85 (pgid) < PGID_SRC; \ 92 #define PGID_SRC 80 macro
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 1588 * We leave PGID_SRC poorly configured for the 'secondary' CPU port in the LAG 1590 * this secondary CPU port looks at the PGID_SRC associated with the logical 1711 ocelot_write_rix(ocelot, mask, ANA_PGID_PGID, PGID_SRC + port); in ocelot_apply_bridge_fwd_mask() 1729 * PGID_SRC will take care of forwarding a packet from one user port to 3091 ocelot_write_rix(ocelot, 0, ANA_PGID_PGID, PGID_SRC + port); in ocelot_init()
|