Searched refs:NWAY_AR_100TX_HD_CAPS (Results 1 – 6 of 6) sorted by relevance
943 #define NWAY_AR_100TX_HD_CAPS 0x0080 /* 100TX Half Duplex Capable */ macro
1506 NWAY_AR_100TX_HD_CAPS | in e1000_phy_setup_autoneg()1528 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS; in e1000_phy_setup_autoneg()
1755 #define NWAY_AR_100TX_HD_CAPS 0x0080 /* 100TX Half Duplex Capable */ macro
1942 mii_autoneg_adv_reg |= NWAY_AR_100TX_HD_CAPS;
5115 (phy_an_adv & NWAY_AR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
6406 (Adapter->phy_an_adv & NWAY_AR_100TX_HD_CAPS) in e1000g_get_phy_state()