Home
last modified time | relevance | path

Searched refs:NWAY_AR_PAUSE (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c408 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in igc_phy_setup_autoneg()
420 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in igc_phy_setup_autoneg()
427 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE; in igc_phy_setup_autoneg()
433 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in igc_phy_setup_autoneg()
H A Digc_mac.c788 if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in igc_config_fc_after_link_up_generic()
811 else if (!(mii_nway_adv_reg & NWAY_AR_PAUSE) && in igc_config_fc_after_link_up_generic()
825 else if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in igc_config_fc_after_link_up_generic()
H A Digc_defines.h856 #define NWAY_AR_PAUSE 0x0400 /* Pause operation desired */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1983 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
1995 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
2002 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE;
2008 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
2284 if((mii_nway_adv_reg & NWAY_AR_PAUSE) &&
2312 else if(!(mii_nway_adv_reg & NWAY_AR_PAUSE) &&
2327 else if((mii_nway_adv_reg & NWAY_AR_PAUSE) &&
H A De1000_hw.h1758 #define NWAY_AR_PAUSE 0x0400 /* Pause operation desired */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c1449 if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up_generic()
1472 else if (!(mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up_generic()
1486 else if ((mii_nway_adv_reg & NWAY_AR_PAUSE) && in e1000_config_fc_after_link_up_generic()
H A De1000_phy.c1570 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()
1582 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()
1589 mii_autoneg_adv_reg &= ~NWAY_AR_PAUSE; in e1000_phy_setup_autoneg()
1595 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()
H A De1000_defines.h947 #define NWAY_AR_PAUSE 0x0400 /* Pause operation desired */ macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c239 *valp = (igc->igc_phy_an_adv & NWAY_AR_PAUSE) != 0; in igc_m_getstat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5121 (phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in igb_get_phy_state()
5145 (phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6409 (Adapter->phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()
6433 (Adapter->phy_an_adv & NWAY_AR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()