Home
last modified time | relevance | path

Searched refs:dpmac_link_state (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.h130 struct dpmac_link_state { struct
142 struct dpmac_link_state *link_state); argument
H A Ddpaa2-mac.c150 struct dpmac_link_state *dpmac_state = &mac->state; in dpaa2_mac_config()
172 struct dpmac_link_state *dpmac_state = &mac->state; in dpaa2_mac_link_up()
214 struct dpmac_link_state *dpmac_state = &mac->state; in dpaa2_mac_link_down()
H A Ddpaa2-mac.h17 struct dpmac_link_state state;
H A Ddpmac.c129 struct dpmac_link_state *link_state) in dpmac_set_link_state()
/OK3568_Linux_fs/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c396 struct dpmac_link_state dpmac_link_state = { 0 }; in ldpaa_eth_open() local
491 dpmac_link_state.rate = priv->phydev->speed; in ldpaa_eth_open()
494 dpmac_link_state.options &= ~DPMAC_LINK_OPT_AUTONEG; in ldpaa_eth_open()
496 dpmac_link_state.options |= DPMAC_LINK_OPT_AUTONEG; in ldpaa_eth_open()
499 dpmac_link_state.options |= DPMAC_LINK_OPT_HALF_DUPLEX; in ldpaa_eth_open()
501 dpmac_link_state.up = priv->phydev->link; in ldpaa_eth_open()
504 priv->dpmac_handle, &dpmac_link_state); in ldpaa_eth_open()
/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h357 struct dpmac_link_state { struct
375 struct dpmac_link_state *link_state); argument
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Ddpmac.c185 struct dpmac_link_state *link_state) in dpmac_set_link_state()