]> err.no Git - linux-2.6/blobdiff - include/linux/netdevice.h
ssb: Add CHIPCO IRQ access functions
[linux-2.6] / include / linux / netdevice.h
index 7128a02f1d373ed97f3abb7508cbe8ab3ca6c1a8..a2f003239c8570dd31e869eaa6aa7c0a985f9352 100644 (file)
@@ -604,6 +604,10 @@ struct net_device
 
        unsigned char           broadcast[MAX_ADDR_LEN];        /* hw bcast add */
 
+       /* ingress path synchronizer */
+       spinlock_t              ingress_lock;
+       struct Qdisc            *qdisc_ingress;
+
 /*
  * Cache line mostly used on queue transmit path (qdisc)
  */
@@ -617,10 +621,6 @@ struct net_device
        /* Partially transmitted GSO packet. */
        struct sk_buff          *gso_skb;
 
-       /* ingress path synchronizer */
-       spinlock_t              ingress_lock;
-       struct Qdisc            *qdisc_ingress;
-
 /*
  * One part is mostly used on xmit path (device)
  */