Home
last modified time | relevance | path

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

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