diff options
author | Ganesh Goudar <ganeshgr@chelsio.com> | 2017-07-20 18:28:48 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-20 15:29:29 -0700 |
commit | 760446f967678e14ee1b6464ee1bb8562f299fa6 (patch) | |
tree | 056a96aa632da117da6d2a8ff5542e3865cc97f4 /drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h | |
parent | 04d8980b4a9ca178be1c703467f2ed4ac0800e90 (diff) | |
download | talos-obmc-linux-760446f967678e14ee1b6464ee1bb8562f299fa6.tar.gz talos-obmc-linux-760446f967678e14ee1b6464ee1bb8562f299fa6.zip |
cxgb4: display serial config and vpd versions
print the versions of vpd and serial configuration file,
flashed to adapter, and cleanup the relevant code.
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h b/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h index 0ebed64d62d3..ad825fbc21a5 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h @@ -1124,6 +1124,8 @@ enum fw_params_param_dev { FW_PARAMS_PARAM_DEV_MAXIRD_ADAPTER = 0x14, /* max supported adap IRD */ FW_PARAMS_PARAM_DEV_ULPTX_MEMWRITE_DSGL = 0x17, FW_PARAMS_PARAM_DEV_FWCACHE = 0x18, + FW_PARAMS_PARAM_DEV_SCFGREV = 0x1A, + FW_PARAMS_PARAM_DEV_VPDREV = 0x1B, FW_PARAMS_PARAM_DEV_RI_FR_NSMR_TPTE_WR = 0x1C, FW_PARAMS_PARAM_DEV_MPSBGMAP = 0x1E, }; |