Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Dmc-opl.h254 #define MAC_CNTL_MI_CE 0x00001000 macro
270 #define MAC_CNTL_MI_ERRS (MAC_CNTL_MI_CE|MAC_CNTL_MI_UE\
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c1631 #define IS_CE(cntl, f) ((cntl) & ((f) ? MAC_CNTL_PTRL_CE : MAC_CNTL_MI_CE))
1642 return ((cntl & MAC_CNTL_MI_ERRS) == MAC_CNTL_MI_CE); in IS_CE_ONLY()