Searched refs:ECR_SNGLCOL_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/smc/ | ||
H A D | if_smcreg.h | 80 #define ECR_SNGLCOL_MASK 0x000f /* Single collisions */ macro |
H A D | if_smc.c | 944 ((counter & ECR_SNGLCOL_MASK) >> ECR_SNGLCOL_SHIFT) + in smc_task_intr() |