Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1293 uint16_t phy_status, phy_ext_status; in igb_m_propinfo() local
1311 &phy_ext_status); in igb_m_propinfo()
1313 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_m_propinfo()
1314 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0); in igb_m_propinfo()
H A Digb_main.c5100 uint16_t phy_ext_status; in igb_get_phy_state() local
5112 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, &phy_ext_status); in igb_get_phy_state()
5125 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_get_phy_state()
5126 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0; in igb_get_phy_state()
5128 ((phy_ext_status & IEEE_ESR_1000T_HD_CAPS) || in igb_get_phy_state()
5129 (phy_ext_status & IEEE_ESR_1000X_HD_CAPS)) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3728 ((Adapter->phy_ext_status & in e1000g_m_propinfo()
3730 (Adapter->phy_ext_status & in e1000g_m_propinfo()
5447 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()
5448 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()
5472 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()
5473 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()
5498 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()
5499 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()
6398 &Adapter->phy_ext_status); in e1000g_get_phy_state()
6413 ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_get_phy_state()
[all …]
H A De1000g_sw.h983 uint16_t phy_ext_status; /* contents of PHY_EXT_STATUS */ member