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