Print this page
4431 igb support for I354
4616 igb has uninitialized kstats

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/e1000api/e1000_82575.h
          +++ new/usr/src/uts/common/io/e1000api/e1000_82575.h
↓ open down ↓ 488 lines elided ↑ open up ↑
 489  489          e1000_promisc_multicast = 2,  /* multicast promiscuous enabled */
 490  490          e1000_promisc_enabled = 3,    /* both uni and multicast promisc */
 491  491          e1000_num_promisc_types
 492  492  };
 493  493  
 494  494  void e1000_vfta_set_vf(struct e1000_hw *, u16, bool);
 495  495  void e1000_rlpml_set_vf(struct e1000_hw *, u16);
 496  496  s32 e1000_promisc_set_vf(struct e1000_hw *, enum e1000_promisc_type type);
 497  497  u16 e1000_rxpbs_adjust_82580(u32 data);
 498  498  s32 e1000_set_eee_i350(struct e1000_hw *);
      499 +s32 e1000_set_eee_i354(struct e1000_hw *);
      500 +s32 e1000_get_eee_status_i354(struct e1000_hw *, bool *);
 499  501  
 500  502  /* I2C SDA and SCL timing parameters for standard mode */
 501  503  #define E1000_I2C_T_HD_STA      4
 502  504  #define E1000_I2C_T_LOW         5
 503  505  #define E1000_I2C_T_HIGH        4
 504  506  #define E1000_I2C_T_SU_STA      5
 505  507  #define E1000_I2C_T_HD_DATA     5
 506  508  #define E1000_I2C_T_SU_DATA     1
 507  509  #define E1000_I2C_T_RISE        1
 508  510  #define E1000_I2C_T_FALL        1
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX