stmmac.h (022066f50f53000679d31eb407693085f37b3f14) stmmac.h (2618abb73c8953f0848511fc13f68da4d8337574)
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,

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

106 int tx_coe;
107 int rx_coe;
108 int bugged_jumbo;
109 int pmt;
110 int force_sf_dma_mode;
111 int force_thresh_dma_mode;
112 int riwt_off;
113 int max_speed;
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,

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

106 int tx_coe;
107 int rx_coe;
108 int bugged_jumbo;
109 int pmt;
110 int force_sf_dma_mode;
111 int force_thresh_dma_mode;
112 int riwt_off;
113 int max_speed;
114 int maxmtu;
114 void (*fix_mac_speed)(void *priv, unsigned int speed);
115 void (*bus_setup)(void __iomem *ioaddr);
116 void *(*setup)(struct platform_device *pdev);
117 void (*free)(struct platform_device *pdev, void *priv);
118 int (*init)(struct platform_device *pdev, void *priv);
119 void (*exit)(struct platform_device *pdev, void *priv);
120 void *custom_cfg;
121 void *custom_data;

--- 21 unchanged lines hidden ---
115 void (*fix_mac_speed)(void *priv, unsigned int speed);
116 void (*bus_setup)(void __iomem *ioaddr);
117 void *(*setup)(struct platform_device *pdev);
118 void (*free)(struct platform_device *pdev, void *priv);
119 int (*init)(struct platform_device *pdev, void *priv);
120 void (*exit)(struct platform_device *pdev, void *priv);
121 void *custom_cfg;
122 void *custom_data;

--- 21 unchanged lines hidden ---