Searched refs:eec (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/uts/common/io/ixgbe/ |
| H A D | ixgbe_common.c | 44 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 45 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 70 u32 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_ops_generic() local 77 if (eec & (1 << 8)) in ixgbe_init_ops_generic() 557 u32 eec; in ixgbe_init_eeprom_params_generic() local 574 eec = IXGBE_READ_REG(hw, IXGBE_EEC); in ixgbe_init_eeprom_params_generic() 575 if (eec & IXGBE_EEC_PRES) { in ixgbe_init_eeprom_params_generic() 582 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_generic() 588 if (eec & IXGBE_EEC_ADDR_SIZE) in ixgbe_init_eeprom_params_generic() 814 u32 eec; in ixgbe_acquire_eeprom() local [all …]
|
| /onnv-gate/usr/src/uts/common/sys/scsi/impl/ |
| H A D | mode.h | 79 eec : 1, /* enable early correction */ member 89 eec : 1, /* enable early correction */ member
|
| /onnv-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
|
| /onnv-gate/usr/src/uts/common/sys/scsi/generic/ |
| H A D | dad_mode.h | 110 eec : 1, /* enable early correction */ member 120 eec : 1, /* enable early correction */ member
|
| /onnv-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,
|
| /onnv-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
|
| /onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
| H A D | tavor_ci.c | 1398 tavor_ci_free_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec) in tavor_ci_free_eec() argument 1420 tavor_ci_query_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec, in tavor_ci_query_eec() argument 1443 tavor_ci_modify_eec(ibc_hca_hdl_t hca, ibc_eec_hdl_t eec, in tavor_ci_modify_eec() argument
|