Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfad_im.h186 * Macro to set the SCSI device sdev_bflags - sdev_bflags are used by the
190 * sdev_bflags for the scsi_device associated with LUN #0.
203 __sdev->sdev_bflags |= scan_flags; \
205 __sdev->sdev_bflags &= ~scan_flags; \
H A Dbfad_im.c971 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_slave_alloc()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_devinfo.c613 if (sdev->sdev_bflags) in scsi_get_device_flags_keyed()
614 return sdev->sdev_bflags; in scsi_get_device_flags_keyed()
H A Dvirtio_scsi.c674 sdevice->sdev_bflags = BLIST_TRY_VPD_PAGES; in virtscsi_device_alloc()
H A Dscsi_error.c542 if (sshdr.asc == 0x44 && sdev->sdev_bflags & BLIST_RETRY_ITF) in scsi_check_sense()
545 sdev->sdev_bflags & BLIST_RETRY_ASC_C1) in scsi_check_sense()
H A Dscsi_sysfs.c1081 for (i = 0; i < sizeof(sdev->sdev_bflags) * BITS_PER_BYTE; i++) { in sdev_show_blacklist()
1084 if (!(sdev->sdev_bflags & (__force blist_flags_t)BIT(i))) in sdev_show_blacklist()
H A Dscsi_scan.c983 sdev->sdev_bflags = *bflags; in scsi_add_lun()
H A Dstorvsc_drv.c1531 sdevice->sdev_bflags = BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES; in storvsc_device_alloc()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_devinfo.c616 if (sdev->sdev_bflags) in scsi_get_device_flags_keyed()
617 return sdev->sdev_bflags; in scsi_get_device_flags_keyed()
H A Dvirtio_scsi.c680 sdevice->sdev_bflags = BLIST_TRY_VPD_PAGES; in virtscsi_device_alloc()
H A Dscsi_sysfs.c1083 for (i = 0; i < sizeof(sdev->sdev_bflags) * BITS_PER_BYTE; i++) { in sdev_show_blacklist()
1086 if (!(sdev->sdev_bflags & (__force blist_flags_t)BIT(i))) in sdev_show_blacklist()
H A Dscsi_error.c616 if (sshdr.asc == 0x44 && sdev->sdev_bflags & BLIST_RETRY_ITF) in scsi_check_sense()
619 sdev->sdev_bflags & BLIST_RETRY_ASC_C1) in scsi_check_sense()
H A Dscsi_scan.c1094 sdev->sdev_bflags = *bflags; in scsi_add_lun()
H A Dstorvsc_drv.c1572 sdevice->sdev_bflags = BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES; in storvsc_device_alloc()
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dscsiglue.c87 sdev->sdev_bflags |= BLIST_FORCELUN; in slave_alloc()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h150 blist_flags_t sdev_bflags; /* black/white flags as also found in member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h155 blist_flags_t sdev_bflags; /* black/white flags as also found in member
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dscsiglue.c87 sdev->sdev_bflags |= BLIST_FORCELUN; in slave_alloc()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfad_im.c971 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_slave_alloc()
H A Dbfad_bsg.c2541 * Set the SCSI device sdev_bflags - sdev_bflags are used by the
2545 * sdev_bflags for the scsi_device associated with LUN #0.
2561 sdev->sdev_bflags |= scan_flags; in bfad_reset_sdev_bflags()
2563 sdev->sdev_bflags &= ~scan_flags; in bfad_reset_sdev_bflags()

Completed in 39 milliseconds