X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fdgrs_i82596.h;h=b1c83b5b980a61e7e01edc8ed9aea56a9f5cb46d;hb=27879d9d66f2dea19cfcd0e1df8358a33447f45b;hp=c7a38c16a00be7f954a2341c79b9b6a813e90f3f;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/drivers/net/dgrs_i82596.h b/drivers/net/dgrs_i82596.h index c7a38c16a..b1c83b5b9 100644 --- a/drivers/net/dgrs_i82596.h +++ b/drivers/net/dgrs_i82596.h @@ -95,7 +95,7 @@ typedef volatile struct /************************************************************************/ typedef volatile struct _I596_RBD { -#ifdef INTEL_RETENTIVE +#if INTEL_RETENTIVE ushort count; /* Length of data in buf */ ushort offset; #else @@ -103,7 +103,7 @@ typedef volatile struct _I596_RBD #endif vol struct _I596_RBD *next; /* Next buffer descriptor in list */ uchar *buf; /* Data buffer */ -#ifdef INTEL_RETENTIVE +#if INTEL_RETENTIVE ushort size; /* Size of buf (constant) */ ushort zero; #else