Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5103 uint16_t phy_lp_able; in igb_get_phy_state() local
5116 (void) e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_lp_able); in igb_get_phy_state()
5170 (phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in igb_get_phy_state()
5172 (phy_lp_able & NWAY_LPAR_ASM_DIR) ? 1 : 0; in igb_get_phy_state()
5178 (phy_lp_able & NWAY_LPAR_100T4_CAPS) ? 1 : 0; in igb_get_phy_state()
5180 (phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
5182 (phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
5184 (phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
5186 (phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
5188 (phy_lp_able & NWAY_LPAR_REMOTE_FAULT) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6404 &Adapter->phy_lp_able); in e1000g_get_phy_state()
6459 (Adapter->phy_lp_able & NWAY_LPAR_PAUSE) ? 1 : 0; in e1000g_get_phy_state()
6461 (Adapter->phy_lp_able & NWAY_LPAR_ASM_DIR) ? 1 : 0; in e1000g_get_phy_state()
6467 (Adapter->phy_lp_able & NWAY_LPAR_100T4_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6469 (Adapter->phy_lp_able & NWAY_LPAR_100TX_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6471 (Adapter->phy_lp_able & NWAY_LPAR_100TX_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6473 (Adapter->phy_lp_able & NWAY_LPAR_10T_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6475 (Adapter->phy_lp_able & NWAY_LPAR_10T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
H A De1000g_sw.h986 uint16_t phy_lp_able; /* contents of PHY_LP_ABILITY */ member