Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/pcs/
H A Dpcs-lynx.c31 #define phylink_pcs_to_lynx(pl_pcs) container_of((pl_pcs), struct lynx_pcs, pcs)
83 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state()
163 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config()
270 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_link_up()
296 struct lynx_pcs *lynx_pcs_create(struct mdio_device *mdio) in lynx_pcs_create()
298 struct lynx_pcs *lynx_pcs; in lynx_pcs_create() local
300 lynx_pcs = kzalloc(sizeof(*lynx_pcs), GFP_KERNEL); in lynx_pcs_create()
301 if (!lynx_pcs) in lynx_pcs_create()
304 lynx_pcs->mdio = mdio; in lynx_pcs_create()
305 lynx_pcs->pcs.ops = &lynx_pcs_phylink_ops; in lynx_pcs_create()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H 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);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.h25 struct lynx_pcs *pcs;
H A Ddpaa2-mac.c293 struct lynx_pcs *pcs = mac->pcs; in dpaa2_pcs_destroy()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.h49 struct lynx_pcs *pcs;
H A Denetc_pf.c802 struct lynx_pcs *pcs_lynx; in enetc_imdio_create()
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.h50 struct lynx_pcs **pcs;
H A Dfelix_vsc9959.c1030 sizeof(struct lynx_pcs *), in vsc9959_mdio_bus_alloc()
1083 struct lynx_pcs *lynx; in vsc9959_mdio_bus_alloc()
1115 struct lynx_pcs *pcs = felix->pcs[port]; in vsc9959_mdio_bus_free()
H A Dseville_vsc9953.c1107 struct lynx_pcs *lynx; in vsc9953_mdio_bus_alloc()
1139 struct lynx_pcs *pcs = felix->pcs[port]; in vsc9953_mdio_bus_free()