Home
last modified time | relevance | path

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

/openbmc/linux/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 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 Dvirtio_scsi.c680 sdevice->sdev_bflags = BLIST_TRY_VPD_PAGES; in virtscsi_device_alloc()
H A Dscsi_scan.c1094 sdev->sdev_bflags = *bflags; in scsi_add_lun()
H A Dstorvsc_drv.c1583 sdevice->sdev_bflags = BLIST_REPORTLUN2 | BLIST_TRY_VPD_PAGES; in storvsc_device_alloc()
/openbmc/linux/drivers/usb/storage/
H A Dscsiglue.c87 sdev->sdev_bflags |= BLIST_FORCELUN; in slave_alloc()
/openbmc/linux/include/scsi/
H A Dscsi_device.h155 blist_flags_t sdev_bflags; /* black/white flags as also found in member
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_im.c971 sdev->sdev_bflags |= BLIST_NOREPORTLUN | in bfad_im_slave_alloc()
H A Dbfad_bsg.c2561 sdev->sdev_bflags |= scan_flags; in bfad_reset_sdev_bflags()
2563 sdev->sdev_bflags &= ~scan_flags; in bfad_reset_sdev_bflags()