Searched refs:e1000g_read_phy_stat (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_stat.c | 40 static uint32_t e1000g_read_phy_stat(struct e1000_hw *hw, int reg); 261 e1000g_ksp->Tncrs.value.ul += e1000g_read_phy_stat(hw, E1000_TNCRS); in e1000g_update_stats() 388 e1000g_read_phy_stat(hw, E1000_ECOL); in e1000g_m_stat() 394 e1000g_read_phy_stat(hw, E1000_COLC); in e1000g_m_stat() 462 e1000g_read_phy_stat(hw, E1000_ECOL); in e1000g_m_stat() 468 e1000g_read_phy_stat(hw, E1000_LATECOL); in e1000g_m_stat() 474 e1000g_read_phy_stat(hw, E1000_DC); in e1000g_m_stat() 480 e1000g_read_phy_stat(hw, E1000_SCC); in e1000g_m_stat() 486 e1000g_read_phy_stat(hw, E1000_MCC); in e1000g_m_stat() 498 e1000g_read_phy_stat(hw, E1000_ECOL); in e1000g_m_stat() [all …]
|