Home
last modified time | relevance | path

Searched refs:stat_ecol (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c103 igb->stat_ecol += E1000_READ_REG(hw, E1000_ECOL); in igb_m_stat()
104 *val = igb->stat_ecol; in igb_m_stat()
183 igb->stat_ecol += E1000_READ_REG(hw, E1000_ECOL); in igb_m_stat()
184 *val = igb->stat_ecol; in igb_m_stat()
188 igb->stat_ecol += E1000_READ_REG(hw, E1000_ECOL); in igb_m_stat()
189 *val = igb->stat_ecol; in igb_m_stat()
H A Digb_sw.h712 uint64_t stat_ecol; /* excessive colls */ member