]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
stmmac: new descriptor field for the driver's platform
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>
Tue, 13 Apr 2010 20:21:14 +0000 (20:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Apr 2010 11:49:51 +0000 (04:49 -0700)
The new enh_desc is used for selecting the enhanced descriptors
structure. There are several scenarios; some chips (mac10/100
or gmac) want to use the enhanced descriptors; others want the normal
ones.
For example, on ST platforms: MAC10/100 uses the normal desc structure
and the GMAC uses the enhanced one.
It can be useful to get this information from the platform.
This could also be decided at run-time looking at the chip's ID number;
but it could happen that chips with the same ID want to use different
descriptor structure.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/stmmac.h

index 32bfd1a8a48d3b7d5da83b425f4e6416603c33c6..632ff7c0328040f4f3ceb5dd8f06655bf05e84b5 100644 (file)
@@ -33,6 +33,7 @@ struct plat_stmmacenet_data {
        int bus_id;
        int pbl;
        int has_gmac;
+       int enh_desc;
        void (*fix_mac_speed)(void *priv, unsigned int speed);
        void (*bus_setup)(unsigned long ioaddr);
 #ifdef CONFIG_STM_DRIVERS