Home
last modified time | relevance | path

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

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