Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h984 uint16_t phy_1000t_status; /* contents of PHY_1000T_STATUS */ member
H A De1000g_main.c6360 &Adapter->phy_1000t_status); in e1000g_get_phy_state()
6421 (Adapter->phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6423 (Adapter->phy_1000t_status & SR_1000T_LP_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c5057 uint16_t phy_1000t_status; in igb_get_phy_state() local
5070 PHY_1000T_STATUS, &phy_1000t_status); in igb_get_phy_state()
5129 (phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
5131 (phy_1000t_status & SR_1000T_LP_HD_CAPS) ? 1 : 0; in igb_get_phy_state()