Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h183 struct dpmac_cfg { struct
210 const struct dpmac_cfg *cfg,
/OK3568_Linux_fs/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c765 struct dpmac_cfg dpmac_cfg; in ldpaa_dpmac_setup() local
767 dpmac_cfg.mac_id = priv->dpmac_id; in ldpaa_dpmac_setup()
768 err = dpmac_create(dflt_mc_io, MC_CMD_NO_FLAGS, &dpmac_cfg, in ldpaa_dpmac_setup()
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Ddpmac.c55 const struct dpmac_cfg *cfg, in dpmac_create()