Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c176 PROBE_INQUIRY_CKSUM = 0x01, enumerator
780 softc->flags &= ~PROBE_INQUIRY_CKSUM; in probestart()
781 } else if ((softc->flags & PROBE_INQUIRY_CKSUM) == 0) { in probestart()
791 softc->flags |= PROBE_INQUIRY_CKSUM; in probestart()
1631 if ((softc->flags & PROBE_INQUIRY_CKSUM) != 0) { in probedone()