]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/net/ethernet/renesas/sh_eth.h
sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdef
[linux.git] / drivers / net / ethernet / renesas / sh_eth.h
index 7540dc35fdb859d32d61ee7360b56808acb452ac..a78fb0c424f86ea17bbcb3629ac1dfd0e83feb8e 100644 (file)
@@ -481,6 +481,7 @@ struct sh_eth_cpu_data {
        unsigned no_ade:1;      /* E-DMAC DO NOT have ADE bit in EESR */
        unsigned hw_crc:1;      /* E-DMAC have CSMR */
        unsigned select_mii:1;  /* EtherC have RMII_MII (MII select register) */
+       unsigned shift_rd0:1;   /* shift Rx descriptor word 0 right by 16 */
 };
 
 struct sh_eth_private {