/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.c | 50 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 51 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 74 u32 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); in ixgbe_init_ops_generic() local 81 if (eec & IXGBE_EEC_PRES) { in ixgbe_init_ops_generic() 1255 u32 eec; in ixgbe_init_eeprom_params_generic() local 1272 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); in ixgbe_init_eeprom_params_generic() 1273 if (eec & IXGBE_EEC_PRES) { in ixgbe_init_eeprom_params_generic() 1280 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_generic() 1286 if (eec & IXGBE_EEC_ADDR_SIZE) in ixgbe_init_eeprom_params_generic() 1823 u32 eec; in ixgbe_acquire_eeprom() local [all …]
|
H A D | ixgbe_x540.c | 367 u32 eec; in ixgbe_init_eeprom_params_X540() local 376 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)); in ixgbe_init_eeprom_params_X540() 377 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X540()
|
H A D | ixgbe_x550.c | 1018 u32 eec; in ixgbe_init_eeprom_params_X550() local 1027 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_X550() 1028 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X550()
|
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | mode.h | 77 eec : 1, /* enable early correction */ member 87 eec : 1, /* enable early correction */ member
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_scsi.h | 109 eec : 1, /* enable early correction */ member 119 eec : 1, /* enable early correction */ member
|
/illumos-gate/usr/src/uts/common/sys/scsi/generic/ |
H A D | dad_mode.h | 108 eec : 1, /* enable early correction */ member 118 eec : 1, /* enable early correction */ member
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibci.h | 267 ibt_status_t (*ibc_free_eec)(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec); 268 ibt_status_t (*ibc_query_eec)(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec, 270 ibt_status_t (*ibc_modify_eec)(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec,
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_i210.c | 598 u32 eec = 0; in e1000_get_flash_presence_i210() local 603 eec = E1000_READ_REG(hw, E1000_EECD); in e1000_get_flash_presence_i210() 605 if (eec & E1000_EECD_FLASH_DETECTED_I210) in e1000_get_flash_presence_i210()
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_i225.c | 674 u32 eec = 0; in igc_get_flash_presence_i225() local 679 eec = IGC_READ_REG(hw, IGC_EECD); in igc_get_flash_presence_i225() 681 if (eec & IGC_EECD_FLASH_DETECTED_I225) in igc_get_flash_presence_i225()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ci.c | 1193 tavor_ci_free_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec) in tavor_ci_free_eec() argument 1212 tavor_ci_query_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec, in tavor_ci_query_eec() argument 1232 tavor_ci_modify_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec, in tavor_ci_modify_eec() argument
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ci.c | 1050 hermon_ci_free_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec) in hermon_ci_free_eec() argument 1068 hermon_ci_query_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec, in hermon_ci_query_eec() argument 1087 hermon_ci_modify_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec, in hermon_ci_modify_eec() argument
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 13881 1eec 0201 VSEC10232X Dual-port 100Gb/s Etherent PCIe 21189 1eec 0101 VSE-225-31S Dual-port 10Gb/25Gb Ethernet PCIe 27755 1eec Viscore Technologies Ltd 27757 1eec VSE250231S Dual-port 10Gb/25Gb Ethernet PCIe 29972 0eec Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers 31317 1eec 0102 VSE-225-41E Dual-port 10Gb/25Gb Etherent PCIe
|