Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/sn/
Dioc3.h566 #define ETCDC_COLLCNT_MASK 0x0000ffff macro
/linux-2.6.39/drivers/net/
Dioc3-eth.c506 dev->stats.collisions += (ioc3_r_etcdc() & ETCDC_COLLCNT_MASK); in ioc3_get_stats()