Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/igb/
H A Digb_gld.c100 igb->stat_ecol += E1000_READ_REG(hw, E1000_ECOL); in igb_m_stat()
101 *val = igb->stat_ecol; in igb_m_stat()
180 igb->stat_ecol += E1000_READ_REG(hw, E1000_ECOL); in igb_m_stat()
181 *val = igb->stat_ecol; in igb_m_stat()
185 igb->stat_ecol += E1000_READ_REG(hw, E1000_ECOL); in igb_m_stat()
186 *val = igb->stat_ecol; in igb_m_stat()
H A Digb_sw.h663 uint64_t stat_ecol; /* excessive colls */ member