Searched refs:NWAY_AR_ASM_DIR (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()2249 mii_autoneg_adv_reg |= NWAY_AR_ASM_DIR; in e1000_phy_setup_autoneg()2256 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()2809 (mii_nway_adv_reg & NWAY_AR_ASM_DIR) && in e1000_config_fc_after_link_up()2824 (mii_nway_adv_reg & NWAY_AR_ASM_DIR) && in e1000_config_fc_after_link_up()
2754 #define NWAY_AR_ASM_DIR 0x0800 /* Asymmetric Pause Direction bit */ macro