Searched refs:NWAY_AR_PAUSE (Results 1 – 6 of 6) sorted by relevance
403 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in igc_phy_setup_autoneg()415 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in igc_phy_setup_autoneg()422 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE; in igc_phy_setup_autoneg()428 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in igc_phy_setup_autoneg()
627 if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in igc_config_fc_after_link_up_generic()647 else if (!(mii_nway_adv_reg & NWAY_AR_PAUSE) && in igc_config_fc_after_link_up_generic()660 else if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in igc_config_fc_after_link_up_generic()
855 #define NWAY_AR_PAUSE 0x0400 /* Pause operation desired */ macro
3480 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in em_phy_setup_autoneg()3494 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in em_phy_setup_autoneg()3502 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE; in em_phy_setup_autoneg()3509 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in em_phy_setup_autoneg()4122 if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in em_config_fc_after_link_up()4151 else if (!(mii_nway_adv_reg & NWAY_AR_PAUSE) && in em_config_fc_after_link_up()4168 else if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in em_config_fc_after_link_up()
1174 if ((ar & NWAY_AR_PAUSE) && (lpar & NWAY_LPAR_PAUSE)) in em_flowstatus()1176 else if (!(ar & NWAY_AR_PAUSE) && (ar & NWAY_AR_ASM_DIR) && in em_flowstatus()1179 else if ((ar & NWAY_AR_PAUSE) && (ar & NWAY_AR_ASM_DIR) && in em_flowstatus()
2997 #define NWAY_AR_PAUSE 0x0400 /* Pause operation desired */ macro