Searched refs:FAS_INT_ILLEGAL (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasreg.h204 #define FAS_INT_ILLEGAL 0x40 /* illegal cmd */ macro
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c3528 if ((intr & (FAS_INT_RESET|FAS_INT_ILLEGAL|FAS_INT_SEL|FAS_INT_SELATN|
3547 (FAS_INT_RESET|FAS_INT_ILLEGAL|FAS_INT_SEL|FAS_INT_SELATN)) == 0)) {
3556 } else if (intr & (FAS_INT_RESET | FAS_INT_ILLEGAL)) {
4198 if (fas->f_intr & (FAS_INT_ILLEGAL | FAS_INT_RESET)) {
4262 FAS_INT_ILLEGAL)) {
4606 if (fas->f_intr & (FAS_INT_RESET | FAS_INT_ILLEGAL)) {
5035 if (fas->f_intr & (FAS_INT_RESET | FAS_INT_ILLEGAL)) {
5296 if (fas->f_intr & (FAS_INT_RESET | FAS_INT_ILLEGAL)) {
6474 ASSERT(fas->f_intr & (FAS_INT_ILLEGAL | FAS_INT_RESET));
6487 if (fas->f_intr & FAS_INT_ILLEGAL) {
[all...]

Completed in 56 milliseconds