Home
last modified time | relevance | path

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

/drivers/scsi/
Dscsi_scan.c554 int result_len, int *bflags) in scsi_probe_lun() argument
562 *bflags = 0; in scsi_probe_lun()
638 *bflags = scsi_get_device_flags(sdev, &inq_result[8], in scsi_probe_lun()
644 if (BLIST_INQUIRY_36 & *bflags) in scsi_probe_lun()
646 else if (BLIST_INQUIRY_58 & *bflags) in scsi_probe_lun()
745 int *bflags, int async) in scsi_add_lun() argument
789 if (*bflags & BLIST_ISROM) { in scsi_add_lun()
825 if ((*bflags & BLIST_REPORTLUN2) == 0) in scsi_add_lun()
826 *bflags |= BLIST_NOREPORTLUN; in scsi_add_lun()
864 !(*bflags & BLIST_NOTQ)) in scsi_add_lun()
[all …]
Dscsi_transport_spi.c227 unsigned bflags = scsi_get_device_flags_keyed(sdev, &sdev->inquiry[8], in spi_device_configure() local
239 if (bflags & SPI_BLIST_NOIUS) { in spi_device_configure()