Home
last modified time | relevance | path

Searched refs:phy_ext_status (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/igb/
H A Digb_gld.c1233 uint16_t phy_status, phy_ext_status; in igb_m_propinfo() local
1251 &phy_ext_status); in igb_m_propinfo()
1253 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_m_propinfo()
1254 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0); in igb_m_propinfo()
H A Digb_main.c5045 uint16_t phy_ext_status; in igb_get_phy_state() local
5057 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, &phy_ext_status); in igb_get_phy_state()
5070 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_get_phy_state()
5071 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0; in igb_get_phy_state()
5073 ((phy_ext_status & IEEE_ESR_1000T_HD_CAPS) || in igb_get_phy_state()
5074 (phy_ext_status & IEEE_ESR_1000X_HD_CAPS)) ? 1 : 0; in igb_get_phy_state()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3469 ((Adapter->phy_ext_status & in e1000g_m_propinfo()
3471 (Adapter->phy_ext_status & in e1000g_m_propinfo()
5188 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()
5189 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()
5213 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()
5214 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()
5239 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()
5240 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()
6139 &Adapter->phy_ext_status); in e1000g_get_phy_state()
6154 ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_get_phy_state()
[all …]
H A De1000g_sw.h981 uint16_t phy_ext_status; /* contents of PHY_EXT_STATUS */ member