linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / net / skge.h
index 1f1ce88..941f12a 100644 (file)
@@ -2402,6 +2402,7 @@ struct skge_hw {
 
        struct tasklet_struct ext_tasklet;
        spinlock_t           phy_lock;
+       spinlock_t           hw_lock;
 };
 
 enum {
@@ -2418,6 +2419,7 @@ struct skge_port {
        int                  port;
 
        spinlock_t           tx_lock;
+       u32                  tx_avail;
        struct skge_ring     tx_ring;
        struct skge_ring     rx_ring;