Searched refs:PHY_AUTONEG_ADV (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | igc_phy.c | 298 ret_val = phy->ops.read_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in igc_phy_setup_autoneg() 435 ret_val = phy->ops.write_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in igc_phy_setup_autoneg()
|
| D | igc_mac.c | 585 ret_val = hw->phy.ops.read_reg(hw, PHY_AUTONEG_ADV, in igc_config_fc_after_link_up_generic()
|
| D | igc_defines.h | 914 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
| D | if_em_hw.h | 2767 #define PHY_AUTONEG_ADV 0x04 /* Autoneg Advertisement */ macro
|
| D | if_em_hw.c | 3396 ret_val = em_read_phy_reg(hw, PHY_AUTONEG_ADV, &mii_autoneg_adv_reg); in em_phy_setup_autoneg() 3516 ret_val = em_write_phy_reg(hw, PHY_AUTONEG_ADV, mii_autoneg_adv_reg); in em_phy_setup_autoneg() 4077 ret_val = em_read_phy_reg(hw, PHY_AUTONEG_ADV, in em_config_fc_after_link_up()
|
| D | if_em.c | 1171 em_read_phy_reg(&sc->hw, PHY_AUTONEG_ADV, &ar); in em_flowstatus()
|