Home
last modified time | relevance | path

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

/openbsd/sys/scsi/
H A Dscsi_all.h617 #define SIU_RSPVALID 0x1 macro
633 #define SIU_SENSE_DATA(siu) (((siu)->flags & SIU_RSPVALID) ? \
/openbsd/sys/dev/ic/
H A Daic79xx.c7919 if ((siu->flags & SIU_RSPVALID) != 0) { in ahd_handle_scsi_status()