]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/ixgbe/ixgbe.h
ixgbe: drop ring->head, make ring->tail a pointer instead of offset
[net-next-2.6.git] / drivers / net / ixgbe / ixgbe.h
index 149cf26b25452b4c611f0c19d64c0401d6c6eccb..c993fc3ab8a536529db792ce641d215c6b7ef7e1 100644 (file)
@@ -163,8 +163,7 @@ struct ixgbe_ring {
 
 #define IXGBE_RING_RX_PS_ENABLED                (u8)(1)
        u8 flags;                       /* per ring feature flags */
-       u16 head;
-       u16 tail;
+       u8 __iomem *tail;
 
        unsigned int total_bytes;
        unsigned int total_packets;