Searched refs:cfgflags (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_low.c3861 u_int cfgflags, diskflags; local
3864 cfgflags = li->li_cfgflags;
3866 cfgflags = 0;
3874 (cfgflags & SCSI_LOW_DISC) != 0)
3881 (cfgflags & SCSI_LOW_NOPARITY) == 0)
3886 (cfgflags & SCSI_LOW_QTAG) != 0 &&
3902 if ((cfgflags & SCSI_LOW_LINK) != 0 &&

Completed in 55 milliseconds