Home
last modified time | relevance | path

Searched refs:lynx_pcs (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/pcs/
A Dpcs-lynx.c84 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state()
189 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config()
218 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_an_restart()
334 struct lynx_pcs *lynx_pcs; in lynx_pcs_create() local
336 lynx_pcs = kzalloc(sizeof(*lynx_pcs), GFP_KERNEL); in lynx_pcs_create()
337 if (!lynx_pcs) in lynx_pcs_create()
340 lynx_pcs->mdio = mdio; in lynx_pcs_create()
341 lynx_pcs->pcs.ops = &lynx_pcs_phylink_ops; in lynx_pcs_create()
342 lynx_pcs->pcs.poll = true; in lynx_pcs_create()
344 return lynx_pcs; in lynx_pcs_create()
[all …]
/linux/include/linux/
A Dpcs-lynx.h12 struct lynx_pcs { struct
17 struct lynx_pcs *lynx_pcs_create(struct mdio_device *mdio); argument
19 void lynx_pcs_destroy(struct lynx_pcs *pcs);
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-mac.h26 struct lynx_pcs *pcs;
A Ddpaa2-mac.c289 struct lynx_pcs *pcs = mac->pcs; in dpaa2_pcs_destroy()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_pf.h49 struct lynx_pcs *pcs;
A Denetc_pf.c831 struct lynx_pcs *pcs_lynx; in enetc_imdio_create()
/linux/drivers/net/dsa/ocelot/
A Dfelix.h61 struct lynx_pcs **pcs;
A Dfelix_vsc9959.c1045 sizeof(struct lynx_pcs *), in vsc9959_mdio_bus_alloc()
1095 struct lynx_pcs *lynx; in vsc9959_mdio_bus_alloc()
1127 struct lynx_pcs *pcs = felix->pcs[port]; in vsc9959_mdio_bus_free()
A Dseville_vsc9953.c1123 struct lynx_pcs *lynx; in vsc9953_mdio_bus_alloc()
1155 struct lynx_pcs *pcs = felix->pcs[port]; in vsc9953_mdio_bus_free()

Completed in 19 milliseconds