Lines Matching refs:setup
104 int (*setup)(struct stmmac_priv *priv);
124 .setup = dwmac100_setup,
142 .setup = dwmac1000_setup,
160 .setup = dwmac4_setup,
178 .setup = dwmac4_setup,
196 .setup = dwmac4_setup,
214 .setup = dwmac4_setup,
233 .setup = dwxgmac2_setup,
252 .setup = dwxlgmac2_setup,
287 /* Check for HW specific setup first */
288 if (priv->plat->setup) {
289 mac = priv->plat->setup(priv);
329 ret = entry->setup(priv);