Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h335 #define S1394_CFGROM_DIR_STACK_OFF 0x00000040 /* dir stack turned off */ macro
386 ((n)->cfgrom_state |= S1394_CFGROM_DIR_STACK_OFF)
388 ((n)->cfgrom_state &= ~S1394_CFGROM_DIR_STACK_OFF)
390 (((n)->cfgrom_state & S1394_CFGROM_DIR_STACK_OFF) != 0 ? B_TRUE : \