Searched refs:NWAY_AR_PAUSE (Results 1 – 2 of 2) sorted by relevance
2231 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()2243 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()2250 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE; in e1000_phy_setup_autoneg()2256 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()2784 if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up()2808 else if (!(mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up()2823 else if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up()
2753 #define NWAY_AR_PAUSE 0x0400 /* Pause operation desired */ macro