Home
last modified time | relevance | path

Searched refs:mac_setup (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dhwif.c355 if (priv->plat->mac_setup) { in stmmac_hwif_init()
356 ret = priv->plat->mac_setup(priv, mac); in stmmac_hwif_init()
H A Ddwmac-loongson.c542 plat->mac_setup = loongson_dwmac_setup; in loongson_dwmac_probe()
H A Ddwmac-sun8i.c1190 plat_dat->mac_setup = sun8i_dwmac_setup; in sun8i_dwmac_probe()
/linux/include/linux/
H A Dstmmac.h272 int (*mac_setup)(void *priv, struct mac_device_info *mac); member