Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
A Dbfad_im.h203 __sdev->sdev_bflags |= scan_flags; \
205 __sdev->sdev_bflags &= ~scan_flags; \
A Dbfad_im.c971 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_slave_alloc()
/linux/drivers/scsi/
A Dscsi_devinfo.c614 if (sdev->sdev_bflags) in scsi_get_device_flags_keyed()
615 return sdev->sdev_bflags; in scsi_get_device_flags_keyed()
A Dscsi_error.c585 if (sshdr.asc == 0x44 && sdev->sdev_bflags & BLIST_RETRY_ITF) in scsi_check_sense()
588 sdev->sdev_bflags & BLIST_RETRY_ASC_C1) in scsi_check_sense()
A Dscsi_sysfs.c1069 for (i = 0; i < sizeof(sdev->sdev_bflags) * BITS_PER_BYTE; i++) { in sdev_show_blacklist()
1072 if (!(sdev->sdev_bflags & (__force blist_flags_t)BIT(i))) in sdev_show_blacklist()
A Dvirtio_scsi.c672 sdevice->sdev_bflags = BLIST_TRY_VPD_PAGES; in virtscsi_device_alloc()
A Dscsi_scan.c1027 sdev->sdev_bflags = *bflags; in scsi_add_lun()
A Dstorvsc_drv.c1605 sdevice->sdev_bflags = BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES; in storvsc_device_alloc()
/linux/drivers/usb/storage/
A Dscsiglue.c87 sdev->sdev_bflags |= BLIST_FORCELUN; in slave_alloc()
/linux/include/scsi/
A Dscsi_device.h151 blist_flags_t sdev_bflags; /* black/white flags as also found in member

Completed in 31 milliseconds