Lines Matching refs:setup
117 int (*setup)(struct stmmac_priv *priv);
137 .setup = dwmac100_setup,
155 .setup = dwmac1000_setup,
173 .setup = dwmac4_setup,
191 .setup = dwmac4_setup,
209 .setup = dwmac4_setup,
227 .setup = dwmac4_setup,
246 .setup = dwxgmac2_setup,
265 .setup = dwxlgmac2_setup,
300 /* Check for HW specific setup first */
301 if (priv->plat->setup) {
302 mac = priv->plat->setup(priv);
342 ret = entry->setup(priv);