Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/dpt/
Ddpt_scsi.c418 && (status != (HA_SREADY | HA_SSC | HA_SERROR)) in dpt_get_conf()
419 && (status != (HA_SDRDY | HA_SERROR | HA_SDRQ))) in dpt_get_conf()
464 if (((status & HA_SERROR) == 0) in dpt_get_conf()
1539 if ((status = dpt_inb(dpt, HA_RSTATUS)) & HA_SERROR) { in dpt_intr_locked()
Ddpt.h251 #define HA_SERROR 0x01 /* pr. command ended in error */ macro