Searched refs:phy_lp_able (Results 1 – 3 of 3) sorted by relevance
5048 uint16_t phy_lp_able; in igb_get_phy_state() local5061 (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()
6145 &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()
984 uint16_t phy_lp_able; /* contents of PHY_LP_ABILITY */ member