Print this page
6064 ixgbe needs X550 support

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/ixgbe/ixgbe_type.h
          +++ new/usr/src/uts/common/io/ixgbe/ixgbe_type.h
   1    1  /******************************************************************************
   2    2  
   3      -  Copyright (c) 2001-2012, Intel Corporation 
        3 +  Copyright (c) 2001-2015, Intel Corporation 
   4    4    All rights reserved.
   5    5    
   6    6    Redistribution and use in source and binary forms, with or without 
   7    7    modification, are permitted provided that the following conditions are met:
   8    8    
   9    9     1. Redistributions of source code must retain the above copyright notice, 
  10   10        this list of conditions and the following disclaimer.
  11   11    
  12   12     2. Redistributions in binary form must reproduce the above copyright 
  13   13        notice, this list of conditions and the following disclaimer in the 
↓ open down ↓ 9 lines elided ↑ open up ↑
  23   23    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
  24   24    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
  25   25    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
  26   26    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
  27   27    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
  28   28    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
  29   29    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  30   30    POSSIBILITY OF SUCH DAMAGE.
  31   31  
  32   32  ******************************************************************************/
  33      -/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_type.h,v 1.14 2012/07/05 20:51:44 jfv Exp $*/
       33 +/*$FreeBSD$*/
  34   34  
  35   35  #ifndef _IXGBE_TYPE_H_
  36   36  #define _IXGBE_TYPE_H_
  37   37  
       38 +/*
       39 + * The following is a brief description of the error categories used by the
       40 + * ERROR_REPORT* macros.
       41 + *
       42 + * - IXGBE_ERROR_INVALID_STATE
       43 + * This category is for errors which represent a serious failure state that is
       44 + * unexpected, and could be potentially harmful to device operation. It should
       45 + * not be used for errors relating to issues that can be worked around or
       46 + * ignored.
       47 + *
       48 + * - IXGBE_ERROR_POLLING
       49 + * This category is for errors related to polling/timeout issues and should be
       50 + * used in any case where the timeout occured, or a failure to obtain a lock, or
       51 + * failure to receive data within the time limit.
       52 + *
       53 + * - IXGBE_ERROR_CAUTION
       54 + * This category should be used for reporting issues that may be the cause of
       55 + * other errors, such as temperature warnings. It should indicate an event which
       56 + * could be serious, but hasn't necessarily caused problems yet.
       57 + *
       58 + * - IXGBE_ERROR_SOFTWARE
       59 + * This category is intended for errors due to software state preventing
       60 + * something. The category is not intended for errors due to bad arguments, or
       61 + * due to unsupported features. It should be used when a state occurs which
       62 + * prevents action but is not a serious issue.
       63 + *
       64 + * - IXGBE_ERROR_ARGUMENT
       65 + * This category is for when a bad or invalid argument is passed. It should be
       66 + * used whenever a function is called and error checking has detected the
       67 + * argument is wrong or incorrect.
       68 + *
       69 + * - IXGBE_ERROR_UNSUPPORTED
       70 + * This category is for errors which are due to unsupported circumstances or
       71 + * configuration issues. It should not be used when the issue is due to an
       72 + * invalid argument, but for when something has occurred that is unsupported
       73 + * (Ex: Flow control autonegotiation or an unsupported SFP+ module.)
       74 + */
       75 +
  38   76  #include "ixgbe_osdep.h"
  39   77  
       78 +/* Override this by setting IOMEM in your ixgbe_osdep.h header */
       79 +#define IOMEM
  40   80  
  41   81  /* Vendor ID */
  42   82  #define IXGBE_INTEL_VENDOR_ID                   0x8086
  43   83  
  44   84  /* Device IDs */
  45   85  #define IXGBE_DEV_ID_82598                      0x10B6
  46   86  #define IXGBE_DEV_ID_82598_BX                   0x1508
  47   87  #define IXGBE_DEV_ID_82598AF_DUAL_PORT          0x10C6
  48   88  #define IXGBE_DEV_ID_82598AF_SINGLE_PORT        0x10C7
  49   89  #define IXGBE_DEV_ID_82598AT                    0x10C8
↓ open down ↓ 5 lines elided ↑ open up ↑
  55   95  #define IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM      0x10E1
  56   96  #define IXGBE_DEV_ID_82598EB_XF_LR              0x10F4
  57   97  #define IXGBE_DEV_ID_82599_KX4                  0x10F7
  58   98  #define IXGBE_DEV_ID_82599_KX4_MEZZ             0x1514
  59   99  #define IXGBE_DEV_ID_82599_KR                   0x1517
  60  100  #define IXGBE_DEV_ID_82599_COMBO_BACKPLANE      0x10F8
  61  101  #define IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ       0x000C
  62  102  #define IXGBE_DEV_ID_82599_CX4                  0x10F9
  63  103  #define IXGBE_DEV_ID_82599_SFP                  0x10FB
  64  104  #define IXGBE_SUBDEV_ID_82599_SFP               0x11A9
      105 +#define IXGBE_SUBDEV_ID_82599_SFP_WOL0          0x1071
      106 +#define IXGBE_SUBDEV_ID_82599_RNDC              0x1F72
  65  107  #define IXGBE_SUBDEV_ID_82599_560FLR            0x17D0
      108 +#define IXGBE_SUBDEV_ID_82599_ECNA_DP           0x0470
      109 +#define IXGBE_SUBDEV_ID_82599_SP_560FLR         0x211B
      110 +#define IXGBE_SUBDEV_ID_82599_LOM_SFP           0x8976
      111 +#define IXGBE_SUBDEV_ID_82599_LOM_SNAP6         0x2159
      112 +#define IXGBE_SUBDEV_ID_82599_SFP_1OCP          0x000D
      113 +#define IXGBE_SUBDEV_ID_82599_SFP_2OCP          0x0008
      114 +#define IXGBE_SUBDEV_ID_82599_SFP_LOM           0x06EE
  66  115  #define IXGBE_DEV_ID_82599_BACKPLANE_FCOE       0x152A
  67  116  #define IXGBE_DEV_ID_82599_SFP_FCOE             0x1529
  68  117  #define IXGBE_DEV_ID_82599_SFP_EM               0x1507
  69  118  #define IXGBE_DEV_ID_82599_SFP_SF2              0x154D
      119 +#define IXGBE_DEV_ID_82599_SFP_SF_QP            0x154A
      120 +#define IXGBE_DEV_ID_82599_QSFP_SF_QP           0x1558
  70  121  #define IXGBE_DEV_ID_82599EN_SFP                0x1557
      122 +#define IXGBE_SUBDEV_ID_82599EN_SFP_OCP1        0x0001
  71  123  #define IXGBE_DEV_ID_82599_XAUI_LOM             0x10FC
  72  124  #define IXGBE_DEV_ID_82599_T3_LOM               0x151C
  73  125  #define IXGBE_DEV_ID_82599_VF                   0x10ED
  74      -#define IXGBE_DEV_ID_X540_VF                    0x1515
      126 +#define IXGBE_DEV_ID_82599_VF_HV                0x152E
      127 +#define IXGBE_DEV_ID_82599_BYPASS               0x155D
  75  128  #define IXGBE_DEV_ID_X540T                      0x1528
      129 +#define IXGBE_DEV_ID_X540_VF                    0x1515
      130 +#define IXGBE_DEV_ID_X540_VF_HV                 0x1530
      131 +#define IXGBE_DEV_ID_X540_BYPASS                0x155C
  76  132  #define IXGBE_DEV_ID_X540T1                     0x1560
      133 +#define IXGBE_DEV_ID_X550T                      0x1563
      134 +#define IXGBE_DEV_ID_X550T1                     0x15D1
      135 +#define IXGBE_DEV_ID_X550EM_X_KX4               0x15AA
      136 +#define IXGBE_DEV_ID_X550EM_X_KR                0x15AB
      137 +#define IXGBE_DEV_ID_X550EM_X_SFP               0x15AC
      138 +#define IXGBE_DEV_ID_X550EM_X_10G_T             0x15AD
      139 +#define IXGBE_DEV_ID_X550EM_X_1G_T              0x15AE
      140 +#define IXGBE_DEV_ID_X550_VF_HV                 0x1564
      141 +#define IXGBE_DEV_ID_X550_VF                    0x1565
      142 +#define IXGBE_DEV_ID_X550EM_X_VF                0x15A8
      143 +#define IXGBE_DEV_ID_X550EM_X_VF_HV             0x15A9
  77  144  
      145 +#define IXGBE_CAT(r,m) IXGBE_##r##m
      146 +
      147 +#define IXGBE_BY_MAC(_hw, r) ((_hw)->mvals[IXGBE_CAT(r, _IDX)])
      148 +
  78  149  /* General Registers */
  79  150  #define IXGBE_CTRL              0x00000
  80  151  #define IXGBE_STATUS            0x00008
  81  152  #define IXGBE_CTRL_EXT          0x00018
  82  153  #define IXGBE_ESDP              0x00020
  83  154  #define IXGBE_EODSDP            0x00028
  84      -#define IXGBE_I2CCTL            0x00028
      155 +#define IXGBE_I2CCTL_82599      0x00028
      156 +#define IXGBE_I2CCTL            IXGBE_I2CCTL_82599
      157 +#define IXGBE_I2CCTL_X540       IXGBE_I2CCTL_82599
      158 +#define IXGBE_I2CCTL_X550       0x15F5C
      159 +#define IXGBE_I2CCTL_X550EM_x   IXGBE_I2CCTL_X550
      160 +#define IXGBE_I2CCTL_BY_MAC(_hw) IXGBE_BY_MAC((_hw), I2CCTL)
  85  161  #define IXGBE_PHY_GPIO          0x00028
  86  162  #define IXGBE_MAC_GPIO          0x00030
  87  163  #define IXGBE_PHYINT_STATUS0    0x00100
  88  164  #define IXGBE_PHYINT_STATUS1    0x00104
  89  165  #define IXGBE_PHYINT_STATUS2    0x00108
  90  166  #define IXGBE_LEDCTL            0x00200
  91  167  #define IXGBE_FRTIMER           0x00048
  92  168  #define IXGBE_TCPTIMER          0x0004C
  93  169  #define IXGBE_CORESPARE         0x00600
  94  170  #define IXGBE_EXVET             0x05078
  95  171  
  96  172  /* NVM Registers */
  97      -#define IXGBE_EEC       0x10010
  98      -#define IXGBE_EERD      0x10014
  99      -#define IXGBE_EEWR      0x10018
 100      -#define IXGBE_FLA       0x1001C
      173 +#define IXGBE_EEC               0x10010
      174 +#define IXGBE_EEC_X540          IXGBE_EEC
      175 +#define IXGBE_EEC_X550          IXGBE_EEC
      176 +#define IXGBE_EEC_X550EM_x      IXGBE_EEC
      177 +#define IXGBE_EEC_BY_MAC(_hw)   IXGBE_EEC
      178 +
      179 +#define IXGBE_EERD              0x10014
      180 +#define IXGBE_EEWR              0x10018
      181 +
      182 +#define IXGBE_FLA               0x1001C
      183 +#define IXGBE_FLA_X540          IXGBE_FLA
      184 +#define IXGBE_FLA_X550          IXGBE_FLA
      185 +#define IXGBE_FLA_X550EM_x      IXGBE_FLA
      186 +#define IXGBE_FLA_BY_MAC(_hw)   IXGBE_FLA
      187 +
 101  188  #define IXGBE_EEMNGCTL  0x10110
 102  189  #define IXGBE_EEMNGDATA 0x10114
 103  190  #define IXGBE_FLMNGCTL  0x10118
 104  191  #define IXGBE_FLMNGDATA 0x1011C
 105  192  #define IXGBE_FLMNGCNT  0x10120
 106  193  #define IXGBE_FLOP      0x1013C
 107      -#define IXGBE_GRC       0x10200
 108      -#define IXGBE_SRAMREL   0x10210
      194 +
      195 +#define IXGBE_GRC               0x10200
      196 +#define IXGBE_GRC_X540          IXGBE_GRC
      197 +#define IXGBE_GRC_X550          IXGBE_GRC
      198 +#define IXGBE_GRC_X550EM_x      IXGBE_GRC
      199 +#define IXGBE_GRC_BY_MAC(_hw)   IXGBE_GRC
      200 +
      201 +#define IXGBE_SRAMREL           0x10210
      202 +#define IXGBE_SRAMREL_X540      IXGBE_SRAMREL
      203 +#define IXGBE_SRAMREL_X550      IXGBE_SRAMREL
      204 +#define IXGBE_SRAMREL_X550EM_x  IXGBE_SRAMREL
      205 +#define IXGBE_SRAMREL_BY_MAC(_hw)       IXGBE_SRAMREL
      206 +
 109  207  #define IXGBE_PHYDBG    0x10218
 110  208  
 111  209  /* General Receive Control */
 112  210  #define IXGBE_GRC_MNG   0x00000001 /* Manageability Enable */
 113  211  #define IXGBE_GRC_APME  0x00000002 /* APM enabled in EEPROM */
 114  212  
 115  213  #define IXGBE_VPDDIAG0  0x10204
 116  214  #define IXGBE_VPDDIAG1  0x10208
 117  215  
 118  216  /* I2CCTL Bit Masks */
 119      -#define IXGBE_I2C_CLK_IN        0x00000001
 120      -#define IXGBE_I2C_CLK_OUT       0x00000002
 121      -#define IXGBE_I2C_DATA_IN       0x00000004
 122      -#define IXGBE_I2C_DATA_OUT      0x00000008
      217 +#define IXGBE_I2C_CLK_IN                0x00000001
      218 +#define IXGBE_I2C_CLK_IN_X540           IXGBE_I2C_CLK_IN
      219 +#define IXGBE_I2C_CLK_IN_X550           0x00004000
      220 +#define IXGBE_I2C_CLK_IN_X550EM_x       IXGBE_I2C_CLK_IN_X550
      221 +#define IXGBE_I2C_CLK_IN_BY_MAC(_hw)    IXGBE_BY_MAC((_hw), I2C_CLK_IN)
      222 +
      223 +#define IXGBE_I2C_CLK_OUT               0x00000002
      224 +#define IXGBE_I2C_CLK_OUT_X540          IXGBE_I2C_CLK_OUT
      225 +#define IXGBE_I2C_CLK_OUT_X550          0x00000200
      226 +#define IXGBE_I2C_CLK_OUT_X550EM_x      IXGBE_I2C_CLK_OUT_X550
      227 +#define IXGBE_I2C_CLK_OUT_BY_MAC(_hw)   IXGBE_BY_MAC((_hw), I2C_CLK_OUT)
      228 +
      229 +#define IXGBE_I2C_DATA_IN               0x00000004
      230 +#define IXGBE_I2C_DATA_IN_X540          IXGBE_I2C_DATA_IN
      231 +#define IXGBE_I2C_DATA_IN_X550          0x00001000
      232 +#define IXGBE_I2C_DATA_IN_X550EM_x      IXGBE_I2C_DATA_IN_X550
      233 +#define IXGBE_I2C_DATA_IN_BY_MAC(_hw)   IXGBE_BY_MAC((_hw), I2C_DATA_IN)
      234 +
      235 +#define IXGBE_I2C_DATA_OUT              0x00000008
      236 +#define IXGBE_I2C_DATA_OUT_X540         IXGBE_I2C_DATA_OUT
      237 +#define IXGBE_I2C_DATA_OUT_X550         0x00000400
      238 +#define IXGBE_I2C_DATA_OUT_X550EM_x     IXGBE_I2C_DATA_OUT_X550
      239 +#define IXGBE_I2C_DATA_OUT_BY_MAC(_hw)  IXGBE_BY_MAC((_hw), I2C_DATA_OUT)
      240 +
      241 +#define IXGBE_I2C_DATA_OE_N_EN          0
      242 +#define IXGBE_I2C_DATA_OE_N_EN_X540     IXGBE_I2C_DATA_OE_N_EN
      243 +#define IXGBE_I2C_DATA_OE_N_EN_X550     0x00000800
      244 +#define IXGBE_I2C_DATA_OE_N_EN_X550EM_x IXGBE_I2C_DATA_OE_N_EN_X550
      245 +#define IXGBE_I2C_DATA_OE_N_EN_BY_MAC(_hw) IXGBE_BY_MAC((_hw), I2C_DATA_OE_N_EN)
      246 +
      247 +#define IXGBE_I2C_BB_EN                 0
      248 +#define IXGBE_I2C_BB_EN_X540            IXGBE_I2C_BB_EN
      249 +#define IXGBE_I2C_BB_EN_X550            0x00000100
      250 +#define IXGBE_I2C_BB_EN_X550EM_x        IXGBE_I2C_BB_EN_X550
      251 +
      252 +#define IXGBE_I2C_BB_EN_BY_MAC(_hw)     IXGBE_BY_MAC((_hw), I2C_BB_EN)
      253 +
      254 +#define IXGBE_I2C_CLK_OE_N_EN           0
      255 +#define IXGBE_I2C_CLK_OE_N_EN_X540      IXGBE_I2C_CLK_OE_N_EN
      256 +#define IXGBE_I2C_CLK_OE_N_EN_X550      0x00002000
      257 +#define IXGBE_I2C_CLK_OE_N_EN_X550EM_x  IXGBE_I2C_CLK_OE_N_EN_X550
      258 +#define IXGBE_I2C_CLK_OE_N_EN_BY_MAC(_hw) IXGBE_BY_MAC((_hw), I2C_CLK_OE_N_EN)
 123  259  #define IXGBE_I2C_CLOCK_STRETCHING_TIMEOUT      500
 124  260  
 125  261  
 126  262  /* Interrupt Registers */
 127  263  #define IXGBE_EICR              0x00800
 128  264  #define IXGBE_EICS              0x00808
 129  265  #define IXGBE_EIMS              0x00880
 130  266  #define IXGBE_EIMC              0x00888
 131  267  #define IXGBE_EIAC              0x00810
 132  268  #define IXGBE_EIAM              0x00890
↓ open down ↓ 69 lines elided ↑ open up ↑
 202  338  /*
 203  339   * Rx DCA Control Register:
 204  340   * 00-15 : 0x02200 + n*4
 205  341   * 16-64 : 0x0100C + n*0x40
 206  342   * 64-127: 0x0D00C + (n-64)*0x40
 207  343   */
 208  344  #define IXGBE_DCA_RXCTRL(_i)    (((_i) <= 15) ? (0x02200 + ((_i) * 4)) : \
 209  345                                   (((_i) < 64) ? (0x0100C + ((_i) * 0x40)) : \
 210  346                                   (0x0D00C + (((_i) - 64) * 0x40))))
 211  347  #define IXGBE_RDRXCTL           0x02F00
 212      -#define IXGBE_RDRXCTL_RSC_PUSH  0x80
 213  348  /* 8 of these 0x03C00 - 0x03C1C */
 214  349  #define IXGBE_RXPBSIZE(_i)      (0x03C00 + ((_i) * 4))
 215  350  #define IXGBE_RXCTRL            0x03000
 216  351  #define IXGBE_DROPEN            0x03D04
 217  352  #define IXGBE_RXPBSIZE_SHIFT    10
      353 +#define IXGBE_RXPBSIZE_MASK     0x000FFC00
 218  354  
 219  355  /* Receive Registers */
 220  356  #define IXGBE_RXCSUM            0x05000
 221  357  #define IXGBE_RFCTL             0x05008
 222  358  #define IXGBE_DRECCCTL          0x02F08
 223  359  #define IXGBE_DRECCCTL_DISABLE  0
 224  360  #define IXGBE_DRECCCTL2         0x02F8C
 225  361  
 226  362  /* Multicast Table Array - 128 entries */
 227  363  #define IXGBE_MTA(_i)           (0x05200 + ((_i) * 4))
↓ open down ↓ 19 lines elided ↑ open up ↑
 247  383  #define IXGBE_SDPQF(_i) (0x0E400 + ((_i) * 4)) /* Src Dest. Addr Queue Filter */
 248  384  #define IXGBE_FTQF(_i)  (0x0E600 + ((_i) * 4)) /* Five Tuple Queue Filter */
 249  385  #define IXGBE_ETQF(_i)  (0x05128 + ((_i) * 4)) /* EType Queue Filter */
 250  386  #define IXGBE_ETQS(_i)  (0x0EC00 + ((_i) * 4)) /* EType Queue Select */
 251  387  #define IXGBE_SYNQF     0x0EC30 /* SYN Packet Queue Filter */
 252  388  #define IXGBE_RQTC      0x0EC70
 253  389  #define IXGBE_MTQC      0x08120
 254  390  #define IXGBE_VLVF(_i)  (0x0F100 + ((_i) * 4))  /* 64 of these (0-63) */
 255  391  #define IXGBE_VLVFB(_i) (0x0F200 + ((_i) * 4))  /* 128 of these (0-127) */
 256  392  #define IXGBE_VMVIR(_i) (0x08000 + ((_i) * 4))  /* 64 of these (0-63) */
      393 +#define IXGBE_PFFLPL            0x050B0
      394 +#define IXGBE_PFFLPH            0x050B4
 257  395  #define IXGBE_VT_CTL            0x051B0
 258  396  #define IXGBE_PFMAILBOX(_i)     (0x04B00 + (4 * (_i))) /* 64 total */
 259  397  /* 64 Mailboxes, 16 DW each */
 260  398  #define IXGBE_PFMBMEM(_i)       (0x13000 + (64 * (_i)))
 261  399  #define IXGBE_PFMBICR(_i)       (0x00710 + (4 * (_i))) /* 4 total */
 262  400  #define IXGBE_PFMBIMR(_i)       (0x00720 + (4 * (_i))) /* 4 total */
 263  401  #define IXGBE_VFRE(_i)          (0x051E0 + ((_i) * 4))
 264  402  #define IXGBE_VFTE(_i)          (0x08110 + ((_i) * 4))
 265  403  #define IXGBE_VMECM(_i)         (0x08790 + ((_i) * 4))
 266  404  #define IXGBE_QDE               0x2F04
 267  405  #define IXGBE_VMTXSW(_i)        (0x05180 + ((_i) * 4)) /* 2 total */
 268  406  #define IXGBE_VMOLR(_i)         (0x0F000 + ((_i) * 4)) /* 64 total */
 269  407  #define IXGBE_UTA(_i)           (0x0F400 + ((_i) * 4))
 270  408  #define IXGBE_MRCTL(_i)         (0x0F600 + ((_i) * 4))
 271  409  #define IXGBE_VMRVLAN(_i)       (0x0F610 + ((_i) * 4))
 272  410  #define IXGBE_VMRVM(_i)         (0x0F630 + ((_i) * 4))
      411 +#define IXGBE_LVMMC_RX          0x2FA8
      412 +#define IXGBE_LVMMC_TX          0x8108
      413 +#define IXGBE_LMVM_RX           0x2FA4
      414 +#define IXGBE_LMVM_TX           0x8124
      415 +#define IXGBE_WQBR_RX(_i)       (0x2FB0 + ((_i) * 4)) /* 4 total */
      416 +#define IXGBE_WQBR_TX(_i)       (0x8130 + ((_i) * 4)) /* 4 total */
 273  417  #define IXGBE_L34T_IMIR(_i)     (0x0E800 + ((_i) * 4)) /*128 of these (0-127)*/
 274  418  #define IXGBE_RXFECCERR0        0x051B8
 275  419  #define IXGBE_LLITHRESH         0x0EC90
 276  420  #define IXGBE_IMIR(_i)          (0x05A80 + ((_i) * 4))  /* 8 of these (0-7) */
 277  421  #define IXGBE_IMIREXT(_i)       (0x05AA0 + ((_i) * 4))  /* 8 of these (0-7) */
 278  422  #define IXGBE_IMIRVP            0x05AC0
 279  423  #define IXGBE_VMD_CTL           0x0581C
 280  424  #define IXGBE_RETA(_i)          (0x05C00 + ((_i) * 4))  /* 32 of these (0-31) */
      425 +#define IXGBE_ERETA(_i)         (0x0EE80 + ((_i) * 4))  /* 96 of these (0-95) */
 281  426  #define IXGBE_RSSRK(_i)         (0x05C80 + ((_i) * 4))  /* 10 of these (0-9) */
 282  427  
      428 +/* Registers for setting up RSS on X550 with SRIOV
      429 + * _p - pool number (0..63)
      430 + * _i - index (0..10 for PFVFRSSRK, 0..15 for PFVFRETA)
      431 + */
      432 +#define IXGBE_PFVFMRQC(_p)      (0x03400 + ((_p) * 4))
      433 +#define IXGBE_PFVFRSSRK(_i, _p) (0x018000 + ((_i) * 4) + ((_p) * 0x40))
      434 +#define IXGBE_PFVFRETA(_i, _p)  (0x019000 + ((_i) * 4) + ((_p) * 0x40))
      435 +
 283  436  /* Flow Director registers */
 284  437  #define IXGBE_FDIRCTRL  0x0EE00
 285  438  #define IXGBE_FDIRHKEY  0x0EE68
 286  439  #define IXGBE_FDIRSKEY  0x0EE6C
 287  440  #define IXGBE_FDIRDIP4M 0x0EE3C
 288  441  #define IXGBE_FDIRSIP4M 0x0EE40
 289  442  #define IXGBE_FDIRTCPM  0x0EE44
 290  443  #define IXGBE_FDIRUDPM  0x0EE48
      444 +#define IXGBE_FDIRSCTPM 0x0EE78
 291  445  #define IXGBE_FDIRIP6M  0x0EE74
 292  446  #define IXGBE_FDIRM     0x0EE70
 293  447  
 294  448  /* Flow Director Stats registers */
 295  449  #define IXGBE_FDIRFREE  0x0EE38
 296  450  #define IXGBE_FDIRLEN   0x0EE4C
 297  451  #define IXGBE_FDIRUSTAT 0x0EE50
 298  452  #define IXGBE_FDIRFSTAT 0x0EE54
 299  453  #define IXGBE_FDIRMATCH 0x0EE58
 300  454  #define IXGBE_FDIRMISS  0x0EE5C
↓ open down ↓ 23 lines elided ↑ open up ↑
 324  478  #define IXGBE_PFDTXGSWC         0x08220
 325  479  #define IXGBE_DTXMXSZRQ         0x08100
 326  480  #define IXGBE_DTXTCPFLGL        0x04A88
 327  481  #define IXGBE_DTXTCPFLGH        0x04A8C
 328  482  #define IXGBE_LBDRPEN           0x0CA00
 329  483  #define IXGBE_TXPBTHRESH(_i)    (0x04950 + ((_i) * 4)) /* 8 of these 0 - 7 */
 330  484  
 331  485  #define IXGBE_DMATXCTL_TE       0x1 /* Transmit Enable */
 332  486  #define IXGBE_DMATXCTL_NS       0x2 /* No Snoop LSO hdr buffer */
 333  487  #define IXGBE_DMATXCTL_GDV      0x8 /* Global Double VLAN */
      488 +#define IXGBE_DMATXCTL_MDP_EN   0x20 /* Bit 5 */
      489 +#define IXGBE_DMATXCTL_MBINTEN  0x40 /* Bit 6 */
 334  490  #define IXGBE_DMATXCTL_VT_SHIFT 16  /* VLAN EtherType */
 335  491  
 336  492  #define IXGBE_PFDTXGSWC_VT_LBEN 0x1 /* Local L2 VT switch enable */
 337  493  
 338  494  /* Anti-spoofing defines */
 339  495  #define IXGBE_SPOOF_MACAS_MASK          0xFF
 340  496  #define IXGBE_SPOOF_VLANAS_MASK         0xFF00
 341  497  #define IXGBE_SPOOF_VLANAS_SHIFT        8
      498 +#define IXGBE_SPOOF_ETHERTYPEAS         0xFF000000
      499 +#define IXGBE_SPOOF_ETHERTYPEAS_SHIFT   16
 342  500  #define IXGBE_PFVFSPOOF_REG_COUNT       8
 343  501  /* 16 of these (0-15) */
 344  502  #define IXGBE_DCA_TXCTRL(_i)            (0x07200 + ((_i) * 4))
 345  503  /* Tx DCA Control register : 128 of these (0-127) */
 346  504  #define IXGBE_DCA_TXCTRL_82599(_i)      (0x0600C + ((_i) * 0x40))
 347  505  #define IXGBE_TIPG                      0x0CB00
 348  506  #define IXGBE_TXPBSIZE(_i)              (0x0CC00 + ((_i) * 4)) /* 8 of these */
 349  507  #define IXGBE_MNGTXMAP                  0x0CD10
 350  508  #define IXGBE_TIPG_FIBER_DEFAULT        3
 351  509  #define IXGBE_TXPBSIZE_SHIFT            10
↓ open down ↓ 1 lines elided ↑ open up ↑
 353  511  /* Wake up registers */
 354  512  #define IXGBE_WUC       0x05800
 355  513  #define IXGBE_WUFC      0x05808
 356  514  #define IXGBE_WUS       0x05810
 357  515  #define IXGBE_IPAV      0x05838
 358  516  #define IXGBE_IP4AT     0x05840 /* IPv4 table 0x5840-0x5858 */
 359  517  #define IXGBE_IP6AT     0x05880 /* IPv6 table 0x5880-0x588F */
 360  518  
 361  519  #define IXGBE_WUPL      0x05900
 362  520  #define IXGBE_WUPM      0x05A00 /* wake up pkt memory 0x5A00-0x5A7C */
 363      -#define IXGBE_FHFT(_n)  (0x09000 + (_n * 0x100)) /* Flex host filter table */
      521 +#define IXGBE_PROXYS    0x05F60 /* Proxying Status Register */
      522 +#define IXGBE_PROXYFC   0x05F64 /* Proxying Filter Control Register */
      523 +#define IXGBE_VXLANCTRL 0x0000507C /* Rx filter VXLAN UDPPORT Register */
      524 +
      525 +#define IXGBE_FHFT(_n)  (0x09000 + ((_n) * 0x100)) /* Flex host filter table */
 364  526  /* Ext Flexible Host Filter Table */
 365      -#define IXGBE_FHFT_EXT(_n)      (0x09800 + (_n * 0x100))
      527 +#define IXGBE_FHFT_EXT(_n)      (0x09800 + ((_n) * 0x100))
      528 +#define IXGBE_FHFT_EXT_X550(_n) (0x09600 + ((_n) * 0x100))
 366  529  
      530 +/* Four Flexible Filters are supported */
 367  531  #define IXGBE_FLEXIBLE_FILTER_COUNT_MAX         4
      532 +
      533 +/* Six Flexible Filters are supported */
      534 +#define IXGBE_FLEXIBLE_FILTER_COUNT_MAX_6       6
      535 +/* Eight Flexible Filters are supported */
      536 +#define IXGBE_FLEXIBLE_FILTER_COUNT_MAX_8       8
 368  537  #define IXGBE_EXT_FLEXIBLE_FILTER_COUNT_MAX     2
 369  538  
 370  539  /* Each Flexible Filter is at most 128 (0x80) bytes in length */
 371  540  #define IXGBE_FLEXIBLE_FILTER_SIZE_MAX          128
 372  541  #define IXGBE_FHFT_LENGTH_OFFSET                0xFC  /* Length byte in FHFT */
 373  542  #define IXGBE_FHFT_LENGTH_MASK                  0x0FF /* Length in lower byte */
 374  543  
 375  544  /* Definitions for power management and wakeup registers */
 376  545  /* Wake Up Control */
 377  546  #define IXGBE_WUC_PME_EN        0x00000002 /* PME Enable */
↓ open down ↓ 11 lines elided ↑ open up ↑
 389  558  #define IXGBE_WUFC_IPV6 0x00000080 /* Directed IPv6 Packet Wakeup Enable */
 390  559  #define IXGBE_WUFC_MNG  0x00000100 /* Directed Mgmt Packet Wakeup Enable */
 391  560  
 392  561  #define IXGBE_WUFC_IGNORE_TCO   0x00008000 /* Ignore WakeOn TCO packets */
 393  562  #define IXGBE_WUFC_FLX0 0x00010000 /* Flexible Filter 0 Enable */
 394  563  #define IXGBE_WUFC_FLX1 0x00020000 /* Flexible Filter 1 Enable */
 395  564  #define IXGBE_WUFC_FLX2 0x00040000 /* Flexible Filter 2 Enable */
 396  565  #define IXGBE_WUFC_FLX3 0x00080000 /* Flexible Filter 3 Enable */
 397  566  #define IXGBE_WUFC_FLX4 0x00100000 /* Flexible Filter 4 Enable */
 398  567  #define IXGBE_WUFC_FLX5 0x00200000 /* Flexible Filter 5 Enable */
 399      -#define IXGBE_WUFC_FLX_FILTERS  0x000F0000 /* Mask for 4 flex filters */
      568 +#define IXGBE_WUFC_FLX_FILTERS          0x000F0000 /* Mask for 4 flex filters */
      569 +#define IXGBE_WUFC_FLX_FILTERS_6        0x003F0000 /* Mask for 6 flex filters */
      570 +#define IXGBE_WUFC_FLX_FILTERS_8        0x00FF0000 /* Mask for 8 flex filters */
      571 +#define IXGBE_WUFC_FW_RST_WK    0x80000000 /* Ena wake on FW reset assertion */
 400  572  /* Mask for Ext. flex filters */
 401  573  #define IXGBE_WUFC_EXT_FLX_FILTERS      0x00300000
 402      -#define IXGBE_WUFC_ALL_FILTERS  0x003F00FF /* Mask for all wakeup filters */
      574 +#define IXGBE_WUFC_ALL_FILTERS          0x000F00FF /* Mask all 4 flex filters */
      575 +#define IXGBE_WUFC_ALL_FILTERS_6        0x003F00FF /* Mask all 6 flex filters */
      576 +#define IXGBE_WUFC_ALL_FILTERS_8        0x00FF00FF /* Mask all 8 flex filters */
 403  577  #define IXGBE_WUFC_FLX_OFFSET   16 /* Offset to the Flexible Filters bits */
 404  578  
 405  579  /* Wake Up Status */
 406  580  #define IXGBE_WUS_LNKC          IXGBE_WUFC_LNKC
 407  581  #define IXGBE_WUS_MAG           IXGBE_WUFC_MAG
 408  582  #define IXGBE_WUS_EX            IXGBE_WUFC_EX
 409  583  #define IXGBE_WUS_MC            IXGBE_WUFC_MC
 410  584  #define IXGBE_WUS_BC            IXGBE_WUFC_BC
 411  585  #define IXGBE_WUS_ARP           IXGBE_WUFC_ARP
 412  586  #define IXGBE_WUS_IPV4          IXGBE_WUFC_IPV4
 413  587  #define IXGBE_WUS_IPV6          IXGBE_WUFC_IPV6
 414  588  #define IXGBE_WUS_MNG           IXGBE_WUFC_MNG
 415  589  #define IXGBE_WUS_FLX0          IXGBE_WUFC_FLX0
 416  590  #define IXGBE_WUS_FLX1          IXGBE_WUFC_FLX1
 417  591  #define IXGBE_WUS_FLX2          IXGBE_WUFC_FLX2
 418  592  #define IXGBE_WUS_FLX3          IXGBE_WUFC_FLX3
 419  593  #define IXGBE_WUS_FLX4          IXGBE_WUFC_FLX4
 420  594  #define IXGBE_WUS_FLX5          IXGBE_WUFC_FLX5
 421  595  #define IXGBE_WUS_FLX_FILTERS   IXGBE_WUFC_FLX_FILTERS
      596 +#define IXGBE_WUS_FW_RST_WK     IXGBE_WUFC_FW_RST_WK
      597 +/* Proxy Status */
      598 +#define IXGBE_PROXYS_EX         0x00000004 /* Exact packet received */
      599 +#define IXGBE_PROXYS_ARP_DIR    0x00000020 /* ARP w/filter match received */
      600 +#define IXGBE_PROXYS_NS         0x00000200 /* IPV6 NS received */
      601 +#define IXGBE_PROXYS_NS_DIR     0x00000400 /* IPV6 NS w/DA match received */
      602 +#define IXGBE_PROXYS_ARP        0x00000800 /* ARP request packet received */
      603 +#define IXGBE_PROXYS_MLD        0x00001000 /* IPv6 MLD packet received */
 422  604  
 423      -/* Wake Up Packet Length */
      605 +/* Proxying Filter Control */
      606 +#define IXGBE_PROXYFC_ENABLE    0x00000001 /* Port Proxying Enable */
      607 +#define IXGBE_PROXYFC_EX        0x00000004 /* Directed Exact Proxy Enable */
      608 +#define IXGBE_PROXYFC_ARP_DIR   0x00000020 /* Directed ARP Proxy Enable */
      609 +#define IXGBE_PROXYFC_NS        0x00000200 /* IPv6 Neighbor Solicitation */
      610 +#define IXGBE_PROXYFC_ARP       0x00000800 /* ARP Request Proxy Enable */
      611 +#define IXGBE_PROXYFC_MLD       0x00000800 /* IPv6 MLD Proxy Enable */
      612 +#define IXGBE_PROXYFC_NO_TCO    0x00008000 /* Ignore TCO packets */
      613 +
 424  614  #define IXGBE_WUPL_LENGTH_MASK  0xFFFF
 425  615  
 426  616  /* DCB registers */
 427  617  #define IXGBE_DCB_MAX_TRAFFIC_CLASS     8
 428  618  #define IXGBE_RMCS              0x03D00
 429  619  #define IXGBE_DPMCS             0x07F40
 430  620  #define IXGBE_PDPMCS            0x0CD00
 431  621  #define IXGBE_RUPPBMR           0x050A0
 432  622  #define IXGBE_RT2CR(_i)         (0x03C20 + ((_i) * 4)) /* 8 of these (0-7) */
 433  623  #define IXGBE_RT2SR(_i)         (0x03C40 + ((_i) * 4)) /* 8 of these (0-7) */
 434  624  #define IXGBE_TDTQ2TCCR(_i)     (0x0602C + ((_i) * 0x40)) /* 8 of these (0-7) */
 435  625  #define IXGBE_TDTQ2TCSR(_i)     (0x0622C + ((_i) * 0x40)) /* 8 of these (0-7) */
 436  626  #define IXGBE_TDPT2TCCR(_i)     (0x0CD20 + ((_i) * 4)) /* 8 of these (0-7) */
 437  627  #define IXGBE_TDPT2TCSR(_i)     (0x0CD40 + ((_i) * 4)) /* 8 of these (0-7) */
 438  628  
      629 +/* Power Management */
      630 +/* DMA Coalescing configuration */
      631 +struct ixgbe_dmac_config {
      632 +        u16     watchdog_timer; /* usec units */
      633 +        bool    fcoe_en;
      634 +        u32     link_speed;
      635 +        u8      fcoe_tc;
      636 +        u8      num_tcs;
      637 +};
 439  638  
      639 +/*
      640 + * DMA Coalescing threshold Rx PB TC[n] value in Kilobyte by link speed.
      641 + * DMACRXT = 10Gbps = 10,000 bits / usec = 1250 bytes / usec 70 * 1250 ==
      642 + * 87500 bytes [85KB]
      643 + */
      644 +#define IXGBE_DMACRXT_10G               0x55
      645 +#define IXGBE_DMACRXT_1G                0x09
      646 +#define IXGBE_DMACRXT_100M              0x01
      647 +
      648 +/* DMA Coalescing registers */
      649 +#define IXGBE_DMCMNGTH                  0x15F20 /* Management Threshold */
      650 +#define IXGBE_DMACR                     0x02400 /* Control register */
      651 +#define IXGBE_DMCTH(_i)                 (0x03300 + ((_i) * 4)) /* 8 of these */
      652 +#define IXGBE_DMCTLX                    0x02404 /* Time to Lx request */
      653 +/* DMA Coalescing register fields */
      654 +#define IXGBE_DMCMNGTH_DMCMNGTH_MASK    0x000FFFF0 /* Mng Threshold mask */
      655 +#define IXGBE_DMCMNGTH_DMCMNGTH_SHIFT   4 /* Management Threshold shift */
      656 +#define IXGBE_DMACR_DMACWT_MASK         0x0000FFFF /* Watchdog Timer mask */
      657 +#define IXGBE_DMACR_HIGH_PRI_TC_MASK    0x00FF0000
      658 +#define IXGBE_DMACR_HIGH_PRI_TC_SHIFT   16
      659 +#define IXGBE_DMACR_EN_MNG_IND          0x10000000 /* Enable Mng Indications */
      660 +#define IXGBE_DMACR_LX_COAL_IND         0x40000000 /* Lx Coalescing indicate */
      661 +#define IXGBE_DMACR_DMAC_EN             0x80000000 /* DMA Coalescing Enable */
      662 +#define IXGBE_DMCTH_DMACRXT_MASK        0x000001FF /* Receive Threshold mask */
      663 +#define IXGBE_DMCTLX_TTLX_MASK          0x00000FFF /* Time to Lx request mask */
      664 +
      665 +/* EEE registers */
      666 +#define IXGBE_EEER                      0x043A0 /* EEE register */
      667 +#define IXGBE_EEE_STAT                  0x04398 /* EEE Status */
      668 +#define IXGBE_EEE_SU                    0x04380 /* EEE Set up */
      669 +#define IXGBE_EEE_SU_TEEE_DLY_SHIFT     26
      670 +#define IXGBE_TLPIC                     0x041F4 /* EEE Tx LPI count */
      671 +#define IXGBE_RLPIC                     0x041F8 /* EEE Rx LPI count */
      672 +
      673 +/* EEE register fields */
      674 +#define IXGBE_EEER_TX_LPI_EN            0x00010000 /* Enable EEE LPI TX path */
      675 +#define IXGBE_EEER_RX_LPI_EN            0x00020000 /* Enable EEE LPI RX path */
      676 +#define IXGBE_EEE_STAT_NEG              0x20000000 /* EEE support neg on link */
      677 +#define IXGBE_EEE_RX_LPI_STATUS         0x40000000 /* RX Link in LPI status */
      678 +#define IXGBE_EEE_TX_LPI_STATUS         0x80000000 /* TX Link in LPI status */
      679 +
      680 +
      681 +
 440  682  /* Security Control Registers */
 441  683  #define IXGBE_SECTXCTRL         0x08800
 442  684  #define IXGBE_SECTXSTAT         0x08804
 443  685  #define IXGBE_SECTXBUFFAF       0x08808
 444  686  #define IXGBE_SECTXMINIFG       0x08810
 445  687  #define IXGBE_SECRXCTRL         0x08D00
 446  688  #define IXGBE_SECRXSTAT         0x08D04
 447  689  
 448  690  /* Security Bit Fields and Masks */
 449  691  #define IXGBE_SECTXCTRL_SECTX_DIS       0x00000001
↓ open down ↓ 117 lines elided ↑ open up ↑
 567  809  #define IXGBE_RTTBCNCR  0x08B00
 568  810  #define IXGBE_RTTBCNACH 0x08B04
 569  811  #define IXGBE_RTTBCNACL 0x08B08
 570  812  #define IXGBE_RTTBCNTG  0x04A90
 571  813  #define IXGBE_RTTBCNIDX 0x08B0C
 572  814  #define IXGBE_RTTBCNCP  0x08B10
 573  815  #define IXGBE_RTFRTIMER 0x08B14
 574  816  #define IXGBE_RTTBCNRTT 0x05150
 575  817  #define IXGBE_RTTBCNRD  0x0498C
 576  818  
      819 +
 577  820  /* FCoE DMA Context Registers */
      821 +/* FCoE Direct DMA Context */
      822 +#define IXGBE_FCDDC(_i, _j)     (0x20000 + ((_i) * 0x4) + ((_j) * 0x10))
 578  823  #define IXGBE_FCPTRL            0x02410 /* FC User Desc. PTR Low */
 579  824  #define IXGBE_FCPTRH            0x02414 /* FC USer Desc. PTR High */
 580  825  #define IXGBE_FCBUFF            0x02418 /* FC Buffer Control */
 581  826  #define IXGBE_FCDMARW           0x02420 /* FC Receive DMA RW */
 582      -#define IXGBE_FCINVST0          0x03FC0 /* FC Invalid DMA Context Status Reg 0*/
 583      -#define IXGBE_FCINVST(_i)       (IXGBE_FCINVST0 + ((_i) * 4))
 584  827  #define IXGBE_FCBUFF_VALID      (1 << 0)   /* DMA Context Valid */
 585  828  #define IXGBE_FCBUFF_BUFFSIZE   (3 << 3)   /* User Buffer Size */
 586  829  #define IXGBE_FCBUFF_WRCONTX    (1 << 7)   /* 0: Initiator, 1: Target */
 587  830  #define IXGBE_FCBUFF_BUFFCNT    0x0000ff00 /* Number of User Buffers */
 588  831  #define IXGBE_FCBUFF_OFFSET     0xffff0000 /* User Buffer Offset */
 589  832  #define IXGBE_FCBUFF_BUFFSIZE_SHIFT     3
 590  833  #define IXGBE_FCBUFF_BUFFCNT_SHIFT      8
 591  834  #define IXGBE_FCBUFF_OFFSET_SHIFT       16
 592  835  #define IXGBE_FCDMARW_WE                (1 << 14)   /* Write enable */
 593  836  #define IXGBE_FCDMARW_RE                (1 << 15)   /* Read enable */
 594  837  #define IXGBE_FCDMARW_FCOESEL           0x000001ff  /* FC X_ID: 11 bits */
 595  838  #define IXGBE_FCDMARW_LASTSIZE          0xffff0000  /* Last User Buffer Size */
 596  839  #define IXGBE_FCDMARW_LASTSIZE_SHIFT    16
 597  840  /* FCoE SOF/EOF */
 598  841  #define IXGBE_TEOFF             0x04A94 /* Tx FC EOF */
 599  842  #define IXGBE_TSOFF             0x04A98 /* Tx FC SOF */
 600  843  #define IXGBE_REOFF             0x05158 /* Rx FC EOF */
 601  844  #define IXGBE_RSOFF             0x051F8 /* Rx FC SOF */
 602  845  /* FCoE Filter Context Registers */
      846 +#define IXGBE_FCD_ID            0x05114 /* FCoE D_ID */
      847 +#define IXGBE_FCSMAC            0x0510C /* FCoE Source MAC */
      848 +#define IXGBE_FCFLTRW_SMAC_HIGH_SHIFT   16
      849 +/* FCoE Direct Filter Context */
      850 +#define IXGBE_FCDFC(_i, _j)     (0x28000 + ((_i) * 0x4) + ((_j) * 0x10))
      851 +#define IXGBE_FCDFCD(_i)        (0x30000 + ((_i) * 0x4))
 603  852  #define IXGBE_FCFLT             0x05108 /* FC FLT Context */
 604  853  #define IXGBE_FCFLTRW           0x05110 /* FC Filter RW Control */
 605  854  #define IXGBE_FCPARAM           0x051d8 /* FC Offset Parameter */
 606  855  #define IXGBE_FCFLT_VALID       (1 << 0)   /* Filter Context Valid */
 607  856  #define IXGBE_FCFLT_FIRST       (1 << 1)   /* Filter First */
 608  857  #define IXGBE_FCFLT_SEQID       0x00ff0000 /* Sequence ID */
 609  858  #define IXGBE_FCFLT_SEQCNT      0xff000000 /* Sequence Count */
 610  859  #define IXGBE_FCFLTRW_RVALDT    (1 << 13)  /* Fast Re-Validation */
 611  860  #define IXGBE_FCFLTRW_WE        (1 << 14)  /* Write Enable */
 612  861  #define IXGBE_FCFLTRW_RE        (1 << 15)  /* Read Enable */
↓ open down ↓ 10 lines elided ↑ open up ↑
 623  872  #define IXGBE_FCRXCTRL_FCOEVER  0x00000f00 /* FCoE Version: 4 bits */
 624  873  #define IXGBE_FCRXCTRL_FCOEVER_SHIFT    8
 625  874  /* FCoE Redirection */
 626  875  #define IXGBE_FCRECTL           0x0ED00 /* FC Redirection Control */
 627  876  #define IXGBE_FCRETA0           0x0ED10 /* FC Redirection Table 0 */
 628  877  #define IXGBE_FCRETA(_i)        (IXGBE_FCRETA0 + ((_i) * 4)) /* FCoE Redir */
 629  878  #define IXGBE_FCRECTL_ENA       0x1 /* FCoE Redir Table Enable */
 630  879  #define IXGBE_FCRETASEL_ENA     0x2 /* FCoE FCRETASEL bit */
 631  880  #define IXGBE_FCRETA_SIZE       8 /* Max entries in FCRETA */
 632  881  #define IXGBE_FCRETA_ENTRY_MASK 0x0000007f /* 7 bits for the queue index */
      882 +#define IXGBE_FCRETA_SIZE_X550  32 /* Max entries in FCRETA */
      883 +/* Higher 7 bits for the queue index */
      884 +#define IXGBE_FCRETA_ENTRY_HIGH_MASK    0x007F0000
      885 +#define IXGBE_FCRETA_ENTRY_HIGH_SHIFT   16
 633  886  
 634  887  /* Stats registers */
 635  888  #define IXGBE_CRCERRS   0x04000
 636  889  #define IXGBE_ILLERRC   0x04004
 637  890  #define IXGBE_ERRBC     0x04008
 638  891  #define IXGBE_MSPDC     0x04010
 639  892  #define IXGBE_MPC(_i)   (0x03FA0 + ((_i) * 4)) /* 8 of these 3FA0-3FBC*/
 640  893  #define IXGBE_MLFC      0x04034
 641  894  #define IXGBE_MRFC      0x04038
 642  895  #define IXGBE_RLEC      0x04040
↓ open down ↓ 78 lines elided ↑ open up ↑
 721  974  #define IXGBE_BMPRC             0x04184
 722  975  #define IXGBE_BBPRC             0x04188
 723  976  #define IXGBE_BUPTC             0x0418C
 724  977  #define IXGBE_BMPTC             0x04190
 725  978  #define IXGBE_BBPTC             0x04194
 726  979  #define IXGBE_BCRCERRS          0x04198
 727  980  #define IXGBE_BXONRXC           0x0419C
 728  981  #define IXGBE_BXOFFRXC          0x041E0
 729  982  #define IXGBE_BXONTXC           0x041E4
 730  983  #define IXGBE_BXOFFTXC          0x041E8
 731      -#define IXGBE_PCRC8ECL          0x0E810
 732      -#define IXGBE_PCRC8ECH          0x0E811
 733      -#define IXGBE_PCRC8ECH_MASK     0x1F
 734      -#define IXGBE_LDPCECL           0x0E820
 735      -#define IXGBE_LDPCECH           0x0E821
 736  984  
 737  985  /* Management */
 738  986  #define IXGBE_MAVTV(_i)         (0x05010 + ((_i) * 4)) /* 8 of these (0-7) */
 739  987  #define IXGBE_MFUTP(_i)         (0x05030 + ((_i) * 4)) /* 8 of these (0-7) */
 740  988  #define IXGBE_MANC              0x05820
 741  989  #define IXGBE_MFVAL             0x05824
 742  990  #define IXGBE_MANC2H            0x05860
 743  991  #define IXGBE_MDEF(_i)          (0x05890 + ((_i) * 4)) /* 8 of these (0-7) */
 744  992  #define IXGBE_MIPAF             0x058B0
 745  993  #define IXGBE_MMAL(_i)          (0x05910 + ((_i) * 8)) /* 4 of these (0-3) */
↓ open down ↓ 1 lines elided ↑ open up ↑
 747  995  #define IXGBE_FTFT              0x09400 /* 0x9400-0x97FC */
 748  996  #define IXGBE_METF(_i)          (0x05190 + ((_i) * 4)) /* 4 of these (0-3) */
 749  997  #define IXGBE_MDEF_EXT(_i)      (0x05160 + ((_i) * 4)) /* 8 of these (0-7) */
 750  998  #define IXGBE_LSWFW             0x15014
 751  999  #define IXGBE_BMCIP(_i)         (0x05050 + ((_i) * 4)) /* 0x5050-0x505C */
 752 1000  #define IXGBE_BMCIPVAL          0x05060
 753 1001  #define IXGBE_BMCIP_IPADDR_TYPE 0x00000001
 754 1002  #define IXGBE_BMCIP_IPADDR_VALID        0x00000002
 755 1003  
 756 1004  /* Management Bit Fields and Masks */
     1005 +#define IXGBE_MANC_MPROXYE      0x40000000 /* Management Proxy Enable */
     1006 +#define IXGBE_MANC_RCV_TCO_EN   0x00020000 /* Rcv TCO packet enable */
 757 1007  #define IXGBE_MANC_EN_BMC2OS    0x10000000 /* Ena BMC2OS and OS2BMC traffic */
 758 1008  #define IXGBE_MANC_EN_BMC2OS_SHIFT      28
 759 1009  
 760 1010  /* Firmware Semaphore Register */
 761 1011  #define IXGBE_FWSM_MODE_MASK    0xE
     1012 +#define IXGBE_FWSM_TS_ENABLED   0x1
     1013 +#define IXGBE_FWSM_FW_MODE_PT   0x4
 762 1014  
 763 1015  /* ARC Subsystem registers */
 764 1016  #define IXGBE_HICR              0x15F00
 765 1017  #define IXGBE_FWSTS             0x15F0C
 766 1018  #define IXGBE_HSMC0R            0x15F04
 767 1019  #define IXGBE_HSMC1R            0x15F08
 768 1020  #define IXGBE_SWSR              0x15F10
 769 1021  #define IXGBE_HFDR              0x15FE8
 770 1022  #define IXGBE_FLEX_MNG          0x15800 /* 0x15800 - 0x15EFC */
 771 1023  
↓ open down ↓ 13 lines elided ↑ open up ↑
 785 1037  #define IXGBE_PCIEPIPEDAT       0x11008
 786 1038  #define IXGBE_GSCL_1            0x11010
 787 1039  #define IXGBE_GSCL_2            0x11014
 788 1040  #define IXGBE_GSCL_3            0x11018
 789 1041  #define IXGBE_GSCL_4            0x1101C
 790 1042  #define IXGBE_GSCN_0            0x11020
 791 1043  #define IXGBE_GSCN_1            0x11024
 792 1044  #define IXGBE_GSCN_2            0x11028
 793 1045  #define IXGBE_GSCN_3            0x1102C
 794 1046  #define IXGBE_FACTPS            0x10150
     1047 +#define IXGBE_FACTPS_X540       IXGBE_FACTPS
     1048 +#define IXGBE_FACTPS_X550       IXGBE_FACTPS
     1049 +#define IXGBE_FACTPS_X550EM_x   IXGBE_FACTPS
     1050 +#define IXGBE_FACTPS_BY_MAC(_hw)        IXGBE_FACTPS
     1051 +
 795 1052  #define IXGBE_PCIEANACTL        0x11040
 796 1053  #define IXGBE_SWSM              0x10140
     1054 +#define IXGBE_SWSM_X540         IXGBE_SWSM
     1055 +#define IXGBE_SWSM_X550         IXGBE_SWSM
     1056 +#define IXGBE_SWSM_X550EM_x     IXGBE_SWSM
     1057 +#define IXGBE_SWSM_BY_MAC(_hw)  IXGBE_SWSM
     1058 +
 797 1059  #define IXGBE_FWSM              0x10148
     1060 +#define IXGBE_FWSM_X540         IXGBE_FWSM
     1061 +#define IXGBE_FWSM_X550         IXGBE_FWSM
     1062 +#define IXGBE_FWSM_X550EM_x     IXGBE_FWSM
     1063 +#define IXGBE_FWSM_BY_MAC(_hw)  IXGBE_FWSM
     1064 +
     1065 +#define IXGBE_SWFW_SYNC         IXGBE_GSSR
     1066 +#define IXGBE_SWFW_SYNC_X540    IXGBE_SWFW_SYNC
     1067 +#define IXGBE_SWFW_SYNC_X550    IXGBE_SWFW_SYNC
     1068 +#define IXGBE_SWFW_SYNC_X550EM_x        IXGBE_SWFW_SYNC
     1069 +#define IXGBE_SWFW_SYNC_BY_MAC(_hw)     IXGBE_SWFW_SYNC
     1070 +
 798 1071  #define IXGBE_GSSR              0x10160
 799 1072  #define IXGBE_MREVID            0x11064
 800 1073  #define IXGBE_DCA_ID            0x11070
 801 1074  #define IXGBE_DCA_CTRL          0x11074
 802      -#define IXGBE_SWFW_SYNC         IXGBE_GSSR
 803 1075  
 804 1076  /* PCI-E registers 82599-Specific */
 805 1077  #define IXGBE_GCR_EXT           0x11050
 806 1078  #define IXGBE_GSCL_5_82599      0x11030
 807 1079  #define IXGBE_GSCL_6_82599      0x11034
 808 1080  #define IXGBE_GSCL_7_82599      0x11038
 809 1081  #define IXGBE_GSCL_8_82599      0x1103C
 810 1082  #define IXGBE_PHYADR_82599      0x11040
 811 1083  #define IXGBE_PHYDAT_82599      0x11044
 812 1084  #define IXGBE_PHYCTL_82599      0x11048
 813 1085  #define IXGBE_PBACLR_82599      0x11068
 814      -#define IXGBE_CIAA_82599        0x11088
 815      -#define IXGBE_CIAD_82599        0x1108C
     1086 +#define IXGBE_CIAA              0x11088
     1087 +#define IXGBE_CIAD              0x1108C
     1088 +#define IXGBE_CIAA_82599        IXGBE_CIAA
     1089 +#define IXGBE_CIAD_82599        IXGBE_CIAD
     1090 +#define IXGBE_CIAA_X540         IXGBE_CIAA
     1091 +#define IXGBE_CIAD_X540         IXGBE_CIAD
     1092 +#define IXGBE_CIAA_X550         0x11508
     1093 +#define IXGBE_CIAD_X550         0x11510
     1094 +#define IXGBE_CIAA_X550EM_x     IXGBE_CIAA_X550
     1095 +#define IXGBE_CIAD_X550EM_x     IXGBE_CIAD_X550
     1096 +#define IXGBE_CIAA_BY_MAC(_hw)  IXGBE_BY_MAC((_hw), CIAA)
     1097 +#define IXGBE_CIAD_BY_MAC(_hw)  IXGBE_BY_MAC((_hw), CIAD)
 816 1098  #define IXGBE_PICAUSE           0x110B0
 817 1099  #define IXGBE_PIENA             0x110B8
 818 1100  #define IXGBE_CDQ_MBR_82599     0x110B4
 819 1101  #define IXGBE_PCIESPARE         0x110BC
 820 1102  #define IXGBE_MISC_REG_82599    0x110F0
 821 1103  #define IXGBE_ECC_CTRL_0_82599  0x11100
 822 1104  #define IXGBE_ECC_CTRL_1_82599  0x11104
 823 1105  #define IXGBE_ECC_STATUS_82599  0x110E0
 824 1106  #define IXGBE_BAR_CTRL_82599    0x110F4
 825 1107  
↓ open down ↓ 16 lines elided ↑ open up ↑
 842 1124  #define IXGBE_TSYNCTXCTL        0x08C00 /* Tx Time Sync Control register - RW */
 843 1125  #define IXGBE_RXSTMPL   0x051E8 /* Rx timestamp Low - RO */
 844 1126  #define IXGBE_RXSTMPH   0x051A4 /* Rx timestamp High - RO */
 845 1127  #define IXGBE_RXSATRL   0x051A0 /* Rx timestamp attribute low - RO */
 846 1128  #define IXGBE_RXSATRH   0x051A8 /* Rx timestamp attribute high - RO */
 847 1129  #define IXGBE_RXMTRL    0x05120 /* RX message type register low - RW */
 848 1130  #define IXGBE_TXSTMPL   0x08C04 /* Tx timestamp value Low - RO */
 849 1131  #define IXGBE_TXSTMPH   0x08C08 /* Tx timestamp value High - RO */
 850 1132  #define IXGBE_SYSTIML   0x08C0C /* System time register Low - RO */
 851 1133  #define IXGBE_SYSTIMH   0x08C10 /* System time register High - RO */
     1134 +#define IXGBE_SYSTIMR   0x08C58 /* System time register Residue - RO */
 852 1135  #define IXGBE_TIMINCA   0x08C14 /* Increment attributes register - RW */
 853 1136  #define IXGBE_TIMADJL   0x08C18 /* Time Adjustment Offset register Low - RW */
 854 1137  #define IXGBE_TIMADJH   0x08C1C /* Time Adjustment Offset register High - RW */
 855 1138  #define IXGBE_TSAUXC    0x08C20 /* TimeSync Auxiliary Control register - RW */
 856 1139  #define IXGBE_TRGTTIML0 0x08C24 /* Target Time Register 0 Low - RW */
 857 1140  #define IXGBE_TRGTTIMH0 0x08C28 /* Target Time Register 0 High - RW */
 858 1141  #define IXGBE_TRGTTIML1 0x08C2C /* Target Time Register 1 Low - RW */
 859 1142  #define IXGBE_TRGTTIMH1 0x08C30 /* Target Time Register 1 High - RW */
 860 1143  #define IXGBE_CLKTIML   0x08C34 /* Clock Out Time Register Low - RW */
 861 1144  #define IXGBE_CLKTIMH   0x08C38 /* Clock Out Time Register High - RW */
 862 1145  #define IXGBE_FREQOUT0  0x08C34 /* Frequency Out 0 Control register - RW */
 863 1146  #define IXGBE_FREQOUT1  0x08C38 /* Frequency Out 1 Control register - RW */
 864 1147  #define IXGBE_AUXSTMPL0 0x08C3C /* Auxiliary Time Stamp 0 register Low - RO */
 865 1148  #define IXGBE_AUXSTMPH0 0x08C40 /* Auxiliary Time Stamp 0 register High - RO */
 866 1149  #define IXGBE_AUXSTMPL1 0x08C44 /* Auxiliary Time Stamp 1 register Low - RO */
 867 1150  #define IXGBE_AUXSTMPH1 0x08C48 /* Auxiliary Time Stamp 1 register High - RO */
     1151 +#define IXGBE_TSIM      0x08C68 /* TimeSync Interrupt Mask Register - RW */
     1152 +#define IXGBE_TSICR     0x08C60 /* TimeSync Interrupt Cause Register - WO */
     1153 +#define IXGBE_TSSDP     0x0003C /* TimeSync SDP Configuration Register - RW */
 868 1154  
 869 1155  /* Diagnostic Registers */
 870 1156  #define IXGBE_RDSTATCTL         0x02C20
 871 1157  #define IXGBE_RDSTAT(_i)        (0x02C00 + ((_i) * 4)) /* 0x02C00-0x02C1C */
 872 1158  #define IXGBE_RDHMPN            0x02F08
 873 1159  #define IXGBE_RIC_DW(_i)        (0x02F10 + ((_i) * 4))
 874 1160  #define IXGBE_RDPROBE           0x02F20
 875 1161  #define IXGBE_RDMAM             0x02F30
 876 1162  #define IXGBE_RDMAD             0x02F34
 877      -#define IXGBE_TDSTATCTL         0x07C20
 878      -#define IXGBE_TDSTAT(_i)        (0x07C00 + ((_i) * 4)) /* 0x07C00 - 0x07C1C */
 879 1163  #define IXGBE_TDHMPN            0x07F08
 880 1164  #define IXGBE_TDHMPN2           0x082FC
 881 1165  #define IXGBE_TXDESCIC          0x082CC
 882 1166  #define IXGBE_TIC_DW(_i)        (0x07F10 + ((_i) * 4))
 883 1167  #define IXGBE_TIC_DW2(_i)       (0x082B0 + ((_i) * 4))
 884 1168  #define IXGBE_TDPROBE           0x07F20
 885 1169  #define IXGBE_TXBUFCTRL         0x0C600
 886 1170  #define IXGBE_TXBUFDATA0        0x0C610
 887 1171  #define IXGBE_TXBUFDATA1        0x0C614
 888 1172  #define IXGBE_TXBUFDATA2        0x0C618
↓ open down ↓ 118 lines elided ↑ open up ↑
1007 1291  #define IXGBE_BARCTRL_FLSIZE            0x0700
1008 1292  #define IXGBE_BARCTRL_FLSIZE_SHIFT      8
1009 1293  #define IXGBE_BARCTRL_CSRSIZE           0x2000
1010 1294  
1011 1295  /* RSCCTL Bit Masks */
1012 1296  #define IXGBE_RSCCTL_RSCEN      0x01
1013 1297  #define IXGBE_RSCCTL_MAXDESC_1  0x00
1014 1298  #define IXGBE_RSCCTL_MAXDESC_4  0x04
1015 1299  #define IXGBE_RSCCTL_MAXDESC_8  0x08
1016 1300  #define IXGBE_RSCCTL_MAXDESC_16 0x0C
     1301 +#define IXGBE_RSCCTL_TS_DIS     0x02
1017 1302  
1018 1303  /* RSCDBU Bit Masks */
1019 1304  #define IXGBE_RSCDBU_RSCSMALDIS_MASK    0x0000007F
1020 1305  #define IXGBE_RSCDBU_RSCACKDIS          0x00000080
1021 1306  
1022 1307  /* RDRXCTL Bit Masks */
1023 1308  #define IXGBE_RDRXCTL_RDMTS_1_2         0x00000000 /* Rx Desc Min THLD Size */
1024 1309  #define IXGBE_RDRXCTL_CRCSTRIP          0x00000002 /* CRC Strip */
     1310 +#define IXGBE_RDRXCTL_PSP               0x00000004 /* Pad Small Packet */
1025 1311  #define IXGBE_RDRXCTL_MVMEN             0x00000020
     1312 +#define IXGBE_RDRXCTL_RSC_PUSH_DIS      0x00000020
1026 1313  #define IXGBE_RDRXCTL_DMAIDONE          0x00000008 /* DMA init cycle done */
     1314 +#define IXGBE_RDRXCTL_RSC_PUSH          0x00000080
1027 1315  #define IXGBE_RDRXCTL_AGGDIS            0x00010000 /* Aggregation disable */
1028 1316  #define IXGBE_RDRXCTL_RSCFRSTSIZE       0x003E0000 /* RSC First packet size */
1029      -#define IXGBE_RDRXCTL_RSCLLIDIS         0x00800000 /* Disabl RSC compl on LLI */
     1317 +#define IXGBE_RDRXCTL_RSCLLIDIS         0x00800000 /* Disable RSC compl on LLI*/
1030 1318  #define IXGBE_RDRXCTL_RSCACKC           0x02000000 /* must set 1 when RSC ena */
1031 1319  #define IXGBE_RDRXCTL_FCOE_WRFIX        0x04000000 /* must set 1 when RSC ena */
     1320 +#define IXGBE_RDRXCTL_MBINTEN           0x10000000
     1321 +#define IXGBE_RDRXCTL_MDP_EN            0x20000000
1032 1322  
1033 1323  /* RQTC Bit Masks and Shifts */
1034 1324  #define IXGBE_RQTC_SHIFT_TC(_i) ((_i) * 4)
1035 1325  #define IXGBE_RQTC_TC0_MASK     (0x7 << 0)
1036 1326  #define IXGBE_RQTC_TC1_MASK     (0x7 << 4)
1037 1327  #define IXGBE_RQTC_TC2_MASK     (0x7 << 8)
1038 1328  #define IXGBE_RQTC_TC3_MASK     (0x7 << 12)
1039 1329  #define IXGBE_RQTC_TC4_MASK     (0x7 << 16)
1040 1330  #define IXGBE_RQTC_TC5_MASK     (0x7 << 20)
1041 1331  #define IXGBE_RQTC_TC6_MASK     (0x7 << 24)
↓ open down ↓ 3 lines elided ↑ open up ↑
1045 1335  #define IXGBE_PSRTYPE_RQPL_MASK         0x7
1046 1336  #define IXGBE_PSRTYPE_RQPL_SHIFT        29
1047 1337  
1048 1338  /* CTRL Bit Masks */
1049 1339  #define IXGBE_CTRL_GIO_DIS      0x00000004 /* Global IO Master Disable bit */
1050 1340  #define IXGBE_CTRL_LNK_RST      0x00000008 /* Link Reset. Resets everything. */
1051 1341  #define IXGBE_CTRL_RST          0x04000000 /* Reset (SW) */
1052 1342  #define IXGBE_CTRL_RST_MASK     (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST)
1053 1343  
1054 1344  /* FACTPS */
     1345 +#define IXGBE_FACTPS_MNGCG      0x20000000 /* Manageblility Clock Gated */
1055 1346  #define IXGBE_FACTPS_LFS        0x40000000 /* LAN Function Select */
1056 1347  
1057 1348  /* MHADD Bit Masks */
1058 1349  #define IXGBE_MHADD_MFS_MASK    0xFFFF0000
1059 1350  #define IXGBE_MHADD_MFS_SHIFT   16
1060 1351  
1061 1352  /* Extended Device Control */
1062 1353  #define IXGBE_CTRL_EXT_PFRSTD   0x00004000 /* Physical Function Reset Done */
1063 1354  #define IXGBE_CTRL_EXT_NS_DIS   0x00010000 /* No Snoop disable */
1064 1355  #define IXGBE_CTRL_EXT_RO_DIS   0x00020000 /* Relaxed Ordering disable */
↓ open down ↓ 79 lines elided ↑ open up ↑
1144 1435  
1145 1436  #define IXGBE_MDIO_VENDOR_SPECIFIC_1_CONTROL            0x0 /* VS1 Ctrl Reg */
1146 1437  #define IXGBE_MDIO_VENDOR_SPECIFIC_1_STATUS             0x1 /* VS1 Status Reg */
1147 1438  #define IXGBE_MDIO_VENDOR_SPECIFIC_1_LINK_STATUS        0x0008 /* 1 = Link Up */
1148 1439  #define IXGBE_MDIO_VENDOR_SPECIFIC_1_SPEED_STATUS       0x0010 /* 0-10G, 1-1G */
1149 1440  #define IXGBE_MDIO_VENDOR_SPECIFIC_1_10G_SPEED          0x0018
1150 1441  #define IXGBE_MDIO_VENDOR_SPECIFIC_1_1G_SPEED           0x0010
1151 1442  
1152 1443  #define IXGBE_MDIO_AUTO_NEG_CONTROL     0x0 /* AUTO_NEG Control Reg */
1153 1444  #define IXGBE_MDIO_AUTO_NEG_STATUS      0x1 /* AUTO_NEG Status Reg */
     1445 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STAT 0xC800 /* AUTO_NEG Vendor Status Reg */
     1446 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_TX_ALARM 0xCC00 /* AUTO_NEG Vendor TX Reg */
     1447 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_TX_ALARM2 0xCC01 /* AUTO_NEG Vendor Tx Reg */
     1448 +#define IXGBE_MDIO_AUTO_NEG_VEN_LSC     0x1 /* AUTO_NEG Vendor Tx LSC */
1154 1449  #define IXGBE_MDIO_AUTO_NEG_ADVT        0x10 /* AUTO_NEG Advt Reg */
1155 1450  #define IXGBE_MDIO_AUTO_NEG_LP          0x13 /* AUTO_NEG LP Status Reg */
     1451 +#define IXGBE_MDIO_AUTO_NEG_EEE_ADVT    0x3C /* AUTO_NEG EEE Advt Reg */
     1452 +#define IXGBE_AUTO_NEG_10GBASE_EEE_ADVT 0x8  /* AUTO NEG EEE 10GBaseT Advt */
     1453 +#define IXGBE_AUTO_NEG_1000BASE_EEE_ADVT 0x4  /* AUTO NEG EEE 1000BaseT Advt */
     1454 +#define IXGBE_AUTO_NEG_100BASE_EEE_ADVT 0x2  /* AUTO NEG EEE 100BaseT Advt */
1156 1455  #define IXGBE_MDIO_PHY_XS_CONTROL       0x0 /* PHY_XS Control Reg */
1157 1456  #define IXGBE_MDIO_PHY_XS_RESET         0x8000 /* PHY_XS Reset */
1158 1457  #define IXGBE_MDIO_PHY_ID_HIGH          0x2 /* PHY ID High Reg*/
1159 1458  #define IXGBE_MDIO_PHY_ID_LOW           0x3 /* PHY ID Low Reg*/
1160 1459  #define IXGBE_MDIO_PHY_SPEED_ABILITY    0x4 /* Speed Ability Reg */
1161 1460  #define IXGBE_MDIO_PHY_SPEED_10G        0x0001 /* 10G capable */
1162 1461  #define IXGBE_MDIO_PHY_SPEED_1G         0x0010 /* 1G capable */
1163 1462  #define IXGBE_MDIO_PHY_SPEED_100M       0x0020 /* 100M capable */
1164 1463  #define IXGBE_MDIO_PHY_EXT_ABILITY      0xB /* Ext Ability Reg */
1165 1464  #define IXGBE_MDIO_PHY_10GBASET_ABILITY         0x0004 /* 10GBaseT capable */
1166 1465  #define IXGBE_MDIO_PHY_1000BASET_ABILITY        0x0020 /* 1000BaseT capable */
1167 1466  #define IXGBE_MDIO_PHY_100BASETX_ABILITY        0x0080 /* 100BaseTX capable */
1168 1467  #define IXGBE_MDIO_PHY_SET_LOW_POWER_MODE       0x0800 /* Set low power mode */
     1468 +#define IXGBE_AUTO_NEG_LP_STATUS        0xE820 /* AUTO NEG Rx LP Status Reg */
     1469 +#define IXGBE_AUTO_NEG_LP_1000BASE_CAP  0x8000 /* AUTO NEG Rx LP 1000BaseT Cap */
     1470 +#define IXGBE_AUTO_NEG_LP_10GBASE_CAP   0x0800 /* AUTO NEG Rx LP 10GBaseT Cap */
     1471 +#define IXGBE_AUTO_NEG_10GBASET_STAT    0x0021 /* AUTO NEG 10G BaseT Stat */
1169 1472  
     1473 +#define IXGBE_MDIO_TX_VENDOR_ALARMS_3           0xCC02 /* Vendor Alarms 3 Reg */
     1474 +#define IXGBE_MDIO_TX_VENDOR_ALARMS_3_RST_MASK  0x3 /* PHY Reset Complete Mask */
     1475 +#define IXGBE_MDIO_GLOBAL_RES_PR_10 0xC479 /* Global Resv Provisioning 10 Reg */
     1476 +#define IXGBE_MDIO_POWER_UP_STALL               0x8000 /* Power Up Stall */
     1477 +#define IXGBE_MDIO_GLOBAL_INT_CHIP_STD_MASK     0xFF00 /* int std mask */
     1478 +#define IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG     0xFC00 /* chip std int flag */
     1479 +#define IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_MASK     0xFF01 /* int chip-wide mask */
     1480 +#define IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_FLAG     0xFC01 /* int chip-wide mask */
     1481 +#define IXGBE_MDIO_GLOBAL_ALARM_1               0xCC00 /* Global alarm 1 */
     1482 +#define IXGBE_MDIO_GLOBAL_ALM_1_HI_TMP_FAIL     0x4000 /* high temp failure */
     1483 +#define IXGBE_MDIO_GLOBAL_INT_MASK              0xD400 /* Global int mask */
     1484 +#define IXGBE_MDIO_GLOBAL_AN_VEN_ALM_INT_EN     0x1000 /* autoneg vendor alarm int enable */
     1485 +#define IXGBE_MDIO_GLOBAL_ALARM_1_INT           0x4 /* int in Global alarm 1 */
     1486 +#define IXGBE_MDIO_GLOBAL_VEN_ALM_INT_EN        0x1 /* vendor alarm int enable */
     1487 +#define IXGBE_MDIO_GLOBAL_STD_ALM2_INT          0x200 /* vendor alarm2 int mask */
     1488 +#define IXGBE_MDIO_GLOBAL_INT_HI_TEMP_EN        0x4000 /* int high temp enable */
1170 1489  #define IXGBE_MDIO_PMA_PMD_CONTROL_ADDR 0x0000 /* PMA/PMD Control Reg */
1171 1490  #define IXGBE_MDIO_PMA_PMD_SDA_SCL_ADDR 0xC30A /* PHY_XS SDA/SCL Addr Reg */
1172 1491  #define IXGBE_MDIO_PMA_PMD_SDA_SCL_DATA 0xC30B /* PHY_XS SDA/SCL Data Reg */
1173 1492  #define IXGBE_MDIO_PMA_PMD_SDA_SCL_STAT 0xC30C /* PHY_XS SDA/SCL Status Reg */
     1493 +#define IXGBE_MDIO_PMA_TX_VEN_LASI_INT_MASK 0xD401 /* PHY TX Vendor LASI */
     1494 +#define IXGBE_MDIO_PMA_TX_VEN_LASI_INT_EN   0x1 /* PHY TX Vendor LASI enable */
     1495 +#define IXGBE_MDIO_PMD_STD_TX_DISABLE_CNTR 0x9 /* Standard Transmit Dis Reg */
     1496 +#define IXGBE_MDIO_PMD_GLOBAL_TX_DISABLE 0x0001 /* PMD Global Transmit Dis */
1174 1497  
     1498 +#define IXGBE_PCRC8ECL          0x0E810 /* PCR CRC-8 Error Count Lo */
     1499 +#define IXGBE_PCRC8ECH          0x0E811 /* PCR CRC-8 Error Count Hi */
     1500 +#define IXGBE_PCRC8ECH_MASK     0x1F
     1501 +#define IXGBE_LDPCECL           0x0E820 /* PCR Uncorrected Error Count Lo */
     1502 +#define IXGBE_LDPCECH           0x0E821 /* PCR Uncorrected Error Count Hi */
     1503 +
1175 1504  /* MII clause 22/28 definitions */
1176 1505  #define IXGBE_MDIO_PHY_LOW_POWER_MODE   0x0800
1177 1506  
     1507 +#define IXGBE_MDIO_XENPAK_LASI_STATUS           0x9005 /* XENPAK LASI Status register*/
     1508 +#define IXGBE_XENPAK_LASI_LINK_STATUS_ALARM     0x1 /* Link Status Alarm change */
     1509 +
     1510 +#define IXGBE_MDIO_AUTO_NEG_LINK_STATUS         0x4 /* Indicates if link is up */
     1511 +
     1512 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_MASK  0x7 /* Speed/Duplex Mask */
     1513 +#define IXGBE_MDIO_AUTO_NEG_VEN_STAT_SPEED_MASK         0x6 /* Speed Mask */
     1514 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_10M_HALF      0x0 /* 10Mb/s Half Duplex */
     1515 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_10M_FULL      0x1 /* 10Mb/s Full Duplex */
     1516 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_100M_HALF     0x2 /* 100Mb/s Half Duplex */
     1517 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_100M_FULL     0x3 /* 100Mb/s Full Duplex */
     1518 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_1GB_HALF      0x4 /* 1Gb/s Half Duplex */
     1519 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_1GB_FULL      0x5 /* 1Gb/s Full Duplex */
     1520 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_10GB_HALF     0x6 /* 10Gb/s Half Duplex */
     1521 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_10GB_FULL     0x7 /* 10Gb/s Full Duplex */
     1522 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_1GB           0x4 /* 1Gb/s */
     1523 +#define IXGBE_MDIO_AUTO_NEG_VENDOR_STATUS_10GB          0x6 /* 10Gb/s */
     1524 +
1178 1525  #define IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG    0x20   /* 10G Control Reg */
1179 1526  #define IXGBE_MII_AUTONEG_VENDOR_PROVISION_1_REG 0xC400 /* 1G Provisioning 1 */
1180 1527  #define IXGBE_MII_AUTONEG_XNP_TX_REG            0x17   /* 1G XNP Transmit */
1181 1528  #define IXGBE_MII_AUTONEG_ADVERTISE_REG         0x10   /* 100M Advertisement */
1182 1529  #define IXGBE_MII_10GBASE_T_ADVERTISE           0x1000 /* full duplex, bit:12*/
1183 1530  #define IXGBE_MII_1GBASE_T_ADVERTISE_XNP_TX     0x4000 /* full duplex, bit:14*/
1184 1531  #define IXGBE_MII_1GBASE_T_ADVERTISE            0x8000 /* full duplex, bit:15*/
     1532 +#define IXGBE_MII_2_5GBASE_T_ADVERTISE          0x0400
     1533 +#define IXGBE_MII_5GBASE_T_ADVERTISE            0x0800
1185 1534  #define IXGBE_MII_100BASE_T_ADVERTISE           0x0100 /* full duplex, bit:8 */
1186 1535  #define IXGBE_MII_100BASE_T_ADVERTISE_HALF      0x0080 /* half duplex, bit:7 */
1187 1536  #define IXGBE_MII_RESTART                       0x200
1188 1537  #define IXGBE_MII_AUTONEG_COMPLETE              0x20
1189 1538  #define IXGBE_MII_AUTONEG_LINK_UP               0x04
1190 1539  #define IXGBE_MII_AUTONEG_REG                   0x0
1191 1540  
1192 1541  #define IXGBE_PHY_REVISION_MASK         0xFFFFFFF0
1193 1542  #define IXGBE_MAX_PHY_ADDR              32
1194 1543  
1195 1544  /* PHY IDs*/
1196 1545  #define TN1010_PHY_ID   0x00A19410
1197 1546  #define TNX_FW_REV      0xB
1198 1547  #define X540_PHY_ID     0x01540200
     1548 +#define X550_PHY_ID1    0x01540220
     1549 +#define X550_PHY_ID2    0x01540223
     1550 +#define X550_PHY_ID3    0x01540221
     1551 +#define X557_PHY_ID     0x01540240
1199 1552  #define AQ_FW_REV       0x20
1200 1553  #define QT2022_PHY_ID   0x0043A400
1201 1554  #define ATH_PHY_ID      0x03429050
1202 1555  
1203 1556  /* PHY Types */
1204 1557  #define IXGBE_M88E1145_E_PHY_ID 0x01410CD0
1205 1558  
1206 1559  /* Special PHY Init Routine */
1207 1560  #define IXGBE_PHY_INIT_OFFSET_NL        0x002B
1208 1561  #define IXGBE_PHY_INIT_END_NL           0xFFFF
↓ open down ↓ 3 lines elided ↑ open up ↑
1212 1565  #define IXGBE_DELAY_NL                  0
1213 1566  #define IXGBE_DATA_NL                   1
1214 1567  #define IXGBE_CONTROL_NL                0x000F
1215 1568  #define IXGBE_CONTROL_EOL_NL            0x0FFF
1216 1569  #define IXGBE_CONTROL_SOL_NL            0x0000
1217 1570  
1218 1571  /* General purpose Interrupt Enable */
1219 1572  #define IXGBE_SDP0_GPIEN        0x00000001 /* SDP0 */
1220 1573  #define IXGBE_SDP1_GPIEN        0x00000002 /* SDP1 */
1221 1574  #define IXGBE_SDP2_GPIEN        0x00000004 /* SDP2 */
     1575 +#define IXGBE_SDP0_GPIEN_X540   0x00000002 /* SDP0 on X540 and X550 */
     1576 +#define IXGBE_SDP1_GPIEN_X540   0x00000004 /* SDP1 on X540 and X550 */
     1577 +#define IXGBE_SDP2_GPIEN_X540   0x00000008 /* SDP2 on X540 and X550 */
     1578 +#define IXGBE_SDP0_GPIEN_X550   IXGBE_SDP0_GPIEN_X540
     1579 +#define IXGBE_SDP1_GPIEN_X550   IXGBE_SDP1_GPIEN_X540
     1580 +#define IXGBE_SDP2_GPIEN_X550   IXGBE_SDP2_GPIEN_X540
     1581 +#define IXGBE_SDP0_GPIEN_X550EM_x       IXGBE_SDP0_GPIEN_X540
     1582 +#define IXGBE_SDP1_GPIEN_X550EM_x       IXGBE_SDP1_GPIEN_X540
     1583 +#define IXGBE_SDP2_GPIEN_X550EM_x       IXGBE_SDP2_GPIEN_X540
     1584 +#define IXGBE_SDP0_GPIEN_BY_MAC(_hw)    IXGBE_BY_MAC((_hw), SDP0_GPIEN)
     1585 +#define IXGBE_SDP1_GPIEN_BY_MAC(_hw)    IXGBE_BY_MAC((_hw), SDP1_GPIEN)
     1586 +#define IXGBE_SDP2_GPIEN_BY_MAC(_hw)    IXGBE_BY_MAC((_hw), SDP2_GPIEN)
     1587 +
1222 1588  #define IXGBE_GPIE_MSIX_MODE    0x00000010 /* MSI-X mode */
1223 1589  #define IXGBE_GPIE_OCD          0x00000020 /* Other Clear Disable */
1224 1590  #define IXGBE_GPIE_EIMEN        0x00000040 /* Immediate Interrupt Enable */
1225 1591  #define IXGBE_GPIE_EIAME        0x40000000
1226 1592  #define IXGBE_GPIE_PBA_SUPPORT  0x80000000
1227 1593  #define IXGBE_GPIE_RSC_DELAY_SHIFT      11
1228 1594  #define IXGBE_GPIE_VTMODE_MASK  0x0000C000 /* VT Mode Mask */
1229 1595  #define IXGBE_GPIE_VTMODE_16    0x00004000 /* 16 VFs 8 queues per VF */
1230 1596  #define IXGBE_GPIE_VTMODE_32    0x00008000 /* 32 VFs 4 queues per VF */
1231 1597  #define IXGBE_GPIE_VTMODE_64    0x0000C000 /* 64 VFs 2 queues per VF */
↓ open down ↓ 157 lines elided ↑ open up ↑
1389 1755  #define IXGBE_EICR_MAILBOX      0x00080000 /* VF to PF Mailbox Interrupt */
1390 1756  #define IXGBE_EICR_LSC          0x00100000 /* Link Status Change */
1391 1757  #define IXGBE_EICR_LINKSEC      0x00200000 /* PN Threshold */
1392 1758  #define IXGBE_EICR_MNG          0x00400000 /* Manageability Event Interrupt */
1393 1759  #define IXGBE_EICR_TS           0x00800000 /* Thermal Sensor Event */
1394 1760  #define IXGBE_EICR_TIMESYNC     0x01000000 /* Timesync Event */
1395 1761  #define IXGBE_EICR_GPI_SDP0     0x01000000 /* Gen Purpose Interrupt on SDP0 */
1396 1762  #define IXGBE_EICR_GPI_SDP1     0x02000000 /* Gen Purpose Interrupt on SDP1 */
1397 1763  #define IXGBE_EICR_GPI_SDP2     0x04000000 /* Gen Purpose Interrupt on SDP2 */
1398 1764  #define IXGBE_EICR_ECC          0x10000000 /* ECC Error */
     1765 +#define IXGBE_EICR_GPI_SDP0_X540 0x02000000 /* Gen Purpose Interrupt on SDP0 */
     1766 +#define IXGBE_EICR_GPI_SDP1_X540 0x04000000 /* Gen Purpose Interrupt on SDP1 */
     1767 +#define IXGBE_EICR_GPI_SDP2_X540 0x08000000 /* Gen Purpose Interrupt on SDP2 */
     1768 +#define IXGBE_EICR_GPI_SDP0_X550        IXGBE_EICR_GPI_SDP0_X540
     1769 +#define IXGBE_EICR_GPI_SDP1_X550        IXGBE_EICR_GPI_SDP1_X540
     1770 +#define IXGBE_EICR_GPI_SDP2_X550        IXGBE_EICR_GPI_SDP2_X540
     1771 +#define IXGBE_EICR_GPI_SDP0_X550EM_x    IXGBE_EICR_GPI_SDP0_X540
     1772 +#define IXGBE_EICR_GPI_SDP1_X550EM_x    IXGBE_EICR_GPI_SDP1_X540
     1773 +#define IXGBE_EICR_GPI_SDP2_X550EM_x    IXGBE_EICR_GPI_SDP2_X540
     1774 +#define IXGBE_EICR_GPI_SDP0_BY_MAC(_hw) IXGBE_BY_MAC((_hw), EICR_GPI_SDP0)
     1775 +#define IXGBE_EICR_GPI_SDP1_BY_MAC(_hw) IXGBE_BY_MAC((_hw), EICR_GPI_SDP1)
     1776 +#define IXGBE_EICR_GPI_SDP2_BY_MAC(_hw) IXGBE_BY_MAC((_hw), EICR_GPI_SDP2)
     1777 +
1399 1778  #define IXGBE_EICR_PBUR         0x10000000 /* Packet Buffer Handler Error */
1400 1779  #define IXGBE_EICR_DHER         0x20000000 /* Descriptor Handler Error */
1401 1780  #define IXGBE_EICR_TCP_TIMER    0x40000000 /* TCP Timer */
1402 1781  #define IXGBE_EICR_OTHER        0x80000000 /* Interrupt Cause Active */
1403 1782  
1404 1783  /* Extended Interrupt Cause Set */
1405 1784  #define IXGBE_EICS_RTX_QUEUE    IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1406 1785  #define IXGBE_EICS_FLOW_DIR     IXGBE_EICR_FLOW_DIR  /* FDir Exception */
1407 1786  #define IXGBE_EICS_RX_MISS      IXGBE_EICR_RX_MISS   /* Pkt Buffer Overrun */
1408 1787  #define IXGBE_EICS_PCI          IXGBE_EICR_PCI /* PCI Exception */
1409 1788  #define IXGBE_EICS_MAILBOX      IXGBE_EICR_MAILBOX   /* VF to PF Mailbox Int */
1410 1789  #define IXGBE_EICS_LSC          IXGBE_EICR_LSC /* Link Status Change */
1411 1790  #define IXGBE_EICS_MNG          IXGBE_EICR_MNG /* MNG Event Interrupt */
1412 1791  #define IXGBE_EICS_TIMESYNC     IXGBE_EICR_TIMESYNC /* Timesync Event */
1413 1792  #define IXGBE_EICS_GPI_SDP0     IXGBE_EICR_GPI_SDP0 /* SDP0 Gen Purpose Int */
1414 1793  #define IXGBE_EICS_GPI_SDP1     IXGBE_EICR_GPI_SDP1 /* SDP1 Gen Purpose Int */
1415 1794  #define IXGBE_EICS_GPI_SDP2     IXGBE_EICR_GPI_SDP2 /* SDP2 Gen Purpose Int */
1416 1795  #define IXGBE_EICS_ECC          IXGBE_EICR_ECC /* ECC Error */
     1796 +#define IXGBE_EICS_GPI_SDP0_BY_MAC(_hw) IXGBE_EICR_GPI_SDP0_BY_MAC(_hw)
     1797 +#define IXGBE_EICS_GPI_SDP1_BY_MAC(_hw) IXGBE_EICR_GPI_SDP1_BY_MAC(_hw)
     1798 +#define IXGBE_EICS_GPI_SDP2_BY_MAC(_hw) IXGBE_EICR_GPI_SDP2_BY_MAC(_hw)
1417 1799  #define IXGBE_EICS_PBUR         IXGBE_EICR_PBUR /* Pkt Buf Handler Err */
1418 1800  #define IXGBE_EICS_DHER         IXGBE_EICR_DHER /* Desc Handler Error */
1419 1801  #define IXGBE_EICS_TCP_TIMER    IXGBE_EICR_TCP_TIMER /* TCP Timer */
1420 1802  #define IXGBE_EICS_OTHER        IXGBE_EICR_OTHER /* INT Cause Active */
1421 1803  
1422 1804  /* Extended Interrupt Mask Set */
1423 1805  #define IXGBE_EIMS_RTX_QUEUE    IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1424 1806  #define IXGBE_EIMS_FLOW_DIR     IXGBE_EICR_FLOW_DIR /* FDir Exception */
1425 1807  #define IXGBE_EIMS_RX_MISS      IXGBE_EICR_RX_MISS /* Packet Buffer Overrun */
1426 1808  #define IXGBE_EIMS_PCI          IXGBE_EICR_PCI /* PCI Exception */
1427 1809  #define IXGBE_EIMS_MAILBOX      IXGBE_EICR_MAILBOX   /* VF to PF Mailbox Int */
1428 1810  #define IXGBE_EIMS_LSC          IXGBE_EICR_LSC /* Link Status Change */
1429 1811  #define IXGBE_EIMS_MNG          IXGBE_EICR_MNG /* MNG Event Interrupt */
1430 1812  #define IXGBE_EIMS_TS           IXGBE_EICR_TS /* Thermal Sensor Event */
1431 1813  #define IXGBE_EIMS_TIMESYNC     IXGBE_EICR_TIMESYNC /* Timesync Event */
1432 1814  #define IXGBE_EIMS_GPI_SDP0     IXGBE_EICR_GPI_SDP0 /* SDP0 Gen Purpose Int */
1433 1815  #define IXGBE_EIMS_GPI_SDP1     IXGBE_EICR_GPI_SDP1 /* SDP1 Gen Purpose Int */
1434 1816  #define IXGBE_EIMS_GPI_SDP2     IXGBE_EICR_GPI_SDP2 /* SDP2 Gen Purpose Int */
1435 1817  #define IXGBE_EIMS_ECC          IXGBE_EICR_ECC /* ECC Error */
     1818 +#define IXGBE_EIMS_GPI_SDP0_BY_MAC(_hw) IXGBE_EICR_GPI_SDP0_BY_MAC(_hw)
     1819 +#define IXGBE_EIMS_GPI_SDP1_BY_MAC(_hw) IXGBE_EICR_GPI_SDP1_BY_MAC(_hw)
     1820 +#define IXGBE_EIMS_GPI_SDP2_BY_MAC(_hw) IXGBE_EICR_GPI_SDP2_BY_MAC(_hw)
1436 1821  #define IXGBE_EIMS_PBUR         IXGBE_EICR_PBUR /* Pkt Buf Handler Err */
1437 1822  #define IXGBE_EIMS_DHER         IXGBE_EICR_DHER /* Descr Handler Error */
1438 1823  #define IXGBE_EIMS_TCP_TIMER    IXGBE_EICR_TCP_TIMER /* TCP Timer */
1439 1824  #define IXGBE_EIMS_OTHER        IXGBE_EICR_OTHER /* INT Cause Active */
1440 1825  
1441 1826  /* Extended Interrupt Mask Clear */
1442 1827  #define IXGBE_EIMC_RTX_QUEUE    IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1443 1828  #define IXGBE_EIMC_FLOW_DIR     IXGBE_EICR_FLOW_DIR /* FDir Exception */
1444 1829  #define IXGBE_EIMC_RX_MISS      IXGBE_EICR_RX_MISS /* Packet Buffer Overrun */
1445 1830  #define IXGBE_EIMC_PCI          IXGBE_EICR_PCI /* PCI Exception */
1446 1831  #define IXGBE_EIMC_MAILBOX      IXGBE_EICR_MAILBOX /* VF to PF Mailbox Int */
1447 1832  #define IXGBE_EIMC_LSC          IXGBE_EICR_LSC /* Link Status Change */
1448 1833  #define IXGBE_EIMC_MNG          IXGBE_EICR_MNG /* MNG Event Interrupt */
1449 1834  #define IXGBE_EIMC_TIMESYNC     IXGBE_EICR_TIMESYNC /* Timesync Event */
1450 1835  #define IXGBE_EIMC_GPI_SDP0     IXGBE_EICR_GPI_SDP0 /* SDP0 Gen Purpose Int */
1451 1836  #define IXGBE_EIMC_GPI_SDP1     IXGBE_EICR_GPI_SDP1 /* SDP1 Gen Purpose Int */
1452 1837  #define IXGBE_EIMC_GPI_SDP2     IXGBE_EICR_GPI_SDP2  /* SDP2 Gen Purpose Int */
1453 1838  #define IXGBE_EIMC_ECC          IXGBE_EICR_ECC /* ECC Error */
     1839 +#define IXGBE_EIMC_GPI_SDP0_BY_MAC(_hw) IXGBE_EICR_GPI_SDP0_BY_MAC(_hw)
     1840 +#define IXGBE_EIMC_GPI_SDP1_BY_MAC(_hw) IXGBE_EICR_GPI_SDP1_BY_MAC(_hw)
     1841 +#define IXGBE_EIMC_GPI_SDP2_BY_MAC(_hw) IXGBE_EICR_GPI_SDP2_BY_MAC(_hw)
1454 1842  #define IXGBE_EIMC_PBUR         IXGBE_EICR_PBUR /* Pkt Buf Handler Err */
1455 1843  #define IXGBE_EIMC_DHER         IXGBE_EICR_DHER /* Desc Handler Err */
1456 1844  #define IXGBE_EIMC_TCP_TIMER    IXGBE_EICR_TCP_TIMER /* TCP Timer */
1457 1845  #define IXGBE_EIMC_OTHER        IXGBE_EICR_OTHER /* INT Cause Active */
1458 1846  
1459 1847  #define IXGBE_EIMS_ENABLE_MASK ( \
1460 1848                                  IXGBE_EIMS_RTX_QUEUE    | \
1461 1849                                  IXGBE_EIMS_LSC          | \
1462 1850                                  IXGBE_EIMS_TCP_TIMER    | \
1463 1851                                  IXGBE_EIMS_OTHER)
↓ open down ↓ 58 lines elided ↑ open up ↑
1522 1910  #define IXGBE_IVAR_OTHER_CAUSES_INDEX   97 /* 0 based index */
1523 1911  
1524 1912  #define IXGBE_MSIX_VECTOR(_i)           (0 + (_i))
1525 1913  
1526 1914  #define IXGBE_IVAR_ALLOC_VAL            0x80 /* Interrupt Allocation valid */
1527 1915  
1528 1916  /* ETYPE Queue Filter/Select Bit Masks */
1529 1917  #define IXGBE_MAX_ETQF_FILTERS          8
1530 1918  #define IXGBE_ETQF_FCOE                 0x08000000 /* bit 27 */
1531 1919  #define IXGBE_ETQF_BCN                  0x10000000 /* bit 28 */
     1920 +#define IXGBE_ETQF_TX_ANTISPOOF         0x20000000 /* bit 29 */
1532 1921  #define IXGBE_ETQF_1588                 0x40000000 /* bit 30 */
1533 1922  #define IXGBE_ETQF_FILTER_EN            0x80000000 /* bit 31 */
1534 1923  #define IXGBE_ETQF_POOL_ENABLE          (1 << 26) /* bit 26 */
1535 1924  #define IXGBE_ETQF_POOL_SHIFT           20
1536 1925  
1537 1926  #define IXGBE_ETQS_RX_QUEUE             0x007F0000 /* bits 22:16 */
1538 1927  #define IXGBE_ETQS_RX_QUEUE_SHIFT       16
1539 1928  #define IXGBE_ETQS_LLI                  0x20000000 /* bit 29 */
1540 1929  #define IXGBE_ETQS_QUEUE_EN             0x80000000 /* bit 31 */
1541 1930  
1542 1931  /*
1543 1932   * ETQF filter list: one static filter per filter consumer. This is
1544 1933   *                 to avoid filter collisions later. Add new filters
1545 1934   *                 here!!
1546 1935   *
1547 1936   * Current filters:
1548 1937   *      EAPOL 802.1x (0x888e): Filter 0
1549 1938   *      FCoE (0x8906):   Filter 2
1550 1939   *      1588 (0x88f7):   Filter 3
1551 1940   *      FIP  (0x8914):   Filter 4
     1941 + *      LLDP (0x88CC):   Filter 5
     1942 + *      LACP (0x8809):   Filter 6
     1943 + *      FC   (0x8808):   Filter 7
1552 1944   */
1553 1945  #define IXGBE_ETQF_FILTER_EAPOL         0
1554 1946  #define IXGBE_ETQF_FILTER_FCOE          2
1555 1947  #define IXGBE_ETQF_FILTER_1588          3
1556 1948  #define IXGBE_ETQF_FILTER_FIP           4
     1949 +#define IXGBE_ETQF_FILTER_LLDP          5
     1950 +#define IXGBE_ETQF_FILTER_LACP          6
     1951 +#define IXGBE_ETQF_FILTER_FC            7
1557 1952  /* VLAN Control Bit Masks */
1558 1953  #define IXGBE_VLNCTRL_VET               0x0000FFFF  /* bits 0-15 */
1559 1954  #define IXGBE_VLNCTRL_CFI               0x10000000  /* bit 28 */
1560 1955  #define IXGBE_VLNCTRL_CFIEN             0x20000000  /* bit 29 */
1561 1956  #define IXGBE_VLNCTRL_VFE               0x40000000  /* bit 30 */
1562 1957  #define IXGBE_VLNCTRL_VME               0x80000000  /* bit 31 */
1563 1958  
1564 1959  /* VLAN pool filtering masks */
1565 1960  #define IXGBE_VLVF_VIEN                 0x80000000  /* filter is valid */
1566 1961  #define IXGBE_VLVF_ENTRIES              64
↓ open down ↓ 16 lines elided ↑ open up ↑
1583 1978  #define IXGBE_ESDP_SDP0         0x00000001 /* SDP0 Data Value */
1584 1979  #define IXGBE_ESDP_SDP1         0x00000002 /* SDP1 Data Value */
1585 1980  #define IXGBE_ESDP_SDP2         0x00000004 /* SDP2 Data Value */
1586 1981  #define IXGBE_ESDP_SDP3         0x00000008 /* SDP3 Data Value */
1587 1982  #define IXGBE_ESDP_SDP4         0x00000010 /* SDP4 Data Value */
1588 1983  #define IXGBE_ESDP_SDP5         0x00000020 /* SDP5 Data Value */
1589 1984  #define IXGBE_ESDP_SDP6         0x00000040 /* SDP6 Data Value */
1590 1985  #define IXGBE_ESDP_SDP7         0x00000080 /* SDP7 Data Value */
1591 1986  #define IXGBE_ESDP_SDP0_DIR     0x00000100 /* SDP0 IO direction */
1592 1987  #define IXGBE_ESDP_SDP1_DIR     0x00000200 /* SDP1 IO direction */
     1988 +#define IXGBE_ESDP_SDP2_DIR     0x00000400 /* SDP1 IO direction */
1593 1989  #define IXGBE_ESDP_SDP3_DIR     0x00000800 /* SDP3 IO direction */
1594 1990  #define IXGBE_ESDP_SDP4_DIR     0x00001000 /* SDP4 IO direction */
1595 1991  #define IXGBE_ESDP_SDP5_DIR     0x00002000 /* SDP5 IO direction */
1596 1992  #define IXGBE_ESDP_SDP6_DIR     0x00004000 /* SDP6 IO direction */
1597 1993  #define IXGBE_ESDP_SDP7_DIR     0x00008000 /* SDP7 IO direction */
1598 1994  #define IXGBE_ESDP_SDP0_NATIVE  0x00010000 /* SDP0 IO mode */
1599 1995  #define IXGBE_ESDP_SDP1_NATIVE  0x00020000 /* SDP1 IO mode */
1600 1996  
1601 1997  
1602 1998  /* LEDCTL Bit Masks */
1603 1999  #define IXGBE_LED_IVRT_BASE             0x00000040
1604 2000  #define IXGBE_LED_BLINK_BASE            0x00000080
1605 2001  #define IXGBE_LED_MODE_MASK_BASE        0x0000000F
1606 2002  #define IXGBE_LED_OFFSET(_base, _i)     (_base << (8 * (_i)))
1607 2003  #define IXGBE_LED_MODE_SHIFT(_i)        (8*(_i))
1608 2004  #define IXGBE_LED_IVRT(_i)      IXGBE_LED_OFFSET(IXGBE_LED_IVRT_BASE, _i)
1609 2005  #define IXGBE_LED_BLINK(_i)     IXGBE_LED_OFFSET(IXGBE_LED_BLINK_BASE, _i)
1610 2006  #define IXGBE_LED_MODE_MASK(_i) IXGBE_LED_OFFSET(IXGBE_LED_MODE_MASK_BASE, _i)
     2007 +#define IXGBE_X557_LED_MANUAL_SET_MASK  (1 << 8)
     2008 +#define IXGBE_X557_MAX_LED_INDEX        3
     2009 +#define IXGBE_X557_LED_PROVISIONING     0xC430
1611 2010  
1612 2011  /* LED modes */
1613 2012  #define IXGBE_LED_LINK_UP       0x0
1614 2013  #define IXGBE_LED_LINK_10G      0x1
1615 2014  #define IXGBE_LED_MAC           0x2
1616 2015  #define IXGBE_LED_FILTER        0x3
1617 2016  #define IXGBE_LED_LINK_ACTIVE   0x4
1618 2017  #define IXGBE_LED_LINK_1G       0x5
1619 2018  #define IXGBE_LED_ON            0xE
1620 2019  #define IXGBE_LED_OFF           0xF
↓ open down ↓ 40 lines elided ↑ open up ↑
1661 2060  #define IXGBE_AUTOC_1G_KX       (0x1 << IXGBE_AUTOC_1G_PMA_PMD_SHIFT)
1662 2061  #define IXGBE_AUTOC_1G_SFI      (0x0 << IXGBE_AUTOC_1G_PMA_PMD_SHIFT)
1663 2062  #define IXGBE_AUTOC_1G_KX_BX    (0x1 << IXGBE_AUTOC_1G_PMA_PMD_SHIFT)
1664 2063  
1665 2064  #define IXGBE_AUTOC2_UPPER_MASK 0xFFFF0000
1666 2065  #define IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_MASK    0x00030000
1667 2066  #define IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_SHIFT   16
1668 2067  #define IXGBE_AUTOC2_10G_KR     (0x0 << IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_SHIFT)
1669 2068  #define IXGBE_AUTOC2_10G_XFI    (0x1 << IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_SHIFT)
1670 2069  #define IXGBE_AUTOC2_10G_SFI    (0x2 << IXGBE_AUTOC2_10G_SERIAL_PMA_PMD_SHIFT)
     2070 +#define IXGBE_AUTOC2_LINK_DISABLE_ON_D3_MASK    0x50000000
     2071 +#define IXGBE_AUTOC2_LINK_DISABLE_MASK          0x70000000
1671 2072  
1672 2073  #define IXGBE_MACC_FLU          0x00000001
1673 2074  #define IXGBE_MACC_FSV_10G      0x00030000
1674 2075  #define IXGBE_MACC_FS           0x00040000
1675 2076  #define IXGBE_MAC_RX2TX_LPBK    0x00000002
1676 2077  
     2078 +/* Veto Bit definiton */
     2079 +#define IXGBE_MMNGC_MNG_VETO    0x00000001
     2080 +
1677 2081  /* LINKS Bit Masks */
1678 2082  #define IXGBE_LINKS_KX_AN_COMP  0x80000000
1679 2083  #define IXGBE_LINKS_UP          0x40000000
1680 2084  #define IXGBE_LINKS_SPEED       0x20000000
1681 2085  #define IXGBE_LINKS_MODE        0x18000000
1682 2086  #define IXGBE_LINKS_RX_MODE     0x06000000
1683 2087  #define IXGBE_LINKS_TX_MODE     0x01800000
1684 2088  #define IXGBE_LINKS_XGXS_EN     0x00400000
1685 2089  #define IXGBE_LINKS_SGMII_EN    0x02000000
1686 2090  #define IXGBE_LINKS_PCS_1G_EN   0x00200000
1687 2091  #define IXGBE_LINKS_1G_AN_EN    0x00100000
1688 2092  #define IXGBE_LINKS_KX_AN_IDLE  0x00080000
1689 2093  #define IXGBE_LINKS_1G_SYNC     0x00040000
1690 2094  #define IXGBE_LINKS_10G_ALIGN   0x00020000
1691 2095  #define IXGBE_LINKS_10G_LANE_SYNC       0x00017000
1692 2096  #define IXGBE_LINKS_TL_FAULT            0x00001000
1693 2097  #define IXGBE_LINKS_SIGNAL              0x00000F00
1694 2098  
     2099 +#define IXGBE_LINKS_SPEED_NON_STD       0x08000000
1695 2100  #define IXGBE_LINKS_SPEED_82599         0x30000000
1696 2101  #define IXGBE_LINKS_SPEED_10G_82599     0x30000000
1697 2102  #define IXGBE_LINKS_SPEED_1G_82599      0x20000000
1698 2103  #define IXGBE_LINKS_SPEED_100_82599     0x10000000
1699 2104  #define IXGBE_LINK_UP_TIME              90 /* 9.0 Seconds */
1700 2105  #define IXGBE_AUTO_NEG_TIME             45 /* 4.5 Seconds */
1701 2106  
1702 2107  #define IXGBE_LINKS2_AN_SUPPORTED       0x00000040
1703 2108  
1704 2109  /* PCS1GLSTA Bit Masks */
↓ open down ↓ 22 lines elided ↑ open up ↑
1727 2132  #define IXGBE_ANLP1_ASM_PAUSE           0x0800
1728 2133  #define IXGBE_ANLP1_AN_STATE_MASK       0x000f0000
1729 2134  
1730 2135  /* SW Semaphore Register bitmasks */
1731 2136  #define IXGBE_SWSM_SMBI         0x00000001 /* Driver Semaphore bit */
1732 2137  #define IXGBE_SWSM_SWESMBI      0x00000002 /* FW Semaphore bit */
1733 2138  #define IXGBE_SWSM_WMNG         0x00000004 /* Wake MNG Clock */
1734 2139  #define IXGBE_SWFW_REGSMP       0x80000000 /* Register Semaphore bit 31 */
1735 2140  
1736 2141  /* SW_FW_SYNC/GSSR definitions */
1737      -#define IXGBE_GSSR_EEP_SM       0x0001
1738      -#define IXGBE_GSSR_PHY0_SM      0x0002
1739      -#define IXGBE_GSSR_PHY1_SM      0x0004
1740      -#define IXGBE_GSSR_MAC_CSR_SM   0x0008
1741      -#define IXGBE_GSSR_FLASH_SM     0x0010
1742      -#define IXGBE_GSSR_SW_MNG_SM    0x0400
     2142 +#define IXGBE_GSSR_EEP_SM               0x0001
     2143 +#define IXGBE_GSSR_PHY0_SM              0x0002
     2144 +#define IXGBE_GSSR_PHY1_SM              0x0004
     2145 +#define IXGBE_GSSR_MAC_CSR_SM           0x0008
     2146 +#define IXGBE_GSSR_FLASH_SM             0x0010
     2147 +#define IXGBE_GSSR_NVM_UPDATE_SM        0x0200
     2148 +#define IXGBE_GSSR_SW_MNG_SM            0x0400
     2149 +#define IXGBE_GSSR_SHARED_I2C_SM 0x1806 /* Wait for both phys and both I2Cs */
     2150 +#define IXGBE_GSSR_I2C_MASK     0x1800
     2151 +#define IXGBE_GSSR_NVM_PHY_MASK 0xF
1743 2152  
1744 2153  /* FW Status register bitmask */
1745 2154  #define IXGBE_FWSTS_FWRI        0x00000200 /* Firmware Reset Indication */
1746 2155  
1747 2156  /* EEC Register */
1748 2157  #define IXGBE_EEC_SK            0x00000001 /* EEPROM Clock */
1749 2158  #define IXGBE_EEC_CS            0x00000002 /* EEPROM Chip Select */
1750 2159  #define IXGBE_EEC_DI            0x00000004 /* EEPROM Data In */
1751 2160  #define IXGBE_EEC_DO            0x00000008 /* EEPROM Data Out */
1752 2161  #define IXGBE_EEC_FWE_MASK      0x00000030 /* FLASH Write Enable */
↓ open down ↓ 9 lines elided ↑ open up ↑
1762 2171  #define IXGBE_EEC_FLUDONE       0x04000000 /* Flash update done */
1763 2172  /* EEPROM Addressing bits based on type (0-small, 1-large) */
1764 2173  #define IXGBE_EEC_ADDR_SIZE     0x00000400
1765 2174  #define IXGBE_EEC_SIZE          0x00007800 /* EEPROM Size */
1766 2175  #define IXGBE_EERD_MAX_ADDR     0x00003FFF /* EERD alows 14 bits for addr. */
1767 2176  
1768 2177  #define IXGBE_EEC_SIZE_SHIFT            11
1769 2178  #define IXGBE_EEPROM_WORD_SIZE_SHIFT    6
1770 2179  #define IXGBE_EEPROM_OPCODE_BITS        8
1771 2180  
     2181 +/* FLA Register */
     2182 +#define IXGBE_FLA_LOCKED        0x00000040
     2183 +
1772 2184  /* Part Number String Length */
1773 2185  #define IXGBE_PBANUM_LENGTH     11
1774 2186  
1775 2187  /* Checksum and EEPROM pointers */
1776      -#define IXGBE_PBANUM_PTR_GUARD  0xFAFA
1777      -#define IXGBE_EEPROM_CHECKSUM   0x3F
1778      -#define IXGBE_EEPROM_SUM        0xBABA
1779      -#define IXGBE_PCIE_ANALOG_PTR   0x03
1780      -#define IXGBE_ATLAS0_CONFIG_PTR 0x04
1781      -#define IXGBE_PHY_PTR           0x04
1782      -#define IXGBE_ATLAS1_CONFIG_PTR 0x05
1783      -#define IXGBE_OPTION_ROM_PTR    0x05
1784      -#define IXGBE_PCIE_GENERAL_PTR  0x06
1785      -#define IXGBE_PCIE_CONFIG0_PTR  0x07
1786      -#define IXGBE_PCIE_CONFIG1_PTR  0x08
1787      -#define IXGBE_CORE0_PTR         0x09
1788      -#define IXGBE_CORE1_PTR         0x0A
1789      -#define IXGBE_MAC0_PTR          0x0B
1790      -#define IXGBE_MAC1_PTR          0x0C
1791      -#define IXGBE_CSR0_CONFIG_PTR   0x0D
1792      -#define IXGBE_CSR1_CONFIG_PTR   0x0E
1793      -#define IXGBE_FW_PTR            0x0F
1794      -#define IXGBE_PBANUM0_PTR       0x15
1795      -#define IXGBE_PBANUM1_PTR       0x16
1796      -#define IXGBE_ALT_MAC_ADDR_PTR  0x37
1797      -#define IXGBE_FREE_SPACE_PTR    0X3E
     2188 +#define IXGBE_PBANUM_PTR_GUARD          0xFAFA
     2189 +#define IXGBE_EEPROM_CHECKSUM           0x3F
     2190 +#define IXGBE_EEPROM_SUM                0xBABA
     2191 +#define IXGBE_PCIE_ANALOG_PTR           0x03
     2192 +#define IXGBE_ATLAS0_CONFIG_PTR         0x04
     2193 +#define IXGBE_PHY_PTR                   0x04
     2194 +#define IXGBE_ATLAS1_CONFIG_PTR         0x05
     2195 +#define IXGBE_OPTION_ROM_PTR            0x05
     2196 +#define IXGBE_PCIE_GENERAL_PTR          0x06
     2197 +#define IXGBE_PCIE_CONFIG0_PTR          0x07
     2198 +#define IXGBE_PCIE_CONFIG1_PTR          0x08
     2199 +#define IXGBE_CORE0_PTR                 0x09
     2200 +#define IXGBE_CORE1_PTR                 0x0A
     2201 +#define IXGBE_MAC0_PTR                  0x0B
     2202 +#define IXGBE_MAC1_PTR                  0x0C
     2203 +#define IXGBE_CSR0_CONFIG_PTR           0x0D
     2204 +#define IXGBE_CSR1_CONFIG_PTR           0x0E
     2205 +#define IXGBE_PCIE_ANALOG_PTR_X550      0x02
     2206 +#define IXGBE_SHADOW_RAM_SIZE_X550      0x4000
     2207 +#define IXGBE_IXGBE_PCIE_GENERAL_SIZE   0x24
     2208 +#define IXGBE_PCIE_CONFIG_SIZE          0x08
     2209 +#define IXGBE_EEPROM_LAST_WORD          0x41
     2210 +#define IXGBE_FW_PTR                    0x0F
     2211 +#define IXGBE_PBANUM0_PTR               0x15
     2212 +#define IXGBE_PBANUM1_PTR               0x16
     2213 +#define IXGBE_ALT_MAC_ADDR_PTR          0x37
     2214 +#define IXGBE_FREE_SPACE_PTR            0X3E
1798 2215  
1799 2216  #define IXGBE_SAN_MAC_ADDR_PTR          0x28
1800 2217  #define IXGBE_DEVICE_CAPS               0x2C
1801 2218  #define IXGBE_SERIAL_NUMBER_MAC_ADDR    0x11
1802 2219  #define IXGBE_PCIE_MSIX_82599_CAPS      0x72
1803 2220  #define IXGBE_MAX_MSIX_VECTORS_82599    0x40
1804 2221  #define IXGBE_PCIE_MSIX_82598_CAPS      0x62
1805 2222  #define IXGBE_MAX_MSIX_VECTORS_82598    0x13
1806 2223  
1807 2224  /* MSI-X capability fields masks */
↓ open down ↓ 20 lines elided ↑ open up ↑
1828 2245  #define IXGBE_EEPROM_ERASE256_OPCODE_SPI        0xDB  /* EEPROM ERASE 256B */
1829 2246  
1830 2247  /* EEPROM Read Register */
1831 2248  #define IXGBE_EEPROM_RW_REG_DATA        16 /* data offset in EEPROM read reg */
1832 2249  #define IXGBE_EEPROM_RW_REG_DONE        2 /* Offset to READ done bit */
1833 2250  #define IXGBE_EEPROM_RW_REG_START       1 /* First bit to start operation */
1834 2251  #define IXGBE_EEPROM_RW_ADDR_SHIFT      2 /* Shift to the address bits */
1835 2252  #define IXGBE_NVM_POLL_WRITE            1 /* Flag for polling for wr complete */
1836 2253  #define IXGBE_NVM_POLL_READ             0 /* Flag for polling for rd complete */
1837 2254  
     2255 +#define NVM_INIT_CTRL_3         0x38
     2256 +#define NVM_INIT_CTRL_3_LPLU    0x8
     2257 +#define NVM_INIT_CTRL_3_D10GMP_PORT0 0x40
     2258 +#define NVM_INIT_CTRL_3_D10GMP_PORT1 0x100
     2259 +
1838 2260  #define IXGBE_ETH_LENGTH_OF_ADDRESS     6
1839 2261  
1840 2262  #define IXGBE_EEPROM_PAGE_SIZE_MAX      128
1841      -#define IXGBE_EEPROM_RD_BUFFER_MAX_COUNT        512 /* words rd in burst */
     2263 +#define IXGBE_EEPROM_RD_BUFFER_MAX_COUNT        256 /* words rd in burst */
1842 2264  #define IXGBE_EEPROM_WR_BUFFER_MAX_COUNT        256 /* words wr in burst */
     2265 +#define IXGBE_EEPROM_CTRL_2             1 /* EEPROM CTRL word 2 */
     2266 +#define IXGBE_EEPROM_CCD_BIT            2
1843 2267  
1844 2268  #ifndef IXGBE_EEPROM_GRANT_ATTEMPTS
1845 2269  #define IXGBE_EEPROM_GRANT_ATTEMPTS     1000 /* EEPROM attempts to gain grant */
1846 2270  #endif
1847 2271  
1848 2272  /* Number of 5 microseconds we wait for EERD read and
1849 2273   * EERW write to complete */
1850 2274  #define IXGBE_EERD_EEWR_ATTEMPTS        100000
1851 2275  
1852 2276  /* # attempts we wait for flush update to complete */
↓ open down ↓ 20 lines elided ↑ open up ↑
1873 2297  #define IXGBE_ISCSI_FCOE_FLAGS_ENABLE           0x1 /* FCOE flags enable bit */
1874 2298  #define IXGBE_ALT_SAN_MAC_ADDR_BLK_PTR          0x27 /* Alt. SAN MAC block */
1875 2299  #define IXGBE_ALT_SAN_MAC_ADDR_CAPS_OFFSET      0x0 /* Alt SAN MAC capability */
1876 2300  #define IXGBE_ALT_SAN_MAC_ADDR_PORT0_OFFSET     0x1 /* Alt SAN MAC 0 offset */
1877 2301  #define IXGBE_ALT_SAN_MAC_ADDR_PORT1_OFFSET     0x4 /* Alt SAN MAC 1 offset */
1878 2302  #define IXGBE_ALT_SAN_MAC_ADDR_WWNN_OFFSET      0x7 /* Alt WWNN prefix offset */
1879 2303  #define IXGBE_ALT_SAN_MAC_ADDR_WWPN_OFFSET      0x8 /* Alt WWPN prefix offset */
1880 2304  #define IXGBE_ALT_SAN_MAC_ADDR_CAPS_SANMAC      0x0 /* Alt SAN MAC exists */
1881 2305  #define IXGBE_ALT_SAN_MAC_ADDR_CAPS_ALTWWN      0x1 /* Alt WWN base exists */
1882 2306  
     2307 +/* FW header offset */
     2308 +#define IXGBE_X540_FW_PASSTHROUGH_PATCH_CONFIG_PTR      0x4
     2309 +#define IXGBE_X540_FW_MODULE_MASK                       0x7FFF
     2310 +/* 4KB multiplier */
     2311 +#define IXGBE_X540_FW_MODULE_LENGTH                     0x1000
     2312 +/* version word 2 (month & day) */
     2313 +#define IXGBE_X540_FW_PATCH_VERSION_2           0x5
     2314 +/* version word 3 (silicon compatibility & year) */
     2315 +#define IXGBE_X540_FW_PATCH_VERSION_3           0x6
     2316 +/* version word 4 (major & minor numbers) */
     2317 +#define IXGBE_X540_FW_PATCH_VERSION_4           0x7
     2318 +
1883 2319  #define IXGBE_DEVICE_CAPS_WOL_PORT0_1   0x4 /* WoL supported on ports 0 & 1 */
1884 2320  #define IXGBE_DEVICE_CAPS_WOL_PORT0     0x8 /* WoL supported on port 0 */
1885 2321  #define IXGBE_DEVICE_CAPS_WOL_MASK      0xC /* Mask for WoL capabilities */
1886 2322  
1887 2323  /* PCI Bus Info */
1888 2324  #define IXGBE_PCI_DEVICE_STATUS         0xAA
1889 2325  #define IXGBE_PCI_DEVICE_STATUS_TRANSACTION_PENDING     0x0020
1890 2326  #define IXGBE_PCI_LINK_STATUS           0xB2
1891 2327  #define IXGBE_PCI_DEVICE_CONTROL2       0xC8
1892 2328  #define IXGBE_PCI_LINK_WIDTH            0x3F0
↓ open down ↓ 2 lines elided ↑ open up ↑
1895 2331  #define IXGBE_PCI_LINK_WIDTH_4          0x40
1896 2332  #define IXGBE_PCI_LINK_WIDTH_8          0x80
1897 2333  #define IXGBE_PCI_LINK_SPEED            0xF
1898 2334  #define IXGBE_PCI_LINK_SPEED_2500       0x1
1899 2335  #define IXGBE_PCI_LINK_SPEED_5000       0x2
1900 2336  #define IXGBE_PCI_LINK_SPEED_8000       0x3
1901 2337  #define IXGBE_PCI_HEADER_TYPE_REGISTER  0x0E
1902 2338  #define IXGBE_PCI_HEADER_TYPE_MULTIFUNC 0x80
1903 2339  #define IXGBE_PCI_DEVICE_CONTROL2_16ms  0x0005
1904 2340  
     2341 +#define IXGBE_PCIDEVCTRL2_TIMEO_MASK    0xf
     2342 +#define IXGBE_PCIDEVCTRL2_16_32ms_def   0x0
     2343 +#define IXGBE_PCIDEVCTRL2_50_100us      0x1
     2344 +#define IXGBE_PCIDEVCTRL2_1_2ms         0x2
     2345 +#define IXGBE_PCIDEVCTRL2_16_32ms       0x5
     2346 +#define IXGBE_PCIDEVCTRL2_65_130ms      0x6
     2347 +#define IXGBE_PCIDEVCTRL2_260_520ms     0x9
     2348 +#define IXGBE_PCIDEVCTRL2_1_2s          0xa
     2349 +#define IXGBE_PCIDEVCTRL2_4_8s          0xd
     2350 +#define IXGBE_PCIDEVCTRL2_17_34s        0xe
     2351 +
1905 2352  /* Number of 100 microseconds we wait for PCI Express master disable */
1906 2353  #define IXGBE_PCI_MASTER_DISABLE_TIMEOUT        800
1907 2354  
1908 2355  /* Check whether address is multicast. This is little-endian specific check.*/
1909 2356  #define IXGBE_IS_MULTICAST(Address) \
1910 2357                  (bool)(((u8 *)(Address))[0] & ((u8)0x01))
1911 2358  
1912 2359  /* Check whether an address is broadcast. */
1913 2360  #define IXGBE_IS_BROADCAST(Address) \
1914 2361                  ((((u8 *)(Address))[0] == ((u8)0xff)) && \
↓ open down ↓ 2 lines elided ↑ open up ↑
1917 2364  /* RAH */
1918 2365  #define IXGBE_RAH_VIND_MASK     0x003C0000
1919 2366  #define IXGBE_RAH_VIND_SHIFT    18
1920 2367  #define IXGBE_RAH_AV            0x80000000
1921 2368  #define IXGBE_CLEAR_VMDQ_ALL    0xFFFFFFFF
1922 2369  
1923 2370  /* Header split receive */
1924 2371  #define IXGBE_RFCTL_ISCSI_DIS           0x00000001
1925 2372  #define IXGBE_RFCTL_ISCSI_DWC_MASK      0x0000003E
1926 2373  #define IXGBE_RFCTL_ISCSI_DWC_SHIFT     1
1927      -#define IXGBE_RFCTL_RSC_DIS             0x00000010
     2374 +#define IXGBE_RFCTL_RSC_DIS             0x00000020
1928 2375  #define IXGBE_RFCTL_NFSW_DIS            0x00000040
1929 2376  #define IXGBE_RFCTL_NFSR_DIS            0x00000080
1930 2377  #define IXGBE_RFCTL_NFS_VER_MASK        0x00000300
1931 2378  #define IXGBE_RFCTL_NFS_VER_SHIFT       8
1932 2379  #define IXGBE_RFCTL_NFS_VER_2           0
1933 2380  #define IXGBE_RFCTL_NFS_VER_3           1
1934 2381  #define IXGBE_RFCTL_NFS_VER_4           2
1935 2382  #define IXGBE_RFCTL_IPV6_DIS            0x00000400
1936 2383  #define IXGBE_RFCTL_IPV6_XSUM_DIS       0x00000800
1937 2384  #define IXGBE_RFCTL_IPFRSP_DIS          0x00004000
↓ open down ↓ 18 lines elided ↑ open up ↑
1956 2403  #define IXGBE_RXCTRL_DMBYPS             0x00000002 /* Desc Monitor Bypass */
1957 2404  #define IXGBE_RXDCTL_ENABLE             0x02000000 /* Ena specific Rx Queue */
1958 2405  #define IXGBE_RXDCTL_SWFLSH             0x04000000 /* Rx Desc wr-bk flushing */
1959 2406  #define IXGBE_RXDCTL_RLPMLMASK          0x00003FFF /* X540 supported only */
1960 2407  #define IXGBE_RXDCTL_RLPML_EN           0x00008000
1961 2408  #define IXGBE_RXDCTL_VME                0x40000000 /* VLAN mode enable */
1962 2409  
1963 2410  #define IXGBE_TSAUXC_EN_CLK             0x00000004
1964 2411  #define IXGBE_TSAUXC_SYNCLK             0x00000008
1965 2412  #define IXGBE_TSAUXC_SDP0_INT           0x00000040
     2413 +#define IXGBE_TSAUXC_EN_TT0             0x00000001
     2414 +#define IXGBE_TSAUXC_EN_TT1             0x00000002
     2415 +#define IXGBE_TSAUXC_ST0                0x00000010
     2416 +#define IXGBE_TSAUXC_DISABLE_SYSTIME    0x80000000
1966 2417  
     2418 +#define IXGBE_TSSDP_TS_SDP0_SEL_MASK    0x000000C0
     2419 +#define IXGBE_TSSDP_TS_SDP0_CLK0        0x00000080
     2420 +#define IXGBE_TSSDP_TS_SDP0_EN          0x00000100
     2421 +
1967 2422  #define IXGBE_TSYNCTXCTL_VALID          0x00000001 /* Tx timestamp valid */
1968 2423  #define IXGBE_TSYNCTXCTL_ENABLED        0x00000010 /* Tx timestamping enabled */
1969 2424  
1970 2425  #define IXGBE_TSYNCRXCTL_VALID          0x00000001 /* Rx timestamp valid */
1971 2426  #define IXGBE_TSYNCRXCTL_TYPE_MASK      0x0000000E /* Rx type mask */
1972 2427  #define IXGBE_TSYNCRXCTL_TYPE_L2_V2     0x00
1973 2428  #define IXGBE_TSYNCRXCTL_TYPE_L4_V1     0x02
1974 2429  #define IXGBE_TSYNCRXCTL_TYPE_L2_L4_V2  0x04
     2430 +#define IXGBE_TSYNCRXCTL_TYPE_ALL       0x08
1975 2431  #define IXGBE_TSYNCRXCTL_TYPE_EVENT_V2  0x0A
1976 2432  #define IXGBE_TSYNCRXCTL_ENABLED        0x00000010 /* Rx Timestamping enabled */
     2433 +#define IXGBE_TSYNCRXCTL_TSIP_UT_EN     0x00800000 /* Rx Timestamp in Packet */
     2434 +#define IXGBE_TSYNCRXCTL_TSIP_UP_MASK   0xFF000000 /* Rx Timestamp UP Mask */
1977 2435  
     2436 +#define IXGBE_TSIM_SYS_WRAP             0x00000001
     2437 +#define IXGBE_TSIM_TXTS                 0x00000002
     2438 +#define IXGBE_TSIM_TADJ                 0x00000080
     2439 +
     2440 +#define IXGBE_TSICR_SYS_WRAP            IXGBE_TSIM_SYS_WRAP
     2441 +#define IXGBE_TSICR_TXTS                IXGBE_TSIM_TXTS
     2442 +#define IXGBE_TSICR_TADJ                IXGBE_TSIM_TADJ
     2443 +
1978 2444  #define IXGBE_RXMTRL_V1_CTRLT_MASK      0x000000FF
1979 2445  #define IXGBE_RXMTRL_V1_SYNC_MSG        0x00
1980 2446  #define IXGBE_RXMTRL_V1_DELAY_REQ_MSG   0x01
1981 2447  #define IXGBE_RXMTRL_V1_FOLLOWUP_MSG    0x02
1982 2448  #define IXGBE_RXMTRL_V1_DELAY_RESP_MSG  0x03
1983 2449  #define IXGBE_RXMTRL_V1_MGMT_MSG        0x04
1984 2450  
1985 2451  #define IXGBE_RXMTRL_V2_MSGID_MASK      0x0000FF00
1986 2452  #define IXGBE_RXMTRL_V2_SYNC_MSG        0x0000
1987 2453  #define IXGBE_RXMTRL_V2_DELAY_REQ_MSG   0x0100
↓ open down ↓ 37 lines elided ↑ open up ↑
2025 2491  #define IXGBE_MRQC_RSS_FIELD_MASK       0xFFFF0000
2026 2492  #define IXGBE_MRQC_RSS_FIELD_IPV4_TCP   0x00010000
2027 2493  #define IXGBE_MRQC_RSS_FIELD_IPV4       0x00020000
2028 2494  #define IXGBE_MRQC_RSS_FIELD_IPV6_EX_TCP 0x00040000
2029 2495  #define IXGBE_MRQC_RSS_FIELD_IPV6_EX    0x00080000
2030 2496  #define IXGBE_MRQC_RSS_FIELD_IPV6       0x00100000
2031 2497  #define IXGBE_MRQC_RSS_FIELD_IPV6_TCP   0x00200000
2032 2498  #define IXGBE_MRQC_RSS_FIELD_IPV4_UDP   0x00400000
2033 2499  #define IXGBE_MRQC_RSS_FIELD_IPV6_UDP   0x00800000
2034 2500  #define IXGBE_MRQC_RSS_FIELD_IPV6_EX_UDP 0x01000000
     2501 +#define IXGBE_MRQC_MULTIPLE_RSS         0x00002000
2035 2502  #define IXGBE_MRQC_L3L4TXSWEN           0x00008000
2036 2503  
2037 2504  /* Queue Drop Enable */
2038 2505  #define IXGBE_QDE_ENABLE        0x00000001
     2506 +#define IXGBE_QDE_HIDE_VLAN     0x00000002
2039 2507  #define IXGBE_QDE_IDX_MASK      0x00007F00
2040 2508  #define IXGBE_QDE_IDX_SHIFT     8
2041 2509  #define IXGBE_QDE_WRITE         0x00010000
2042 2510  #define IXGBE_QDE_READ          0x00020000
2043 2511  
2044 2512  #define IXGBE_TXD_POPTS_IXSM    0x01 /* Insert IP checksum */
2045 2513  #define IXGBE_TXD_POPTS_TXSM    0x02 /* Insert TCP/UDP checksum */
2046 2514  #define IXGBE_TXD_CMD_EOP       0x01000000 /* End of Packet */
2047 2515  #define IXGBE_TXD_CMD_IFCS      0x02000000 /* Insert FCS (Ethernet CRC) */
2048 2516  #define IXGBE_TXD_CMD_IC        0x04000000 /* Insert Checksum */
↓ open down ↓ 21 lines elided ↑ open up ↑
2070 2538  #define IXGBE_RXD_STAT_EOP      0x02 /* End of Packet */
2071 2539  #define IXGBE_RXD_STAT_FLM      0x04 /* FDir Match */
2072 2540  #define IXGBE_RXD_STAT_VP       0x08 /* IEEE VLAN Packet */
2073 2541  #define IXGBE_RXDADV_NEXTP_MASK 0x000FFFF0 /* Next Descriptor Index */
2074 2542  #define IXGBE_RXDADV_NEXTP_SHIFT        0x00000004
2075 2543  #define IXGBE_RXD_STAT_UDPCS    0x10 /* UDP xsum calculated */
2076 2544  #define IXGBE_RXD_STAT_L4CS     0x20 /* L4 xsum calculated */
2077 2545  #define IXGBE_RXD_STAT_IPCS     0x40 /* IP xsum calculated */
2078 2546  #define IXGBE_RXD_STAT_PIF      0x80 /* passed in-exact filter */
2079 2547  #define IXGBE_RXD_STAT_CRCV     0x100 /* Speculative CRC Valid */
     2548 +#define IXGBE_RXD_STAT_OUTERIPCS        0x100 /* Cloud IP xsum calculated */
2080 2549  #define IXGBE_RXD_STAT_VEXT     0x200 /* 1st VLAN found */
2081 2550  #define IXGBE_RXD_STAT_UDPV     0x400 /* Valid UDP checksum */
2082 2551  #define IXGBE_RXD_STAT_DYNINT   0x800 /* Pkt caused INT via DYNINT */
2083 2552  #define IXGBE_RXD_STAT_LLINT    0x800 /* Pkt caused Low Latency Interrupt */
     2553 +#define IXGBE_RXD_STAT_TSIP     0x08000 /* Time Stamp in packet buffer */
2084 2554  #define IXGBE_RXD_STAT_TS       0x10000 /* Time Stamp */
2085 2555  #define IXGBE_RXD_STAT_SECP     0x20000 /* Security Processing */
2086 2556  #define IXGBE_RXD_STAT_LB       0x40000 /* Loopback Status */
2087 2557  #define IXGBE_RXD_STAT_ACK      0x8000 /* ACK Packet indication */
2088 2558  #define IXGBE_RXD_ERR_CE        0x01 /* CRC Error */
2089 2559  #define IXGBE_RXD_ERR_LE        0x02 /* Length Error */
2090 2560  #define IXGBE_RXD_ERR_PE        0x08 /* Packet Error */
2091 2561  #define IXGBE_RXD_ERR_OSE       0x10 /* Oversize Error */
2092 2562  #define IXGBE_RXD_ERR_USE       0x20 /* Undersize Error */
2093 2563  #define IXGBE_RXD_ERR_TCPE      0x40 /* TCP/UDP Checksum Error */
2094 2564  #define IXGBE_RXD_ERR_IPE       0x80 /* IP Checksum Error */
2095 2565  #define IXGBE_RXDADV_ERR_MASK           0xfff00000 /* RDESC.ERRORS mask */
2096 2566  #define IXGBE_RXDADV_ERR_SHIFT          20 /* RDESC.ERRORS shift */
     2567 +#define IXGBE_RXDADV_ERR_OUTERIPER      0x04000000 /* CRC IP Header error */
2097 2568  #define IXGBE_RXDADV_ERR_RXE            0x20000000 /* Any MAC Error */
2098      -#define IXGBE_RXDADV_ERR_FCEOFE         0x80000000 /* FCoEFe/IPE */
     2569 +#define IXGBE_RXDADV_ERR_FCEOFE         0x80000000 /* FCEOFe/IPE */
2099 2570  #define IXGBE_RXDADV_ERR_FCERR          0x00700000 /* FCERR/FDIRERR */
2100 2571  #define IXGBE_RXDADV_ERR_FDIR_LEN       0x00100000 /* FDIR Length error */
2101 2572  #define IXGBE_RXDADV_ERR_FDIR_DROP      0x00200000 /* FDIR Drop error */
2102 2573  #define IXGBE_RXDADV_ERR_FDIR_COLL      0x00400000 /* FDIR Collision error */
2103 2574  #define IXGBE_RXDADV_ERR_HBO    0x00800000 /*Header Buffer Overflow */
2104 2575  #define IXGBE_RXDADV_ERR_CE     0x01000000 /* CRC Error */
2105 2576  #define IXGBE_RXDADV_ERR_LE     0x02000000 /* Length Error */
2106 2577  #define IXGBE_RXDADV_ERR_PE     0x08000000 /* Packet Error */
2107 2578  #define IXGBE_RXDADV_ERR_OSE    0x10000000 /* Oversize Error */
2108 2579  #define IXGBE_RXDADV_ERR_USE    0x20000000 /* Undersize Error */
↓ open down ↓ 10 lines elided ↑ open up ↑
2119 2590  #define IXGBE_RXDADV_STAT_FLM           IXGBE_RXD_STAT_FLM /* FDir Match */
2120 2591  #define IXGBE_RXDADV_STAT_VP            IXGBE_RXD_STAT_VP  /* IEEE VLAN Pkt */
2121 2592  #define IXGBE_RXDADV_STAT_MASK          0x000fffff /* Stat/NEXTP: bit 0-19 */
2122 2593  #define IXGBE_RXDADV_STAT_FCEOFS        0x00000040 /* FCoE EOF/SOF Stat */
2123 2594  #define IXGBE_RXDADV_STAT_FCSTAT        0x00000030 /* FCoE Pkt Stat */
2124 2595  #define IXGBE_RXDADV_STAT_FCSTAT_NOMTCH 0x00000000 /* 00: No Ctxt Match */
2125 2596  #define IXGBE_RXDADV_STAT_FCSTAT_NODDP  0x00000010 /* 01: Ctxt w/o DDP */
2126 2597  #define IXGBE_RXDADV_STAT_FCSTAT_FCPRSP 0x00000020 /* 10: Recv. FCP_RSP */
2127 2598  #define IXGBE_RXDADV_STAT_FCSTAT_DDP    0x00000030 /* 11: Ctxt w/ DDP */
2128 2599  #define IXGBE_RXDADV_STAT_TS            0x00010000 /* IEEE1588 Time Stamp */
     2600 +#define IXGBE_RXDADV_STAT_TSIP          0x00008000 /* Time Stamp in packet buffer */
2129 2601  
2130 2602  /* PSRTYPE bit definitions */
2131 2603  #define IXGBE_PSRTYPE_TCPHDR    0x00000010
2132 2604  #define IXGBE_PSRTYPE_UDPHDR    0x00000020
2133 2605  #define IXGBE_PSRTYPE_IPV4HDR   0x00000100
2134 2606  #define IXGBE_PSRTYPE_IPV6HDR   0x00000200
2135 2607  #define IXGBE_PSRTYPE_L2HDR     0x00001000
2136 2608  
2137 2609  /* SRRCTL bit definitions */
2138 2610  #define IXGBE_SRRCTL_BSIZEPKT_SHIFT     10 /* so many KBs */
     2611 +#define IXGBE_SRRCTL_BSIZEHDRSIZE_SHIFT 2 /* 64byte resolution (>> 6)
     2612 +                                           * + at bit 8 offset (<< 8)
     2613 +                                           *  = (<< 2)
     2614 +                                           */
2139 2615  #define IXGBE_SRRCTL_RDMTS_SHIFT        22
2140 2616  #define IXGBE_SRRCTL_RDMTS_MASK         0x01C00000
2141 2617  #define IXGBE_SRRCTL_DROP_EN            0x10000000
2142 2618  #define IXGBE_SRRCTL_BSIZEPKT_MASK      0x0000007F
2143 2619  #define IXGBE_SRRCTL_BSIZEHDR_MASK      0x00003F00
2144 2620  #define IXGBE_SRRCTL_DESCTYPE_LEGACY    0x00000000
2145 2621  #define IXGBE_SRRCTL_DESCTYPE_ADV_ONEBUF 0x02000000
2146 2622  #define IXGBE_SRRCTL_DESCTYPE_HDR_SPLIT 0x04000000
2147 2623  #define IXGBE_SRRCTL_DESCTYPE_HDR_REPLICATION_LARGE_PKT 0x08000000
2148 2624  #define IXGBE_SRRCTL_DESCTYPE_HDR_SPLIT_ALWAYS 0x0A000000
↓ open down ↓ 27 lines elided ↑ open up ↑
2176 2652  /* RSS Packet Types as indicated in the receive descriptor. */
2177 2653  #define IXGBE_RXDADV_PKTTYPE_NONE       0x00000000
2178 2654  #define IXGBE_RXDADV_PKTTYPE_IPV4       0x00000010 /* IPv4 hdr present */
2179 2655  #define IXGBE_RXDADV_PKTTYPE_IPV4_EX    0x00000020 /* IPv4 hdr + extensions */
2180 2656  #define IXGBE_RXDADV_PKTTYPE_IPV6       0x00000040 /* IPv6 hdr present */
2181 2657  #define IXGBE_RXDADV_PKTTYPE_IPV6_EX    0x00000080 /* IPv6 hdr + extensions */
2182 2658  #define IXGBE_RXDADV_PKTTYPE_TCP        0x00000100 /* TCP hdr present */
2183 2659  #define IXGBE_RXDADV_PKTTYPE_UDP        0x00000200 /* UDP hdr present */
2184 2660  #define IXGBE_RXDADV_PKTTYPE_SCTP       0x00000400 /* SCTP hdr present */
2185 2661  #define IXGBE_RXDADV_PKTTYPE_NFS        0x00000800 /* NFS hdr present */
     2662 +#define IXGBE_RXDADV_PKTTYPE_VXLAN      0x00000800 /* VXLAN hdr present */
     2663 +#define IXGBE_RXDADV_PKTTYPE_TUNNEL     0x00010000 /* Tunnel type */
2186 2664  #define IXGBE_RXDADV_PKTTYPE_IPSEC_ESP  0x00001000 /* IPSec ESP */
2187 2665  #define IXGBE_RXDADV_PKTTYPE_IPSEC_AH   0x00002000 /* IPSec AH */
2188 2666  #define IXGBE_RXDADV_PKTTYPE_LINKSEC    0x00004000 /* LinkSec Encap */
2189 2667  #define IXGBE_RXDADV_PKTTYPE_ETQF       0x00008000 /* PKTTYPE is ETQF index */
2190 2668  #define IXGBE_RXDADV_PKTTYPE_ETQF_MASK  0x00000070 /* ETQF has 8 indices */
2191 2669  #define IXGBE_RXDADV_PKTTYPE_ETQF_SHIFT 4 /* Right-shift 4 bits */
2192 2670  
2193 2671  /* Security Processing bit Indication */
2194 2672  #define IXGBE_RXDADV_LNKSEC_STATUS_SECP         0x00020000
2195 2673  #define IXGBE_RXDADV_LNKSEC_ERROR_NO_SA_MATCH   0x08000000
↓ open down ↓ 30 lines elided ↑ open up ↑
2226 2704  #define IXGBE_RX_DESC_SPECIAL_VLAN_MASK 0x0FFF /* VLAN ID in lower 12 bits */
2227 2705  #define IXGBE_RX_DESC_SPECIAL_PRI_MASK  0xE000 /* Priority in upper 3 bits */
2228 2706  #define IXGBE_RX_DESC_SPECIAL_PRI_SHIFT 0x000D /* Priority in upper 3 of 16 */
2229 2707  #define IXGBE_TX_DESC_SPECIAL_PRI_SHIFT IXGBE_RX_DESC_SPECIAL_PRI_SHIFT
2230 2708  
2231 2709  /* SR-IOV specific macros */
2232 2710  #define IXGBE_MBVFICR_INDEX(vf_number)  (vf_number >> 4)
2233 2711  #define IXGBE_MBVFICR(_i)               (0x00710 + ((_i) * 4))
2234 2712  #define IXGBE_VFLRE(_i)                 (((_i & 1) ? 0x001C0 : 0x00600))
2235 2713  #define IXGBE_VFLREC(_i)                 (0x00700 + ((_i) * 4))
     2714 +/* Translated register #defines */
     2715 +#define IXGBE_PVFCTRL(P)        (0x00300 + (4 * (P)))
     2716 +#define IXGBE_PVFSTATUS(P)      (0x00008 + (0 * (P)))
     2717 +#define IXGBE_PVFLINKS(P)       (0x042A4 + (0 * (P)))
     2718 +#define IXGBE_PVFRTIMER(P)      (0x00048 + (0 * (P)))
     2719 +#define IXGBE_PVFMAILBOX(P)     (0x04C00 + (4 * (P)))
     2720 +#define IXGBE_PVFRXMEMWRAP(P)   (0x03190 + (0 * (P)))
     2721 +#define IXGBE_PVTEICR(P)        (0x00B00 + (4 * (P)))
     2722 +#define IXGBE_PVTEICS(P)        (0x00C00 + (4 * (P)))
     2723 +#define IXGBE_PVTEIMS(P)        (0x00D00 + (4 * (P)))
     2724 +#define IXGBE_PVTEIMC(P)        (0x00E00 + (4 * (P)))
     2725 +#define IXGBE_PVTEIAC(P)        (0x00F00 + (4 * (P)))
     2726 +#define IXGBE_PVTEIAM(P)        (0x04D00 + (4 * (P)))
     2727 +#define IXGBE_PVTEITR(P)        (((P) < 24) ? (0x00820 + ((P) * 4)) : \
     2728 +                                 (0x012300 + (((P) - 24) * 4)))
     2729 +#define IXGBE_PVTIVAR(P)        (0x12500 + (4 * (P)))
     2730 +#define IXGBE_PVTIVAR_MISC(P)   (0x04E00 + (4 * (P)))
     2731 +#define IXGBE_PVTRSCINT(P)      (0x12000 + (4 * (P)))
     2732 +#define IXGBE_VFPBACL(P)        (0x110C8 + (4 * (P)))
     2733 +#define IXGBE_PVFRDBAL(P)       ((P < 64) ? (0x01000 + (0x40 * (P))) \
     2734 +                                 : (0x0D000 + (0x40 * ((P) - 64))))
     2735 +#define IXGBE_PVFRDBAH(P)       ((P < 64) ? (0x01004 + (0x40 * (P))) \
     2736 +                                 : (0x0D004 + (0x40 * ((P) - 64))))
     2737 +#define IXGBE_PVFRDLEN(P)       ((P < 64) ? (0x01008 + (0x40 * (P))) \
     2738 +                                 : (0x0D008 + (0x40 * ((P) - 64))))
     2739 +#define IXGBE_PVFRDH(P)         ((P < 64) ? (0x01010 + (0x40 * (P))) \
     2740 +                                 : (0x0D010 + (0x40 * ((P) - 64))))
     2741 +#define IXGBE_PVFRDT(P)         ((P < 64) ? (0x01018 + (0x40 * (P))) \
     2742 +                                 : (0x0D018 + (0x40 * ((P) - 64))))
     2743 +#define IXGBE_PVFRXDCTL(P)      ((P < 64) ? (0x01028 + (0x40 * (P))) \
     2744 +                                 : (0x0D028 + (0x40 * ((P) - 64))))
     2745 +#define IXGBE_PVFSRRCTL(P)      ((P < 64) ? (0x01014 + (0x40 * (P))) \
     2746 +                                 : (0x0D014 + (0x40 * ((P) - 64))))
     2747 +#define IXGBE_PVFPSRTYPE(P)     (0x0EA00 + (4 * (P)))
     2748 +#define IXGBE_PVFTDBAL(P)       (0x06000 + (0x40 * (P)))
     2749 +#define IXGBE_PVFTDBAH(P)       (0x06004 + (0x40 * (P)))
     2750 +#define IXGBE_PVFTTDLEN(P)      (0x06008 + (0x40 * (P)))
     2751 +#define IXGBE_PVFTDH(P)         (0x06010 + (0x40 * (P)))
     2752 +#define IXGBE_PVFTDT(P)         (0x06018 + (0x40 * (P)))
     2753 +#define IXGBE_PVFTXDCTL(P)      (0x06028 + (0x40 * (P)))
     2754 +#define IXGBE_PVFTDWBAL(P)      (0x06038 + (0x40 * (P)))
     2755 +#define IXGBE_PVFTDWBAH(P)      (0x0603C + (0x40 * (P)))
     2756 +#define IXGBE_PVFDCA_RXCTRL(P)  (((P) < 64) ? (0x0100C + (0x40 * (P))) \
     2757 +                                 : (0x0D00C + (0x40 * ((P) - 64))))
     2758 +#define IXGBE_PVFDCA_TXCTRL(P)  (0x0600C + (0x40 * (P)))
     2759 +#define IXGBE_PVFGPRC(x)        (0x0101C + (0x40 * (x)))
     2760 +#define IXGBE_PVFGPTC(x)        (0x08300 + (0x04 * (x)))
     2761 +#define IXGBE_PVFGORC_LSB(x)    (0x01020 + (0x40 * (x)))
     2762 +#define IXGBE_PVFGORC_MSB(x)    (0x0D020 + (0x40 * (x)))
     2763 +#define IXGBE_PVFGOTC_LSB(x)    (0x08400 + (0x08 * (x)))
     2764 +#define IXGBE_PVFGOTC_MSB(x)    (0x08404 + (0x08 * (x)))
     2765 +#define IXGBE_PVFMPRC(x)        (0x0D01C + (0x40 * (x)))
2236 2766  
     2767 +#define IXGBE_PVFTDWBALn(q_per_pool, vf_number, vf_q_index) \
     2768 +                (IXGBE_PVFTDWBAL((q_per_pool)*(vf_number) + (vf_q_index)))
     2769 +#define IXGBE_PVFTDWBAHn(q_per_pool, vf_number, vf_q_index) \
     2770 +                (IXGBE_PVFTDWBAH((q_per_pool)*(vf_number) + (vf_q_index)))
     2771 +
     2772 +#define IXGBE_PVFTDHn(q_per_pool, vf_number, vf_q_index) \
     2773 +                (IXGBE_PVFTDH((q_per_pool)*(vf_number) + (vf_q_index)))
     2774 +#define IXGBE_PVFTDTn(q_per_pool, vf_number, vf_q_index) \
     2775 +                (IXGBE_PVFTDT((q_per_pool)*(vf_number) + (vf_q_index)))
     2776 +
2237 2777  /* Little Endian defines */
2238 2778  #ifndef __le16
2239 2779  #define __le16  u16
2240 2780  #endif
2241 2781  #ifndef __le32
2242 2782  #define __le32  u32
2243 2783  #endif
2244 2784  #ifndef __le64
2245 2785  #define __le64  u64
2246 2786  
↓ open down ↓ 14 lines elided ↑ open up ↑
2261 2801  
2262 2802  /* Flow Director register values */
2263 2803  #define IXGBE_FDIRCTRL_PBALLOC_64K              0x00000001
2264 2804  #define IXGBE_FDIRCTRL_PBALLOC_128K             0x00000002
2265 2805  #define IXGBE_FDIRCTRL_PBALLOC_256K             0x00000003
2266 2806  #define IXGBE_FDIRCTRL_INIT_DONE                0x00000008
2267 2807  #define IXGBE_FDIRCTRL_PERFECT_MATCH            0x00000010
2268 2808  #define IXGBE_FDIRCTRL_REPORT_STATUS            0x00000020
2269 2809  #define IXGBE_FDIRCTRL_REPORT_STATUS_ALWAYS     0x00000080
2270 2810  #define IXGBE_FDIRCTRL_DROP_Q_SHIFT             8
     2811 +#define IXGBE_FDIRCTRL_DROP_Q_MASK              0x00007F00
2271 2812  #define IXGBE_FDIRCTRL_FLEX_SHIFT               16
     2813 +#define IXGBE_FDIRCTRL_DROP_NO_MATCH            0x00008000
     2814 +#define IXGBE_FDIRCTRL_FILTERMODE_SHIFT         21
     2815 +#define IXGBE_FDIRCTRL_FILTERMODE_MACVLAN       0x0001 /* bit 23:21, 001b */
     2816 +#define IXGBE_FDIRCTRL_FILTERMODE_CLOUD         0x0002 /* bit 23:21, 010b */
2272 2817  #define IXGBE_FDIRCTRL_SEARCHLIM                0x00800000
     2818 +#define IXGBE_FDIRCTRL_FILTERMODE_MASK          0x00E00000
2273 2819  #define IXGBE_FDIRCTRL_MAX_LENGTH_SHIFT         24
2274 2820  #define IXGBE_FDIRCTRL_FULL_THRESH_MASK         0xF0000000
2275 2821  #define IXGBE_FDIRCTRL_FULL_THRESH_SHIFT        28
2276 2822  
2277 2823  #define IXGBE_FDIRTCPM_DPORTM_SHIFT             16
2278 2824  #define IXGBE_FDIRUDPM_DPORTM_SHIFT             16
2279 2825  #define IXGBE_FDIRIP6M_DIPM_SHIFT               16
2280 2826  #define IXGBE_FDIRM_VLANID                      0x00000001
2281 2827  #define IXGBE_FDIRM_VLANP                       0x00000002
2282 2828  #define IXGBE_FDIRM_POOL                        0x00000004
2283 2829  #define IXGBE_FDIRM_L4P                         0x00000008
2284 2830  #define IXGBE_FDIRM_FLEX                        0x00000010
2285 2831  #define IXGBE_FDIRM_DIPv6                       0x00000020
     2832 +#define IXGBE_FDIRM_L3P                         0x00000040
2286 2833  
     2834 +#define IXGBE_FDIRIP6M_INNER_MAC        0x03F0 /* bit 9:4 */
     2835 +#define IXGBE_FDIRIP6M_TUNNEL_TYPE      0x0800 /* bit 11 */
     2836 +#define IXGBE_FDIRIP6M_TNI_VNI          0xF000 /* bit 15:12 */
     2837 +#define IXGBE_FDIRIP6M_TNI_VNI_24       0x1000 /* bit 12 */
     2838 +#define IXGBE_FDIRIP6M_ALWAYS_MASK      0x040F /* bit 10, 3:0 */
     2839 +
2287 2840  #define IXGBE_FDIRFREE_FREE_MASK                0xFFFF
2288 2841  #define IXGBE_FDIRFREE_FREE_SHIFT               0
2289 2842  #define IXGBE_FDIRFREE_COLL_MASK                0x7FFF0000
2290 2843  #define IXGBE_FDIRFREE_COLL_SHIFT               16
2291 2844  #define IXGBE_FDIRLEN_MAXLEN_MASK               0x3F
2292 2845  #define IXGBE_FDIRLEN_MAXLEN_SHIFT              0
2293 2846  #define IXGBE_FDIRLEN_MAXHASH_MASK              0x7FFF0000
2294 2847  #define IXGBE_FDIRLEN_MAXHASH_SHIFT             16
2295 2848  #define IXGBE_FDIRUSTAT_ADD_MASK                0xFFFF
2296 2849  #define IXGBE_FDIRUSTAT_ADD_SHIFT               0
↓ open down ↓ 20 lines elided ↑ open up ↑
2317 2870  #define IXGBE_FDIRCMD_L4TYPE_SCTP               0x00000060
2318 2871  #define IXGBE_FDIRCMD_IPV6                      0x00000080
2319 2872  #define IXGBE_FDIRCMD_CLEARHT                   0x00000100
2320 2873  #define IXGBE_FDIRCMD_DROP                      0x00000200
2321 2874  #define IXGBE_FDIRCMD_INT                       0x00000400
2322 2875  #define IXGBE_FDIRCMD_LAST                      0x00000800
2323 2876  #define IXGBE_FDIRCMD_COLLISION                 0x00001000
2324 2877  #define IXGBE_FDIRCMD_QUEUE_EN                  0x00008000
2325 2878  #define IXGBE_FDIRCMD_FLOW_TYPE_SHIFT           5
2326 2879  #define IXGBE_FDIRCMD_RX_QUEUE_SHIFT            16
     2880 +#define IXGBE_FDIRCMD_TUNNEL_FILTER_SHIFT       23
2327 2881  #define IXGBE_FDIRCMD_VT_POOL_SHIFT             24
2328 2882  #define IXGBE_FDIR_INIT_DONE_POLL               10
2329 2883  #define IXGBE_FDIRCMD_CMD_POLL                  10
2330      -
     2884 +#define IXGBE_FDIRCMD_TUNNEL_FILTER             0x00800000
2331 2885  #define IXGBE_FDIR_DROP_QUEUE                   127
2332 2886  
2333      -#define IXGBE_STATUS_OVERHEATING_BIT            20 /* STATUS overtemp bit num */
2334 2887  
2335 2888  /* Manageablility Host Interface defines */
2336 2889  #define IXGBE_HI_MAX_BLOCK_BYTE_LENGTH  1792 /* Num of bytes in range */
2337 2890  #define IXGBE_HI_MAX_BLOCK_DWORD_LENGTH 448 /* Num of dwords in range */
2338 2891  #define IXGBE_HI_COMMAND_TIMEOUT        500 /* Process HI command limit */
     2892 +#define IXGBE_HI_FLASH_ERASE_TIMEOUT    1000 /* Process Erase command limit */
     2893 +#define IXGBE_HI_FLASH_UPDATE_TIMEOUT   5000 /* Process Update command limit */
     2894 +#define IXGBE_HI_FLASH_APPLY_TIMEOUT    0 /* Process Apply command limit */
     2895 +#define IXGBE_HI_PHY_MGMT_REQ_TIMEOUT   2000 /* Wait up to 2 seconds */
2339 2896  
2340 2897  /* CEM Support */
2341 2898  #define FW_CEM_HDR_LEN                  0x4
2342 2899  #define FW_CEM_CMD_DRIVER_INFO          0xDD
2343 2900  #define FW_CEM_CMD_DRIVER_INFO_LEN      0x5
2344 2901  #define FW_CEM_CMD_RESERVED             0X0
2345 2902  #define FW_CEM_UNUSED_VER               0x0
2346 2903  #define FW_CEM_MAX_RETRIES              3
2347 2904  #define FW_CEM_RESP_STATUS_SUCCESS      0x1
     2905 +#define FW_READ_SHADOW_RAM_CMD          0x31
     2906 +#define FW_READ_SHADOW_RAM_LEN          0x6
     2907 +#define FW_WRITE_SHADOW_RAM_CMD         0x33
     2908 +#define FW_WRITE_SHADOW_RAM_LEN         0xA /* 8 plus 1 WORD to write */
     2909 +#define FW_SHADOW_RAM_DUMP_CMD          0x36
     2910 +#define FW_SHADOW_RAM_DUMP_LEN          0
     2911 +#define FW_DEFAULT_CHECKSUM             0xFF /* checksum always 0xFF */
     2912 +#define FW_NVM_DATA_OFFSET              3
     2913 +#define FW_MAX_READ_BUFFER_SIZE         1024
     2914 +#define FW_DISABLE_RXEN_CMD             0xDE
     2915 +#define FW_DISABLE_RXEN_LEN             0x1
     2916 +#define FW_PHY_MGMT_REQ_CMD             0x20
     2917 +#define FW_INT_PHY_REQ_CMD              0xB
     2918 +#define FW_INT_PHY_REQ_LEN              10
     2919 +#define FW_INT_PHY_REQ_READ             0
     2920 +#define FW_INT_PHY_REQ_WRITE            1
2348 2921  
2349 2922  /* Host Interface Command Structures */
2350 2923  
2351 2924  struct ixgbe_hic_hdr {
2352 2925          u8 cmd;
2353 2926          u8 buf_len;
2354 2927          union {
2355 2928                  u8 cmd_resv;
2356 2929                  u8 ret_status;
2357 2930          } cmd_or_resp;
2358 2931          u8 checksum;
2359 2932  };
2360 2933  
     2934 +struct ixgbe_hic_hdr2_req {
     2935 +        u8 cmd;
     2936 +        u8 buf_lenh;
     2937 +        u8 buf_lenl;
     2938 +        u8 checksum;
     2939 +};
     2940 +
     2941 +struct ixgbe_hic_hdr2_rsp {
     2942 +        u8 cmd;
     2943 +        u8 buf_lenl;
     2944 +        u8 buf_lenh_status;     /* 7-5: high bits of buf_len, 4-0: status */
     2945 +        u8 checksum;
     2946 +};
     2947 +
     2948 +union ixgbe_hic_hdr2 {
     2949 +        struct ixgbe_hic_hdr2_req req;
     2950 +        struct ixgbe_hic_hdr2_rsp rsp;
     2951 +};
     2952 +
2361 2953  struct ixgbe_hic_drv_info {
2362 2954          struct ixgbe_hic_hdr hdr;
2363 2955          u8 port_num;
2364 2956          u8 ver_sub;
2365 2957          u8 ver_build;
2366 2958          u8 ver_min;
2367 2959          u8 ver_maj;
2368 2960          u8 pad; /* end spacing to ensure length is mult. of dword */
2369 2961          u16 pad2; /* end spacing to ensure length is mult. of dword2 */
2370 2962  };
2371 2963  
     2964 +/* These need to be dword aligned */
     2965 +struct ixgbe_hic_read_shadow_ram {
     2966 +        union ixgbe_hic_hdr2 hdr;
     2967 +        u32 address;
     2968 +        u16 length;
     2969 +        u16 pad2;
     2970 +        u16 data;
     2971 +        u16 pad3;
     2972 +};
     2973 +
     2974 +struct ixgbe_hic_write_shadow_ram {
     2975 +        union ixgbe_hic_hdr2 hdr;
     2976 +        u32 address;
     2977 +        u16 length;
     2978 +        u16 pad2;
     2979 +        u16 data;
     2980 +        u16 pad3;
     2981 +};
     2982 +
     2983 +struct ixgbe_hic_disable_rxen {
     2984 +        struct ixgbe_hic_hdr hdr;
     2985 +        u8  port_number;
     2986 +        u8  pad2;
     2987 +        u16 pad3;
     2988 +};
     2989 +
     2990 +struct ixgbe_hic_internal_phy_req {
     2991 +        struct ixgbe_hic_hdr hdr;
     2992 +        u8 port_number;
     2993 +        u8 command_type;
     2994 +        u16 address;
     2995 +        u16 rsv1;
     2996 +        u32 write_data;
     2997 +        u16 pad;
     2998 +};
     2999 +
     3000 +struct ixgbe_hic_internal_phy_resp {
     3001 +        struct ixgbe_hic_hdr hdr;
     3002 +        u32 read_data;
     3003 +};
     3004 +
     3005 +
2372 3006  /* Transmit Descriptor - Legacy */
2373 3007  struct ixgbe_legacy_tx_desc {
2374 3008          u64 buffer_addr; /* Address of the descriptor's data buffer */
2375 3009          union {
2376 3010                  __le32 data;
2377 3011                  struct {
2378 3012                          __le16 length; /* Data buffer length */
2379 3013                          u8 cso; /* Checksum offset */
2380 3014                          u8 cmd; /* Descriptor control */
2381 3015                  } flags;
↓ open down ↓ 121 lines elided ↑ open up ↑
2503 3137  #define IXGBE_ADVTXD_FCOEF_PARINC       ((1 << 3) << 10) /* Rel_Off in F_CTL */
2504 3138  #define IXGBE_ADVTXD_FCOEF_ORIE         ((1 << 4) << 10) /* Orientation End */
2505 3139  #define IXGBE_ADVTXD_FCOEF_ORIS         ((1 << 5) << 10) /* Orientation Start */
2506 3140  #define IXGBE_ADVTXD_FCOEF_EOF_N        (0x0 << 10) /* 00: EOFn */
2507 3141  #define IXGBE_ADVTXD_FCOEF_EOF_T        (0x1 << 10) /* 01: EOFt */
2508 3142  #define IXGBE_ADVTXD_FCOEF_EOF_NI       (0x2 << 10) /* 10: EOFni */
2509 3143  #define IXGBE_ADVTXD_FCOEF_EOF_A        (0x3 << 10) /* 11: EOFa */
2510 3144  #define IXGBE_ADVTXD_L4LEN_SHIFT        8  /* Adv ctxt L4LEN shift */
2511 3145  #define IXGBE_ADVTXD_MSS_SHIFT          16  /* Adv ctxt MSS shift */
2512 3146  
     3147 +#define IXGBE_ADVTXD_OUTER_IPLEN        16 /* Adv ctxt OUTERIPLEN shift */
     3148 +#define IXGBE_ADVTXD_TUNNEL_LEN         24 /* Adv ctxt TUNNELLEN shift */
     3149 +#define IXGBE_ADVTXD_TUNNEL_TYPE_SHIFT  16 /* Adv Tx Desc Tunnel Type shift */
     3150 +#define IXGBE_ADVTXD_OUTERIPCS_SHIFT    17 /* Adv Tx Desc OUTERIPCS Shift */
     3151 +#define IXGBE_ADVTXD_TUNNEL_TYPE_NVGRE  1  /* Adv Tx Desc Tunnel Type NVGRE */
     3152 +
2513 3153  /* Autonegotiation advertised speeds */
2514 3154  typedef u32 ixgbe_autoneg_advertised;
2515 3155  /* Link speed */
2516 3156  typedef u32 ixgbe_link_speed;
2517 3157  #define IXGBE_LINK_SPEED_UNKNOWN        0
2518 3158  #define IXGBE_LINK_SPEED_100_FULL       0x0008
2519 3159  #define IXGBE_LINK_SPEED_1GB_FULL       0x0020
     3160 +#define IXGBE_LINK_SPEED_2_5GB_FULL     0x0400
     3161 +#define IXGBE_LINK_SPEED_5GB_FULL       0x0800
2520 3162  #define IXGBE_LINK_SPEED_10GB_FULL      0x0080
2521 3163  #define IXGBE_LINK_SPEED_82598_AUTONEG  (IXGBE_LINK_SPEED_1GB_FULL | \
2522 3164                                           IXGBE_LINK_SPEED_10GB_FULL)
2523 3165  #define IXGBE_LINK_SPEED_82599_AUTONEG  (IXGBE_LINK_SPEED_100_FULL | \
2524 3166                                           IXGBE_LINK_SPEED_1GB_FULL | \
2525 3167                                           IXGBE_LINK_SPEED_10GB_FULL)
2526 3168  
2527      -
2528 3169  /* Physical layer type */
2529 3170  typedef u32 ixgbe_physical_layer;
2530 3171  #define IXGBE_PHYSICAL_LAYER_UNKNOWN            0
2531 3172  #define IXGBE_PHYSICAL_LAYER_10GBASE_T          0x0001
2532 3173  #define IXGBE_PHYSICAL_LAYER_1000BASE_T         0x0002
2533 3174  #define IXGBE_PHYSICAL_LAYER_100BASE_TX         0x0004
2534 3175  #define IXGBE_PHYSICAL_LAYER_SFP_PLUS_CU        0x0008
2535 3176  #define IXGBE_PHYSICAL_LAYER_10GBASE_LR         0x0010
2536 3177  #define IXGBE_PHYSICAL_LAYER_10GBASE_LRM        0x0020
2537 3178  #define IXGBE_PHYSICAL_LAYER_10GBASE_SR         0x0040
↓ open down ↓ 72 lines elided ↑ open up ↑
2610 3251  #define IXGBE_ATR_BUCKET_HASH_KEY       0x3DAD14E2
2611 3252  #define IXGBE_ATR_SIGNATURE_HASH_KEY    0x174D3614
2612 3253  
2613 3254  /* Software ATR input stream values and masks */
2614 3255  #define IXGBE_ATR_HASH_MASK             0x7fff
2615 3256  #define IXGBE_ATR_L4TYPE_MASK           0x3
2616 3257  #define IXGBE_ATR_L4TYPE_UDP            0x1
2617 3258  #define IXGBE_ATR_L4TYPE_TCP            0x2
2618 3259  #define IXGBE_ATR_L4TYPE_SCTP           0x3
2619 3260  #define IXGBE_ATR_L4TYPE_IPV6_MASK      0x4
     3261 +#define IXGBE_ATR_L4TYPE_TUNNEL_MASK    0x10
2620 3262  enum ixgbe_atr_flow_type {
2621 3263          IXGBE_ATR_FLOW_TYPE_IPV4        = 0x0,
2622 3264          IXGBE_ATR_FLOW_TYPE_UDPV4       = 0x1,
2623 3265          IXGBE_ATR_FLOW_TYPE_TCPV4       = 0x2,
2624 3266          IXGBE_ATR_FLOW_TYPE_SCTPV4      = 0x3,
2625 3267          IXGBE_ATR_FLOW_TYPE_IPV6        = 0x4,
2626 3268          IXGBE_ATR_FLOW_TYPE_UDPV6       = 0x5,
2627 3269          IXGBE_ATR_FLOW_TYPE_TCPV6       = 0x6,
2628 3270          IXGBE_ATR_FLOW_TYPE_SCTPV6      = 0x7,
     3271 +        IXGBE_ATR_FLOW_TYPE_TUNNELED_IPV4       = 0x10,
     3272 +        IXGBE_ATR_FLOW_TYPE_TUNNELED_UDPV4      = 0x11,
     3273 +        IXGBE_ATR_FLOW_TYPE_TUNNELED_TCPV4      = 0x12,
     3274 +        IXGBE_ATR_FLOW_TYPE_TUNNELED_SCTPV4     = 0x13,
     3275 +        IXGBE_ATR_FLOW_TYPE_TUNNELED_IPV6       = 0x14,
     3276 +        IXGBE_ATR_FLOW_TYPE_TUNNELED_UDPV6      = 0x15,
     3277 +        IXGBE_ATR_FLOW_TYPE_TUNNELED_TCPV6      = 0x16,
     3278 +        IXGBE_ATR_FLOW_TYPE_TUNNELED_SCTPV6     = 0x17,
2629 3279  };
2630 3280  
2631 3281  /* Flow Director ATR input struct. */
2632 3282  union ixgbe_atr_input {
2633 3283          /*
2634 3284           * Byte layout in order, all values with MSB first:
2635 3285           *
2636 3286           * vm_pool      - 1 byte
2637 3287           * flow_type    - 1 byte
2638 3288           * vlan_id      - 2 bytes
2639 3289           * src_ip       - 16 bytes
     3290 +         * inner_mac    - 6 bytes
     3291 +         * cloud_mode   - 2 bytes
     3292 +         * tni_vni      - 4 bytes
2640 3293           * dst_ip       - 16 bytes
2641 3294           * src_port     - 2 bytes
2642 3295           * dst_port     - 2 bytes
2643 3296           * flex_bytes   - 2 bytes
2644 3297           * bkt_hash     - 2 bytes
2645 3298           */
2646 3299          struct {
2647 3300                  u8 vm_pool;
2648 3301                  u8 flow_type;
2649 3302                  __be16 vlan_id;
2650 3303                  __be32 dst_ip[4];
2651 3304                  __be32 src_ip[4];
     3305 +                u8 inner_mac[6];
     3306 +                __be16 tunnel_type;
     3307 +                __be32 tni_vni;
2652 3308                  __be16 src_port;
2653 3309                  __be16 dst_port;
2654 3310                  __be16 flex_bytes;
2655 3311                  __be16 bkt_hash;
2656 3312          } formatted;
2657      -        __be32 dword_stream[11];
     3313 +        __be32 dword_stream[14];
2658 3314  };
2659 3315  
2660 3316  /* Flow Director compressed ATR hash input struct */
2661 3317  union ixgbe_atr_hash_dword {
2662 3318          struct {
2663 3319                  u8 vm_pool;
2664 3320                  u8 flow_type;
2665 3321                  __be16 vlan_id;
2666 3322          } formatted;
2667 3323          __be32 ip;
2668 3324          struct {
2669 3325                  __be16 src;
2670 3326                  __be16 dst;
2671 3327          } port;
2672 3328          __be16 flex_bytes;
2673 3329          __be32 dword;
2674 3330  };
2675 3331  
2676 3332  
     3333 +#define IXGBE_MVALS_INIT(m)     \
     3334 +        IXGBE_CAT(EEC, m),              \
     3335 +        IXGBE_CAT(FLA, m),              \
     3336 +        IXGBE_CAT(GRC, m),              \
     3337 +        IXGBE_CAT(SRAMREL, m),          \
     3338 +        IXGBE_CAT(FACTPS, m),           \
     3339 +        IXGBE_CAT(SWSM, m),             \
     3340 +        IXGBE_CAT(SWFW_SYNC, m),        \
     3341 +        IXGBE_CAT(FWSM, m),             \
     3342 +        IXGBE_CAT(SDP0_GPIEN, m),       \
     3343 +        IXGBE_CAT(SDP1_GPIEN, m),       \
     3344 +        IXGBE_CAT(SDP2_GPIEN, m),       \
     3345 +        IXGBE_CAT(EICR_GPI_SDP0, m),    \
     3346 +        IXGBE_CAT(EICR_GPI_SDP1, m),    \
     3347 +        IXGBE_CAT(EICR_GPI_SDP2, m),    \
     3348 +        IXGBE_CAT(CIAA, m),             \
     3349 +        IXGBE_CAT(CIAD, m),             \
     3350 +        IXGBE_CAT(I2C_CLK_IN, m),       \
     3351 +        IXGBE_CAT(I2C_CLK_OUT, m),      \
     3352 +        IXGBE_CAT(I2C_DATA_IN, m),      \
     3353 +        IXGBE_CAT(I2C_DATA_OUT, m),     \
     3354 +        IXGBE_CAT(I2C_DATA_OE_N_EN, m), \
     3355 +        IXGBE_CAT(I2C_BB_EN, m),        \
     3356 +        IXGBE_CAT(I2C_CLK_OE_N_EN, m),  \
     3357 +        IXGBE_CAT(I2CCTL, m)
     3358 +
     3359 +enum ixgbe_mvals {
     3360 +        IXGBE_MVALS_INIT(_IDX),
     3361 +        IXGBE_MVALS_IDX_LIMIT
     3362 +};
     3363 +
2677 3364  /*
2678 3365   * Unavailable: The FCoE Boot Option ROM is not present in the flash.
2679 3366   * Disabled: Present; boot order is not set for any targets on the port.
2680 3367   * Enabled: Present; boot order is set for at least one target on the port.
2681 3368   */
2682 3369  enum ixgbe_fcoe_boot_status {
2683 3370          ixgbe_fcoe_bootstatus_disabled = 0,
2684 3371          ixgbe_fcoe_bootstatus_enabled = 1,
2685 3372          ixgbe_fcoe_bootstatus_unavailable = 0xFFFF
2686 3373  };
↓ open down ↓ 5 lines elided ↑ open up ↑
2692 3379          ixgbe_eeprom_none /* No NVM support */
2693 3380  };
2694 3381  
2695 3382  enum ixgbe_mac_type {
2696 3383          ixgbe_mac_unknown = 0,
2697 3384          ixgbe_mac_82598EB,
2698 3385          ixgbe_mac_82599EB,
2699 3386          ixgbe_mac_82599_vf,
2700 3387          ixgbe_mac_X540,
2701 3388          ixgbe_mac_X540_vf,
     3389 +        ixgbe_mac_X550,
     3390 +        ixgbe_mac_X550EM_x,
     3391 +        ixgbe_mac_X550_vf,
     3392 +        ixgbe_mac_X550EM_x_vf,
2702 3393          ixgbe_num_macs
2703 3394  };
2704 3395  
2705 3396  enum ixgbe_phy_type {
2706 3397          ixgbe_phy_unknown = 0,
2707 3398          ixgbe_phy_none,
2708 3399          ixgbe_phy_tn,
2709 3400          ixgbe_phy_aq,
     3401 +        ixgbe_phy_x550em_kr,
     3402 +        ixgbe_phy_x550em_kx4,
     3403 +        ixgbe_phy_x550em_ext_t,
2710 3404          ixgbe_phy_cu_unknown,
2711 3405          ixgbe_phy_qt,
2712 3406          ixgbe_phy_xaui,
2713 3407          ixgbe_phy_nl,
2714 3408          ixgbe_phy_sfp_passive_tyco,
2715 3409          ixgbe_phy_sfp_passive_unknown,
2716 3410          ixgbe_phy_sfp_active_unknown,
2717 3411          ixgbe_phy_sfp_avago,
2718 3412          ixgbe_phy_sfp_ftl,
2719 3413          ixgbe_phy_sfp_ftl_active,
2720 3414          ixgbe_phy_sfp_unknown,
2721 3415          ixgbe_phy_sfp_intel,
     3416 +        ixgbe_phy_qsfp_passive_unknown,
     3417 +        ixgbe_phy_qsfp_active_unknown,
     3418 +        ixgbe_phy_qsfp_intel,
     3419 +        ixgbe_phy_qsfp_unknown,
2722 3420          ixgbe_phy_sfp_unsupported, /*Enforce bit set with unsupported module*/
2723 3421          ixgbe_phy_generic
2724 3422  };
2725 3423  
2726 3424  /*
2727 3425   * SFP+ module type IDs:
2728 3426   *
2729 3427   * ID   Module Type
2730 3428   * =============
2731 3429   * 0    SFP_DA_CU
↓ open down ↓ 20 lines elided ↑ open up ↑
2752 3450          ixgbe_sfp_type_1g_sx_core1 = 12,
2753 3451          ixgbe_sfp_type_1g_lx_core0 = 13,
2754 3452          ixgbe_sfp_type_1g_lx_core1 = 14,
2755 3453          ixgbe_sfp_type_not_present = 0xFFFE,
2756 3454          ixgbe_sfp_type_unknown = 0xFFFF
2757 3455  };
2758 3456  
2759 3457  enum ixgbe_media_type {
2760 3458          ixgbe_media_type_unknown = 0,
2761 3459          ixgbe_media_type_fiber,
     3460 +        ixgbe_media_type_fiber_fixed,
     3461 +        ixgbe_media_type_fiber_qsfp,
2762 3462          ixgbe_media_type_copper,
2763 3463          ixgbe_media_type_backplane,
2764 3464          ixgbe_media_type_cx4,
2765 3465          ixgbe_media_type_virtual
2766 3466  };
2767 3467  
2768 3468  /* Flow Control Settings */
2769 3469  enum ixgbe_fc_mode {
2770 3470          ixgbe_fc_none = 0,
2771 3471          ixgbe_fc_rx_pause,
↓ open down ↓ 9 lines elided ↑ open up ↑
2781 3481          ixgbe_smart_speed_on,
2782 3482          ixgbe_smart_speed_off
2783 3483  };
2784 3484  
2785 3485  /* PCI bus types */
2786 3486  enum ixgbe_bus_type {
2787 3487          ixgbe_bus_type_unknown = 0,
2788 3488          ixgbe_bus_type_pci,
2789 3489          ixgbe_bus_type_pcix,
2790 3490          ixgbe_bus_type_pci_express,
     3491 +        ixgbe_bus_type_internal,
2791 3492          ixgbe_bus_type_reserved
2792 3493  };
2793 3494  
2794 3495  /* PCI bus speeds */
2795 3496  enum ixgbe_bus_speed {
2796 3497          ixgbe_bus_speed_unknown = 0,
2797 3498          ixgbe_bus_speed_33      = 33,
2798 3499          ixgbe_bus_speed_66      = 66,
2799 3500          ixgbe_bus_speed_100     = 100,
2800 3501          ixgbe_bus_speed_120     = 120,
↓ open down ↓ 136 lines elided ↑ open up ↑
2937 3638  
2938 3639  /* Function pointer table */
2939 3640  struct ixgbe_eeprom_operations {
2940 3641          s32 (*init_params)(struct ixgbe_hw *);
2941 3642          s32 (*read)(struct ixgbe_hw *, u16, u16 *);
2942 3643          s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
2943 3644          s32 (*write)(struct ixgbe_hw *, u16, u16);
2944 3645          s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *);
2945 3646          s32 (*validate_checksum)(struct ixgbe_hw *, u16 *);
2946 3647          s32 (*update_checksum)(struct ixgbe_hw *);
2947      -        u16 (*calc_checksum)(struct ixgbe_hw *);
     3648 +        s32 (*calc_checksum)(struct ixgbe_hw *);
2948 3649  };
2949 3650  
2950 3651  struct ixgbe_mac_operations {
2951 3652          s32 (*init_hw)(struct ixgbe_hw *);
2952 3653          s32 (*reset_hw)(struct ixgbe_hw *);
2953 3654          s32 (*start_hw)(struct ixgbe_hw *);
2954 3655          s32 (*clear_hw_cntrs)(struct ixgbe_hw *);
2955 3656          void (*enable_relaxed_ordering)(struct ixgbe_hw *);
2956 3657          enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *);
2957 3658          u32 (*get_supported_physical_layer)(struct ixgbe_hw *);
↓ open down ↓ 5 lines elided ↑ open up ↑
2963 3664          s32 (*get_fcoe_boot_status)(struct ixgbe_hw *, u16 *);
2964 3665          s32 (*stop_adapter)(struct ixgbe_hw *);
2965 3666          s32 (*get_bus_info)(struct ixgbe_hw *);
2966 3667          void (*set_lan_id)(struct ixgbe_hw *);
2967 3668          s32 (*read_analog_reg8)(struct ixgbe_hw*, u32, u8*);
2968 3669          s32 (*write_analog_reg8)(struct ixgbe_hw*, u32, u8);
2969 3670          s32 (*setup_sfp)(struct ixgbe_hw *);
2970 3671          s32 (*enable_rx_dma)(struct ixgbe_hw *, u32);
2971 3672          s32 (*disable_sec_rx_path)(struct ixgbe_hw *);
2972 3673          s32 (*enable_sec_rx_path)(struct ixgbe_hw *);
2973      -        s32 (*acquire_swfw_sync)(struct ixgbe_hw *, u16);
2974      -        void (*release_swfw_sync)(struct ixgbe_hw *, u16);
     3674 +        s32 (*acquire_swfw_sync)(struct ixgbe_hw *, u32);
     3675 +        void (*release_swfw_sync)(struct ixgbe_hw *, u32);
     3676 +        s32 (*prot_autoc_read)(struct ixgbe_hw *, bool *, u32 *);
     3677 +        s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool);
2975 3678  
2976 3679          /* Link */
2977 3680          void (*disable_tx_laser)(struct ixgbe_hw *);
2978 3681          void (*enable_tx_laser)(struct ixgbe_hw *);
2979 3682          void (*flap_tx_laser)(struct ixgbe_hw *);
2980      -        s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool);
     3683 +        s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
     3684 +        s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool);
2981 3685          s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool);
2982 3686          s32 (*get_link_capabilities)(struct ixgbe_hw *, ixgbe_link_speed *,
2983 3687                                       bool *);
     3688 +        void (*set_rate_select_speed)(struct ixgbe_hw *, ixgbe_link_speed);
2984 3689  
2985 3690          /* Packet Buffer manipulation */
2986 3691          void (*setup_rxpba)(struct ixgbe_hw *, int, u32, int);
2987 3692  
2988 3693          /* LED */
2989 3694          s32 (*led_on)(struct ixgbe_hw *, u32);
2990 3695          s32 (*led_off)(struct ixgbe_hw *, u32);
2991 3696          s32 (*blink_led_start)(struct ixgbe_hw *, u32);
2992 3697          s32 (*blink_led_stop)(struct ixgbe_hw *, u32);
2993 3698  
↓ open down ↓ 14 lines elided ↑ open up ↑
3008 3713          s32 (*disable_mc)(struct ixgbe_hw *);
3009 3714          s32 (*clear_vfta)(struct ixgbe_hw *);
3010 3715          s32 (*set_vfta)(struct ixgbe_hw *, u32, u32, bool);
3011 3716          s32 (*set_vlvf)(struct ixgbe_hw *, u32, u32, bool, bool *);
3012 3717          s32 (*init_uta_tables)(struct ixgbe_hw *);
3013 3718          void (*set_mac_anti_spoofing)(struct ixgbe_hw *, bool, int);
3014 3719          void (*set_vlan_anti_spoofing)(struct ixgbe_hw *, bool, int);
3015 3720  
3016 3721          /* Flow Control */
3017 3722          s32 (*fc_enable)(struct ixgbe_hw *);
     3723 +        s32 (*setup_fc)(struct ixgbe_hw *);
3018 3724  
3019 3725          /* Manageability interface */
3020 3726          s32 (*set_fw_drv_ver)(struct ixgbe_hw *, u8, u8, u8, u8);
     3727 +        void (*get_rtrup2tc)(struct ixgbe_hw *hw, u8 *map);
     3728 +        void (*disable_rx)(struct ixgbe_hw *hw);
     3729 +        void (*enable_rx)(struct ixgbe_hw *hw);
     3730 +        void (*set_source_address_pruning)(struct ixgbe_hw *, bool,
     3731 +                                           unsigned int);
     3732 +        void (*set_ethertype_anti_spoofing)(struct ixgbe_hw *, bool, int);
     3733 +        s32 (*dmac_update_tcs)(struct ixgbe_hw *hw);
     3734 +        s32 (*dmac_config_tcs)(struct ixgbe_hw *hw);
     3735 +        s32 (*dmac_config)(struct ixgbe_hw *hw);
     3736 +        s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);
     3737 +        s32 (*read_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32 *);
     3738 +        s32 (*write_iosf_sb_reg)(struct ixgbe_hw *, u32, u32, u32);
     3739 +        void (*disable_mdd)(struct ixgbe_hw *hw);
     3740 +        void (*enable_mdd)(struct ixgbe_hw *hw);
     3741 +        void (*mdd_event)(struct ixgbe_hw *hw, u32 *vf_bitmap);
     3742 +        void (*restore_mdd_vf)(struct ixgbe_hw *hw, u32 vf);
3021 3743  };
3022 3744  
3023 3745  struct ixgbe_phy_operations {
3024 3746          s32 (*identify)(struct ixgbe_hw *);
3025 3747          s32 (*identify_sfp)(struct ixgbe_hw *);
3026 3748          s32 (*init)(struct ixgbe_hw *);
3027 3749          s32 (*reset)(struct ixgbe_hw *);
3028 3750          s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
3029 3751          s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
     3752 +        s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
     3753 +        s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
3030 3754          s32 (*setup_link)(struct ixgbe_hw *);
3031      -        s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool,
3032      -                                bool);
     3755 +        s32 (*setup_internal_link)(struct ixgbe_hw *);
     3756 +        s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool);
3033 3757          s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
3034 3758          s32 (*get_firmware_version)(struct ixgbe_hw *, u16 *);
3035 3759          s32 (*read_i2c_byte)(struct ixgbe_hw *, u8, u8, u8 *);
3036 3760          s32 (*write_i2c_byte)(struct ixgbe_hw *, u8, u8, u8);
     3761 +        s32 (*read_i2c_sff8472)(struct ixgbe_hw *, u8 , u8 *);
3037 3762          s32 (*read_i2c_eeprom)(struct ixgbe_hw *, u8 , u8 *);
3038 3763          s32 (*write_i2c_eeprom)(struct ixgbe_hw *, u8, u8);
3039 3764          void (*i2c_bus_clear)(struct ixgbe_hw *);
     3765 +        s32 (*read_i2c_combined)(struct ixgbe_hw *, u8 addr, u16 reg, u16 *val);
     3766 +        s32 (*write_i2c_combined)(struct ixgbe_hw *, u8 addr, u16 reg, u16 val);
3040 3767          s32 (*check_overtemp)(struct ixgbe_hw *);
     3768 +        s32 (*set_phy_power)(struct ixgbe_hw *, bool on);
     3769 +        s32 (*enter_lplu)(struct ixgbe_hw *);
     3770 +        s32 (*handle_lasi)(struct ixgbe_hw *hw);
     3771 +        s32 (*read_i2c_combined_unlocked)(struct ixgbe_hw *, u8 addr, u16 reg,
     3772 +                                          u16 *value);
     3773 +        s32 (*write_i2c_combined_unlocked)(struct ixgbe_hw *, u8 addr, u16 reg,
     3774 +                                          u16 value);
     3775 +        s32 (*read_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
     3776 +                                      u8 *value);
     3777 +        s32 (*write_i2c_byte_unlocked)(struct ixgbe_hw *, u8 offset, u8 addr,
     3778 +                                       u8 value);
3041 3779  };
3042 3780  
3043 3781  struct ixgbe_eeprom_info {
3044 3782          struct ixgbe_eeprom_operations ops;
3045 3783          enum ixgbe_eeprom_type type;
3046 3784          u32 semaphore_delay;
3047 3785          u16 word_size;
3048 3786          u16 address_bits;
3049 3787          u16 word_page_size;
     3788 +        u16 ctrl_word_3;
3050 3789  };
3051 3790  
3052 3791  #define IXGBE_FLAGS_DOUBLE_RESET_REQUIRED       0x01
3053 3792  struct ixgbe_mac_info {
3054 3793          struct ixgbe_mac_operations ops;
3055 3794          enum ixgbe_mac_type type;
3056 3795          u8 addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
3057 3796          u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
3058 3797          u8 san_addr[IXGBE_ETH_LENGTH_OF_ADDRESS];
3059 3798          /* prefix for World Wide Node Name (WWNN) */
↓ open down ↓ 5 lines elided ↑ open up ↑
3065 3804          s32 mc_filter_type;
3066 3805          u32 mcft_size;
3067 3806          u32 vft_size;
3068 3807          u32 num_rar_entries;
3069 3808          u32 rar_highwater;
3070 3809          u32 rx_pb_size;
3071 3810          u32 max_tx_queues;
3072 3811          u32 max_rx_queues;
3073 3812          u32 orig_autoc;
3074 3813          u8  san_mac_rar_index;
     3814 +        bool get_link_status;
3075 3815          u32 orig_autoc2;
3076 3816          u16 max_msix_vectors;
3077 3817          bool arc_subsystem_valid;
3078 3818          bool orig_link_settings_stored;
3079 3819          bool autotry_restart;
3080 3820          u8 flags;
     3821 +        struct ixgbe_dmac_config dmac_config;
     3822 +        bool set_lben;
     3823 +        u32  max_link_up_time;
3081 3824  };
3082 3825  
3083 3826  struct ixgbe_phy_info {
3084 3827          struct ixgbe_phy_operations ops;
3085 3828          enum ixgbe_phy_type type;
3086 3829          u32 addr;
3087 3830          u32 id;
3088 3831          enum ixgbe_sfp_type sfp_type;
3089 3832          bool sfp_setup_needed;
3090 3833          u32 revision;
3091 3834          enum ixgbe_media_type media_type;
     3835 +        u32 phy_semaphore_mask;
3092 3836          bool reset_disable;
3093 3837          ixgbe_autoneg_advertised autoneg_advertised;
     3838 +        ixgbe_link_speed speeds_supported;
3094 3839          enum ixgbe_smart_speed smart_speed;
3095 3840          bool smart_speed_active;
3096 3841          bool multispeed_fiber;
3097 3842          bool reset_if_overtemp;
     3843 +        bool qsfp_shared_i2c_bus;
     3844 +        u32 nw_mng_if_sel;
3098 3845  };
3099 3846  
3100 3847  #include "ixgbe_mbx.h"
3101 3848  
3102 3849  struct ixgbe_mbx_operations {
3103 3850          void (*init_params)(struct ixgbe_hw *hw);
3104 3851          s32  (*read)(struct ixgbe_hw *, u32 *, u16,  u16);
3105 3852          s32  (*write)(struct ixgbe_hw *, u32 *, u16, u16);
3106 3853          s32  (*read_posted)(struct ixgbe_hw *, u32 *, u16,  u16);
3107 3854          s32  (*write_posted)(struct ixgbe_hw *, u32 *, u16, u16);
↓ open down ↓ 14 lines elided ↑ open up ↑
3122 3869  struct ixgbe_mbx_info {
3123 3870          struct ixgbe_mbx_operations ops;
3124 3871          struct ixgbe_mbx_stats stats;
3125 3872          u32 timeout;
3126 3873          u32 usec_delay;
3127 3874          u32 v2p_mailbox;
3128 3875          u16 size;
3129 3876  };
3130 3877  
3131 3878  struct ixgbe_hw {
3132      -        u8 *hw_addr;
     3879 +        u8 IOMEM *hw_addr;
3133 3880          void *back;
3134 3881          struct ixgbe_mac_info mac;
3135 3882          struct ixgbe_addr_filter_info addr_ctrl;
3136 3883          struct ixgbe_fc_info fc;
3137 3884          struct ixgbe_phy_info phy;
3138 3885          struct ixgbe_eeprom_info eeprom;
3139 3886          struct ixgbe_bus_info bus;
3140 3887          struct ixgbe_mbx_info mbx;
     3888 +        const u32 *mvals;
3141 3889          u16 device_id;
3142 3890          u16 vendor_id;
3143 3891          u16 subsystem_device_id;
3144 3892          u16 subsystem_vendor_id;
3145 3893          u8 revision_id;
3146 3894          bool adapter_stopped;
     3895 +        int api_version;
3147 3896          bool force_full_reset;
3148 3897          bool allow_unsupported_sfp;
     3898 +        bool wol_enabled;
3149 3899  };
3150 3900  
3151 3901  #define ixgbe_call_func(hw, func, params, error) \
3152 3902                  (func != NULL) ? func params : error
3153 3903  
3154 3904  
3155 3905  /* Error Codes */
3156 3906  #define IXGBE_SUCCESS                           0
3157 3907  #define IXGBE_ERR_EEPROM                        -1
3158 3908  #define IXGBE_ERR_EEPROM_CHECKSUM               -2
↓ open down ↓ 21 lines elided ↑ open up ↑
3180 3930  #define IXGBE_ERR_EEPROM_VERSION                -24
3181 3931  #define IXGBE_ERR_NO_SPACE                      -25
3182 3932  #define IXGBE_ERR_OVERTEMP                      -26
3183 3933  #define IXGBE_ERR_FC_NOT_NEGOTIATED             -27
3184 3934  #define IXGBE_ERR_FC_NOT_SUPPORTED              -28
3185 3935  #define IXGBE_ERR_SFP_SETUP_NOT_COMPLETE        -30
3186 3936  #define IXGBE_ERR_PBA_SECTION                   -31
3187 3937  #define IXGBE_ERR_INVALID_ARGUMENT              -32
3188 3938  #define IXGBE_ERR_HOST_INTERFACE_COMMAND        -33
3189 3939  #define IXGBE_ERR_OUT_OF_MEM                    -34
     3940 +#define IXGBE_ERR_FEATURE_NOT_SUPPORTED         -36
     3941 +#define IXGBE_ERR_EEPROM_PROTECTED_REGION       -37
     3942 +#define IXGBE_ERR_FDIR_CMD_INCOMPLETE           -38
3190 3943  
3191 3944  #define IXGBE_NOT_IMPLEMENTED                   0x7FFFFFFF
3192 3945  
3193 3946  
     3947 +#define IXGBE_FUSES0_GROUP(_i)          (0x11158 + ((_i) * 4))
     3948 +#define IXGBE_FUSES0_300MHZ             (1 << 5)
     3949 +#define IXGBE_FUSES0_REV1               (1 << 6)
     3950 +
     3951 +#define IXGBE_KRM_PORT_CAR_GEN_CTRL(P)  ((P) ? 0x8010 : 0x4010)
     3952 +#define IXGBE_KRM_LINK_CTRL_1(P)        ((P) ? 0x820C : 0x420C)
     3953 +#define IXGBE_KRM_AN_CNTL_1(P)          ((P) ? 0x822C : 0x422C)
     3954 +#define IXGBE_KRM_DSP_TXFFE_STATE_4(P)  ((P) ? 0x8634 : 0x4634)
     3955 +#define IXGBE_KRM_DSP_TXFFE_STATE_5(P)  ((P) ? 0x8638 : 0x4638)
     3956 +#define IXGBE_KRM_RX_TRN_LINKUP_CTRL(P) ((P) ? 0x8B00 : 0x4B00)
     3957 +#define IXGBE_KRM_PMD_DFX_BURNIN(P)     ((P) ? 0x8E00 : 0x4E00)
     3958 +#define IXGBE_KRM_TX_COEFF_CTRL_1(P)    ((P) ? 0x9520 : 0x5520)
     3959 +#define IXGBE_KRM_RX_ANA_CTL(P)         ((P) ? 0x9A00 : 0x5A00)
     3960 +
     3961 +#define IXGBE_KRM_PORT_CAR_GEN_CTRL_NELB_32B            (1 << 9)
     3962 +#define IXGBE_KRM_PORT_CAR_GEN_CTRL_NELB_KRPCS          (1 << 11)
     3963 +
     3964 +#define IXGBE_KRM_LINK_CTRL_1_TETH_FORCE_SPEED_MASK     (0x7 << 8)
     3965 +#define IXGBE_KRM_LINK_CTRL_1_TETH_FORCE_SPEED_1G       (2 << 8)
     3966 +#define IXGBE_KRM_LINK_CTRL_1_TETH_FORCE_SPEED_10G      (4 << 8)
     3967 +#define IXGBE_KRM_LINK_CTRL_1_TETH_AN_FEC_REQ           (1 << 14)
     3968 +#define IXGBE_KRM_LINK_CTRL_1_TETH_AN_CAP_FEC           (1 << 15)
     3969 +#define IXGBE_KRM_LINK_CTRL_1_TETH_AN_CAP_KX            (1 << 16)
     3970 +#define IXGBE_KRM_LINK_CTRL_1_TETH_AN_CAP_KR            (1 << 18)
     3971 +#define IXGBE_KRM_LINK_CTRL_1_TETH_EEE_CAP_KX           (1 << 24)
     3972 +#define IXGBE_KRM_LINK_CTRL_1_TETH_EEE_CAP_KR           (1 << 26)
     3973 +#define IXGBE_KRM_LINK_CTRL_1_TETH_AN_ENABLE            (1 << 29)
     3974 +#define IXGBE_KRM_LINK_CTRL_1_TETH_AN_RESTART           (1 << 31)
     3975 +
     3976 +#define IXGBE_KRM_AN_CNTL_1_SYM_PAUSE                   (1 << 28)
     3977 +#define IXGBE_KRM_AN_CNTL_1_ASM_PAUSE                   (1 << 29)
     3978 +
     3979 +#define IXGBE_KRM_DSP_TXFFE_STATE_C0_EN                 (1 << 6)
     3980 +#define IXGBE_KRM_DSP_TXFFE_STATE_CP1_CN1_EN            (1 << 15)
     3981 +#define IXGBE_KRM_DSP_TXFFE_STATE_CO_ADAPT_EN           (1 << 16)
     3982 +
     3983 +#define IXGBE_KRM_RX_TRN_LINKUP_CTRL_CONV_WO_PROTOCOL   (1 << 4)
     3984 +#define IXGBE_KRM_RX_TRN_LINKUP_CTRL_PROTOCOL_BYPASS    (1 << 2)
     3985 +
     3986 +#define IXGBE_KRM_PMD_DFX_BURNIN_TX_RX_KR_LB_MASK       (0x3 << 16)
     3987 +
     3988 +#define IXGBE_KRM_TX_COEFF_CTRL_1_CMINUS1_OVRRD_EN      (1 << 1)
     3989 +#define IXGBE_KRM_TX_COEFF_CTRL_1_CPLUS1_OVRRD_EN       (1 << 2)
     3990 +#define IXGBE_KRM_TX_COEFF_CTRL_1_CZERO_EN              (1 << 3)
     3991 +#define IXGBE_KRM_TX_COEFF_CTRL_1_OVRRD_EN              (1 << 31)
     3992 +
     3993 +#define IXGBE_SB_IOSF_INDIRECT_CTRL     0x00011144
     3994 +#define IXGBE_SB_IOSF_INDIRECT_DATA     0x00011148
     3995 +
     3996 +#define IXGBE_SB_IOSF_CTRL_ADDR_SHIFT           0
     3997 +#define IXGBE_SB_IOSF_CTRL_ADDR_MASK            0xFF
     3998 +#define IXGBE_SB_IOSF_CTRL_RESP_STAT_SHIFT      18
     3999 +#define IXGBE_SB_IOSF_CTRL_RESP_STAT_MASK       \
     4000 +                                (0x3 << IXGBE_SB_IOSF_CTRL_RESP_STAT_SHIFT)
     4001 +#define IXGBE_SB_IOSF_CTRL_CMPL_ERR_SHIFT       20
     4002 +#define IXGBE_SB_IOSF_CTRL_CMPL_ERR_MASK        \
     4003 +                                (0xFF << IXGBE_SB_IOSF_CTRL_CMPL_ERR_SHIFT)
     4004 +#define IXGBE_SB_IOSF_CTRL_TARGET_SELECT_SHIFT  28
     4005 +#define IXGBE_SB_IOSF_CTRL_TARGET_SELECT_MASK   0x7
     4006 +#define IXGBE_SB_IOSF_CTRL_BUSY_SHIFT           31
     4007 +#define IXGBE_SB_IOSF_CTRL_BUSY         (1 << IXGBE_SB_IOSF_CTRL_BUSY_SHIFT)
     4008 +#define IXGBE_SB_IOSF_TARGET_KR_PHY     0
     4009 +
     4010 +#define IXGBE_NW_MNG_IF_SEL             0x00011178
     4011 +#define IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE (1 << 24)
     4012 +
3194 4013  #endif /* _IXGBE_TYPE_H_ */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX