Searched refs:mii_status_reg (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_mac.c | 708 u16 mii_status_reg, mii_nway_adv_reg, mii_nway_lp_ability_reg; in igc_config_fc_after_link_up_generic() local 728 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in igc_config_fc_after_link_up_generic() 731 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in igc_config_fc_after_link_up_generic() 735 if (!(mii_status_reg & MII_SR_AUTONEG_COMPLETE)) { in igc_config_fc_after_link_up_generic()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82543.c | 770 u16 mii_status_reg; in e1000_polarity_reversal_workaround_82543() local 802 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_polarity_reversal_workaround_82543() 806 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_polarity_reversal_workaround_82543() 810 if (!(mii_status_reg & ~MII_SR_LINK_STATUS)) in e1000_polarity_reversal_workaround_82543()
|
H A D | e1000_mac.c | 1356 u16 mii_status_reg, mii_nway_adv_reg, mii_nway_lp_ability_reg; in e1000_config_fc_after_link_up_generic() local 1389 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up_generic() 1392 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up_generic() 1396 if (!(mii_status_reg & MII_SR_AUTONEG_COMPLETE)) { in e1000_config_fc_after_link_up_generic()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 2201 uint16_t mii_status_reg; local 2231 if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg))) 2233 if((ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg))) 2236 if(mii_status_reg & MII_SR_AUTONEG_COMPLETE) {
|