Lines Matching defs:stmmac_of_data
132 struct stmmac_of_data { struct
133 int has_gmac;
134 int enh_desc;
135 int tx_coe;
136 int rx_coe;
137 int bugged_jumbo;
138 int pmt;
139 int riwt_off;
140 void (*fix_mac_speed)(void *priv, unsigned int speed);
141 void (*bus_setup)(void __iomem *ioaddr);
142 void *(*setup)(struct platform_device *pdev);
143 void (*free)(struct platform_device *pdev, void *priv);
144 int (*init)(struct platform_device *pdev, void *priv);
145 void (*exit)(struct platform_device *pdev, void *priv);