Searched refs:NWAY_AR_PAUSE (Results 1 – 2 of 2) sorted by relevance
3223 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()3235 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()3242 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE; in e1000_phy_setup_autoneg()3248 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()3529 if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up()3554 else if (!(mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up()3571 else if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up()
2246 #define NWAY_AR_PAUSE 0x0400 /* Pause operation desired */ macro