Searched refs:phy_lp_able (Results 1 – 3 of 3) sorted by relevance
5058 uint16_t phy_lp_able; in igb_get_phy_state() local5071 (void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_lp_able); in igb_get_phy_state()5125 (phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in igb_get_phy_state()5127 (phy_lp_able & NWAY_LPAR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()5133 (phy_lp_able & NWAY_LPAR_100T4_CAPS) ? 1 : 0; in igb_get_phy_state()5135 (phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0; in igb_get_phy_state()5137 (phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()5139 (phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()5141 (phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()5143 (phy_lp_able & NWAY_LPAR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()
6362 &Adapter->phy_lp_able); in e1000g_get_phy_state()6417 (Adapter->phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()6419 (Adapter->phy_lp_able & NWAY_LPAR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()6425 (Adapter->phy_lp_able & NWAY_LPAR_100T4_CAPS) ? 1 : 0; in e1000g_get_phy_state()6427 (Adapter->phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6429 (Adapter->phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6431 (Adapter->phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6433 (Adapter->phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
985 uint16_t phy_lp_able; /* contents of PHY_LP_ABILITY */ member