Home
last modified time | relevance | path

Searched refs:psfp_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/soc/mscc/
H A Docelot.h658 void (*psfp_init)(struct ocelot *ocelot); member
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.c3028 if (ocelot->ops->psfp_init) in ocelot_init()
3029 ocelot->ops->psfp_init(ocelot); in ocelot_init()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2620 .psfp_init = vsc9959_psfp_init,