Searched refs:eee (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/sparc64/sparc64/
H A Dtrap.c426 u_long eee; local
432 eee = ldxa(0, ASI_ESTATE_ERROR_EN_REG);
433 stxa_sync(0, ASI_ESTATE_ERROR_EN_REG, eee & ~(AA_ESTATE_NCEEN |
444 stxa_sync(0, ASI_ESTATE_ERROR_EN_REG, eee);
/freebsd-12-stable/share/vt/keymaps/
H A DMakefile59 nordic.asus-eee.kbd \
/freebsd-12-stable/crypto/openssh/regress/
H A Dcfginclude.sh57 Hostname eee
198 Hostname eee
/freebsd-12-stable/libexec/rc/rc.d/
H A Dsyscons122 eee_nordic) echo nordic.asus-eee;;
/freebsd-12-stable/contrib/bzip2/
H A Dbzlib.c894 #define BZ_SETERR(eee) \
896 if (bzerror != NULL) *bzerror = eee; \
897 if (bzf != NULL) bzf->lastErr = eee; \
/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe.h663 unsigned int eee; /* Energy Efficient Ethernet */ member in struct:xgbe_hw_features
H A Dxgbe-drv.c390 hw_feat->eee = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, EEESEL);
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c567 /* struct ethtool_eee *eee = &softc->eee; */
575 if (eee->tx_lpi_enabled)
579 eee_speeds = bnxt_get_fw_auto_link_speeds(eee->advertised);
581 req->tx_lpi_timer = htole32(eee->tx_lpi_timer);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h71 struct ecore_link_eee_params eee; member in struct:ecore_mcp_link_params
H A Decore_mcp.c1626 params->eee.enable) {
1628 if (params->eee.tx_lpi_enable)
1630 if (params->eee.adv_caps & ECORE_EEE_1G_ADV)
1632 if (params->eee.adv_caps & ECORE_EEE_10G_ADV)
1634 phy_cfg.eee_cfg |= (params->eee.tx_lpi_timer <<
H A Decore_dev.c5249 link->eee.enable = true;
5253 link->eee.enable = false;
5267 link->eee.tx_lpi_timer = p_caps->eee_lpi_timer;
5268 link->eee.tx_lpi_enable = link->eee.enable;
5269 link->eee.adv_caps = ECORE_EEE_1G_ADV | ECORE_EEE_10G_ADV;
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c750 /* eee active */
1657 caps->eee = AL_FALSE;
1667 caps->eee = AL_TRUE;
3474 al_dbg("[%s]: getting eee.\n", adapter->name);
3476 reg = al_reg_read32(&adapter->ec_regs_base->eee.cfg_e);
3479 params->tx_eee_timer = al_reg_read32(&adapter->ec_regs_base->eee.pre_cnt);
3480 params->min_interval = al_reg_read32(&adapter->ec_regs_base->eee.post_cnt);
3481 params->stop_cnt = al_reg_read32(&adapter->ec_regs_base->eee.stop_cnt);
3490 al_dbg("[%s]: config eee.\n", adapter->name);
3493 al_dbg("[%s]: disable eee
[all...]
H A Dal_hal_eth.h153 al_bool eee; /**< Energy Efficient Ethernet */ member in struct:al_eth_capabilities
1370 uint32_t tx_eee_timer; /**< time in cycles the interface delays prior to entering eee state */
1371 uint32_t min_interval; /**< minimum interval in cycles between two eee states */
1372 uint32_t stop_cnt; /**< time in cycles to stop Tx mac i/f after getting out of eee state */
1379 * @param params pointer to the eee input parameters.
1388 * @param params pointer to the eee output parameters.
H A Dal_hal_eth_ec_regs.h1016 struct al_ec_eee eee; /* [0x1000] */ member in struct:al_ec_regs
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp302 #define ENUM_TO_CSTR(eee) \
303 case FormatEntity::Entry::Type::eee: \
304 return #eee

Completed in 312 milliseconds