Home
last modified time | relevance | path

Searched refs:MII_SR_AUTONEG_COMPLETE (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/pci/
H A Digc_mac.c576 if (!(mii_status_reg & MII_SR_AUTONEG_COMPLETE)) in igc_config_fc_after_link_up_generic()
H A Digc_phy.c623 if (phy_status & MII_SR_AUTONEG_COMPLETE) in igc_wait_autoneg()
H A Digc_defines.h837 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro
H A Dif_em_hw.h2979 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro
H A Dif_em_hw.c4069 if (mii_status_reg & MII_SR_AUTONEG_COMPLETE) { in em_config_fc_after_link_up()
4715 if (phy_data & MII_SR_AUTONEG_COMPLETE) { in em_wait_autoneg()