Home
last modified time | relevance | path

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

/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h182 struct dpmac_cfg { struct
211 const struct dpmac_cfg *cfg,
/openbmc/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c813 struct dpmac_cfg dpmac_cfg; in ldpaa_dpmac_setup() local
815 dpmac_cfg.mac_id = priv->dpmac_id; in ldpaa_dpmac_setup()
819 MC_CMD_NO_FLAGS, &dpmac_cfg, in ldpaa_dpmac_setup()
/openbmc/u-boot/drivers/net/fsl-mc/
H A Ddpmac.c56 const struct dpmac_cfg *cfg, in dpmac_create()