Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi.h126 #define HBA_IS_QUIESCED(s) (((s)->s_flags & PQI_HBA_QUIESCED) != 0)
270 #define PQI_HBA_QUIESCED 0x0002 macro
H A Dsmartpqi_hba.c688 s->s_flags |= PQI_HBA_QUIESCED; in pqi_quiesce()
717 s->s_flags &= ~PQI_HBA_QUIESCED; in pqi_unquiesce()