Home
last modified time | relevance | path

Searched refs:phy_lp_able (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c5048 uint16_t phy_lp_able; in igb_get_phy_state() local
5061 (void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_lp_able); in igb_get_phy_state()
5115 (phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in igb_get_phy_state()
5117 (phy_lp_able & NWAY_LPAR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()
5123 (phy_lp_able & NWAY_LPAR_100T4_CAPS) ? 1 : 0; in igb_get_phy_state()
5125 (phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
5127 (phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
5129 (phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
5131 (phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
5133 (phy_lp_able & NWAY_LPAR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6145 &Adapter->phy_lp_able); in e1000g_get_phy_state()
6200 (Adapter->phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()
6202 (Adapter->phy_lp_able & NWAY_LPAR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()
6208 (Adapter->phy_lp_able & NWAY_LPAR_100T4_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6210 (Adapter->phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6212 (Adapter->phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6214 (Adapter->phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6216 (Adapter->phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
H A De1000g_sw.h984 uint16_t phy_lp_able; /* contents of PHY_LP_ABILITY */ member