Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h985 uint16_t phy_1000t_status; /* contents of PHY_1000T_STATUS */ member
H A De1000g_main.c6402 &Adapter->phy_1000t_status); in e1000g_get_phy_state()
6463 (Adapter->phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6465 (Adapter->phy_1000t_status & SR_1000T_LP_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5102 uint16_t phy_1000t_status; in igb_get_phy_state() local
5115 PHY_1000T_STATUS, &phy_1000t_status); in igb_get_phy_state()
5174 (phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
5176 (phy_1000t_status & SR_1000T_LP_HD_CAPS) ? 1 : 0; in igb_get_phy_state()