Searched refs:PHY_AUTONEG_ADV (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_phy.c | 298 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 D | igc_mac.c | 746 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igc_config_fc_after_link_up_generic()
|
H A D | igc_defines.h | 915 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 1903 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 D | e1000_hw.h | 1651 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_defines.h | 1006 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
H A D | e1000_phy.c | 1483 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 D | e1000_mac.c | 1407 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 D | igc.c | 591 (void) igc_read_phy_reg(&igc->igc_hw, PHY_AUTONEG_ADV, in igc_intr_lsc()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 422 case PHY_AUTONEG_ADV: in e82545_read_mdi()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 5110 (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 D | e1000g_main.c | 6393 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000g_get_phy_state()
|