Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_defines.h909 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro
H A De1000_mac.c1368 if (!(mii_status_reg & MII_SR_AUTONEG_COMPLETE)) { in e1000_config_fc_after_link_up_generic()
H A De1000_phy.c2312 if (phy_status & MII_SR_AUTONEG_COMPLETE) in e1000_wait_autoneg()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_defines.h987 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro
H A Digc_mac.c1356 if (!(mii_status_reg & MII_SR_AUTONEG_COMPLETE)) { in igc_config_fc_after_link_up_generic()
H A Digc_phy.c2347 if (phy_status & MII_SR_AUTONEG_COMPLETE) in igc_wait_autoneg()