stmmac.h (05cf8077e54b20dddb756eaa26f3aeb5c38dd3cf) stmmac.h (ee2ae1ed46251dcbdcc2c59b5e30f664ddfbacb1)
1/*******************************************************************************
2
3 Header file for stmmac platform data
4
5 Copyright (C) 2009 STMicroelectronics Ltd
6
7 This program is free software; you can redistribute it and/or modify it
8 under the terms and conditions of the GNU General Public License,

--- 123 unchanged lines hidden (view full) ---

132 int tx_fifo_size;
133 int rx_fifo_size;
134 void (*fix_mac_speed)(void *priv, unsigned int speed);
135 void (*bus_setup)(void __iomem *ioaddr);
136 int (*init)(struct platform_device *pdev, void *priv);
137 void (*exit)(struct platform_device *pdev, void *priv);
138 void *bsp_priv;
139 struct stmmac_axi *axi;
1/*******************************************************************************
2
3 Header file for stmmac platform data
4
5 Copyright (C) 2009 STMicroelectronics Ltd
6
7 This program is free software; you can redistribute it and/or modify it
8 under the terms and conditions of the GNU General Public License,

--- 123 unchanged lines hidden (view full) ---

132 int tx_fifo_size;
133 int rx_fifo_size;
134 void (*fix_mac_speed)(void *priv, unsigned int speed);
135 void (*bus_setup)(void __iomem *ioaddr);
136 int (*init)(struct platform_device *pdev, void *priv);
137 void (*exit)(struct platform_device *pdev, void *priv);
138 void *bsp_priv;
139 struct stmmac_axi *axi;
140 int has_gmac4;
141 bool tso_en;
140};
141#endif
142};
143#endif