Home
last modified time | relevance | path

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

/freebsd/sys/cam/ata/
H A Data_xpt.c1149 uint8_t periph_qual, len; in aprobedone() local
1153 periph_qual = SID_QUAL(inq_buf); in aprobedone()
1155 if (periph_qual != SID_QUAL_LU_CONNECTED && in aprobedone()
1156 periph_qual != SID_QUAL_LU_OFFLINE) in aprobedone()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1204 uint8_t periph_qual; in probedone() local
1210 periph_qual = SID_QUAL(inq_buf); in probedone()
1212 if (periph_qual == SID_QUAL_LU_CONNECTED || in probedone()
1213 periph_qual == SID_QUAL_LU_OFFLINE) { in probedone()