Home
last modified time | relevance | path

Searched refs:PHY_AUTONEG_ADV (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c298 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in igc_phy_setup_autoneg()
440 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in igc_phy_setup_autoneg()
H A Digc_mac.c746 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igc_config_fc_after_link_up_generic()
H A Digc_defines.h915 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1903 if((ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV,
2015 if((ret_val = e1000_write_phy_reg(hw, PHY_AUTONEG_ADV,
2243 if((ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV,
H A De1000_hw.h1651 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1006 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
H A De1000_phy.c1483 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
1602 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in e1000_phy_setup_autoneg()
H A De1000_mac.c1407 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up_generic()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c591 (void) igc_read_phy_reg(&igc->igc_hw, PHY_AUTONEG_ADV, in igc_intr_lsc()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_e82545.c422 case PHY_AUTONEG_ADV: in e82545_read_mdi()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5110 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, &phy_an_adv); in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6393 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000g_get_phy_state()