Searched defs:phy_lp_able (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5058 uint16_t phy_lp_able; local
5071 (void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_lp_able);
5125 (phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0;
5127 (phy_lp_able & NWAY_LPAR_ASM_DIR) ? 1 : 0;
5133 (phy_lp_able & NWAY_LPAR_100T4_CAPS) ? 1 : 0;
5135 (phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0;
5137 (phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0;
5139 (phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0;
5141 (phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0;
5143 (phy_lp_able
[all...]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h985 uint16_t phy_lp_able; /* contents of PHY_LP_ABILITY */ member in struct:e1000g

Completed in 74 milliseconds