Home
last modified time | relevance | path

Searched refs:NWAY_LPAR_PAUSE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_mac.c1450 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in e1000_config_fc_after_link_up_generic()
1474 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in e1000_config_fc_after_link_up_generic()
1488 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in e1000_config_fc_after_link_up_generic()
H A De1000_defines.h958 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000.c2285 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) {
2314 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) &&
2329 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) &&
H A De1000_hw.h1770 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c5125 (phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in igb_get_phy_state()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6417 (Adapter->phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()