Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_mac.c789 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE)) { in igc_config_fc_after_link_up_generic()
813 (mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in igc_config_fc_after_link_up_generic()
827 !(mii_nway_lp_ability_reg & NWAY_LPAR_PAUSE) && in igc_config_fc_after_link_up_generic()
H A Digc_defines.h868 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
/illumos-gate/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.h959 #define NWAY_LPAR_PAUSE 0x0400 /* LP Pause operation desired */ macro
/illumos-gate/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
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c266 *valp = (igc->igc_phy_lp & NWAY_LPAR_PAUSE) != 0; in igc_m_getstat()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5170 (phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6459 (Adapter->phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()