]> err.no Git - linux-2.6/blobdiff - drivers/net/s2io.h
S2io: Enable all the error and alarm indications
[linux-2.6] / drivers / net / s2io.h
index 62398fab2e9643eace82eeac5764283d11117232..b9654dfeb87734e3bd0e860cb32e3ba9a985b082 100644 (file)
@@ -415,6 +415,7 @@ struct config_param {
 #define INTA   0
 #define MSI_X  2
        u8 intr_type;
+       u8 napi;
 
        /* Specifies if Tx Intr is UTILZ or PER_LIST type. */
 
@@ -892,6 +893,7 @@ struct s2io_nic {
 
        spinlock_t      rx_lock;
        atomic_t        isr_cnt;
+       u64             general_int_mask;
        u64 *ufo_in_band_v;
 #define VPD_STRING_LEN 80
        u8  product_name[VPD_STRING_LEN];