New upstream version 18.11.2
[deb_dpdk.git] / drivers / net / atlantic / atl_types.h
index 3d90f6c..c53d589 100644 (file)
@@ -94,6 +94,8 @@ struct aq_hw_s {
        struct hw_atl_stats_s last_stats;
        struct aq_stats_s curr_stats;
 
+       u32 caps_lo;
+
        u64 speed;
        unsigned int chip_features;
        u32 fw_ver_actual;
@@ -133,13 +135,16 @@ struct aq_fw_ops {
        int (*get_eee_rate)(struct aq_hw_s *self, u32 *rate,
                        u32 *supported_rates);
 
+       int (*get_flow_control)(struct aq_hw_s *self, u32 *fc);
        int (*set_flow_control)(struct aq_hw_s *self);
 
        int (*led_control)(struct aq_hw_s *self, u32 mode);
 
-       int (*get_eeprom)(struct aq_hw_s *self, u32 *data, u32 len);
+       int (*get_eeprom)(struct aq_hw_s *self, int dev_addr,
+                       u32 *data, u32 len, u32 offset);
 
-       int (*set_eeprom)(struct aq_hw_s *self, u32 *data, u32 len);
+       int (*set_eeprom)(struct aq_hw_s *self, int dev_addr,
+                       u32 *data, u32 len, u32 offset);
 };
 
 struct atl_sw_stats {