Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h100 #define SGEN_FL_BUSY 0x04 /* command buffer busy */ macro
118 (((sgen_state_t *)(stp))->sgen_flags |= SGEN_FL_BUSY)
120 (((sgen_state_t *)(stp))->sgen_flags &= ~SGEN_FL_BUSY)
122 ((((sgen_state_t *)(stp))->sgen_flags & SGEN_FL_BUSY) == SGEN_FL_BUSY)