Home
last modified time | relevance | path

Searched refs:NWAY_AR_ASM_DIR (Results 1 – 7 of 7) sorted by relevance

/titanic_50/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);
2001 mii_autoneg_adv_reg |= NWAY_AR_ASM_DIR;
2008 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE);
2313 (mii_nway_adv_reg & NWAY_AR_ASM_DIR) &&
2328 (mii_nway_adv_reg & NWAY_AR_ASM_DIR) &&
H A De1000_hw.h1759 #define NWAY_AR_ASM_DIR 0x0800 /* Asymmetric Pause Direction bit */ macro
/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_phy.c1569 mii_autoneg_adv_reg &= ~(NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()
1581 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()
1587 mii_autoneg_adv_reg |= NWAY_AR_ASM_DIR; in e1000_phy_setup_autoneg()
1594 mii_autoneg_adv_reg |= (NWAY_AR_ASM_DIR | NWAY_AR_PAUSE); in e1000_phy_setup_autoneg()
H A De1000_mac.c1473 (mii_nway_adv_reg & NWAY_AR_ASM_DIR) && in e1000_config_fc_after_link_up_generic()
1487 (mii_nway_adv_reg & NWAY_AR_ASM_DIR) && in e1000_config_fc_after_link_up_generic()
H A De1000_defines.h947 #define NWAY_AR_ASM_DIR 0x0800 /* Asymmetric Pause Direction bit */ macro
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c5078 (phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()
5102 (phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6369 (Adapter->phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()
6393 (Adapter->phy_an_adv & NWAY_AR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()