Searched refs:stat_ecol (Results 1 – 2 of 2) sorted by relevance
103 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()
712 uint64_t stat_ecol; /* excessive colls */ member