Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h984 uint16_t phy_1000t_ctrl; /* contents of PHY_1000T_CTRL */ member
H A De1000g_main.c6400 &Adapter->phy_1000t_ctrl); in e1000g_get_phy_state()
6437 (Adapter->phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
6442 (Adapter->phy_1000t_ctrl & CR_1000T_FD_CAPS) in e1000g_get_phy_state()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5101 uint16_t phy_1000t_ctrl; in igb_get_phy_state() local
5113 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl); in igb_get_phy_state()
5149 (phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
5156 (phy_1000t_ctrl & CR_1000T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()