670ffccb2f
This is mostly updates of the usual suspects: lpfc, qla2xxx, hisi_sas, megaraid_sas, pm80xx, mpt3sas, be2iscsi, hpsa. and a host of minor updates. There's no major behaviour change or additions to the core in all of this, so the potential for regressions should be small (biggest potential being in the scsi error handler changes). Signed-off-by: James E.J. Bottomley <jejb@linux.vnet.ibm.com> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABAgAGBQJaCxtCAAoJEAVr7HOZEZN4d9EQAI+OHP6ss6zjKKC21c9jNPcH NhLrNv37gHg/LA2VXeUEL9RGUjCGLIUrI4HsrxzkFAMLKP4TkshMs8/2RvczY+Sa VpayPqVybEKLIS6ipQyM1SLIQff2nvtDVcN/T+8z1lkk45TrbA6ZGuwUwd2aJyEA 2V2wtg51ObnL0Nr9QPPll0JrtL1AnCZyRlu9XrwTZuuSBZwk93opIuuvbZm/3dVg Ir4GSS4Y+PuHIfu4cxqdsPMdzRdY9I2me1YiE4jeFSn1/VTAjL4HBz7fO9eITT42 VhXSpDz1XvFsa9dJ0ubkqoALpJzCfOcBw+EuGvSydLEvOBoEVwMccdfaD9lT1zc5 L9e1Z5qqJoq7hTA6xTXCYfWG73I9HYvljtmc8yudKHhADOdnSTUXhaO6uBF0RNqD OxPSA1RZwRx3c6lDOcK6BTtvLAkTEuYKdrWSKJi0w+QXJAyQ6etqbmsKpmPdRim7 Z4ZSpJFro2gyo9gcdJO0ykTG+z3U7Z/ay1sNgnuprsv+eU/QjUdlAPl18o79EkRf H54zZggZ4wC6q/cFVVt4Vx+V+oqIeu38s7NDXS9UltLoTZPm2EzDW6pXd/38Z4Tf a1oBAUET8kYLC90P8sVZxUIHZjITlpgDbyE2Lq00PMYXhk8S4IxF0aMN5RvVqzUv +7N2HrHkSSgG1nhw1t+E =3O85 -----END PGP SIGNATURE----- Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi Pull SCSI updates from James Bottomley: "This is mostly updates of the usual suspects: lpfc, qla2xxx, hisi_sas, megaraid_sas, pm80xx, mpt3sas, be2iscsi, hpsa. and a host of minor updates. There's no major behaviour change or additions to the core in all of this, so the potential for regressions should be small (biggest potential being in the scsi error handler changes)" * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (203 commits) scsi: lpfc: Fix hard lock up NMI in els timeout handling. scsi: mpt3sas: remove a stray KERN_INFO scsi: mpt3sas: cleanup _scsih_pcie_enumeration_event() scsi: aacraid: use timespec64 instead of timeval scsi: scsi_transport_fc: add 64GBIT and 128GBIT port speed definitions scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair() scsi: mpt3sas: fix dma_addr_t casts scsi: be2iscsi: Use kasprintf scsi: storvsc: Avoid excessive host scan on controller change scsi: lpfc: fix kzalloc-simple.cocci warnings scsi: mpt3sas: Update mpt3sas driver version. scsi: mpt3sas: Fix sparse warnings scsi: mpt3sas: Fix nvme drives checking for tlr. scsi: mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log info scsi: mpt3sas: Add-Task-management-debug-info-for-NVMe-drives. scsi: mpt3sas: scan and add nvme device after controller reset scsi: mpt3sas: Set NVMe device queue depth as 128 scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware. scsi: mpt3sas: API's to remove nvme drive from sml scsi: mpt3sas: API 's to support NVMe drive addition to SML ...
61 lines
2.6 KiB
C
61 lines
2.6 KiB
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _SCSI_SCSI_DEVINFO_H
|
|
#define _SCSI_SCSI_DEVINFO_H
|
|
/*
|
|
* Flags for SCSI devices that need special treatment
|
|
*/
|
|
|
|
/* Only scan LUN 0 */
|
|
#define BLIST_NOLUN ((__force __u32 __bitwise)(1 << 0))
|
|
/* Known to have LUNs, force scanning.
|
|
* DEPRECATED: Use max_luns=N */
|
|
#define BLIST_FORCELUN ((__force __u32 __bitwise)(1 << 1))
|
|
/* Flag for broken handshaking */
|
|
#define BLIST_BORKEN ((__force __u32 __bitwise)(1 << 2))
|
|
/* unlock by special command */
|
|
#define BLIST_KEY ((__force __u32 __bitwise)(1 << 3))
|
|
/* Do not use LUNs in parallel */
|
|
#define BLIST_SINGLELUN ((__force __u32 __bitwise)(1 << 4))
|
|
/* Buggy Tagged Command Queuing */
|
|
#define BLIST_NOTQ ((__force __u32 __bitwise)(1 << 5))
|
|
/* Non consecutive LUN numbering */
|
|
#define BLIST_SPARSELUN ((__force __u32 __bitwise)(1 << 6))
|
|
/* Avoid LUNS >= 5 */
|
|
#define BLIST_MAX5LUN ((__force __u32 __bitwise)(1 << 7))
|
|
/* Treat as (removable) CD-ROM */
|
|
#define BLIST_ISROM ((__force __u32 __bitwise)(1 << 8))
|
|
/* LUNs past 7 on a SCSI-2 device */
|
|
#define BLIST_LARGELUN ((__force __u32 __bitwise)(1 << 9))
|
|
/* override additional length field */
|
|
#define BLIST_INQUIRY_36 ((__force __u32 __bitwise)(1 << 10))
|
|
/* do not do automatic start on add */
|
|
#define BLIST_NOSTARTONADD ((__force __u32 __bitwise)(1 << 12))
|
|
/* try REPORT_LUNS even for SCSI-2 devs (if HBA supports more than 8 LUNs) */
|
|
#define BLIST_REPORTLUN2 ((__force __u32 __bitwise)(1 << 17))
|
|
/* don't try REPORT_LUNS scan (SCSI-3 devs) */
|
|
#define BLIST_NOREPORTLUN ((__force __u32 __bitwise)(1 << 18))
|
|
/* don't use PREVENT-ALLOW commands */
|
|
#define BLIST_NOT_LOCKABLE ((__force __u32 __bitwise)(1 << 19))
|
|
/* device is actually for RAID config */
|
|
#define BLIST_NO_ULD_ATTACH ((__force __u32 __bitwise)(1 << 20))
|
|
/* select without ATN */
|
|
#define BLIST_SELECT_NO_ATN ((__force __u32 __bitwise)(1 << 21))
|
|
/* retry HARDWARE_ERROR */
|
|
#define BLIST_RETRY_HWERROR ((__force __u32 __bitwise)(1 << 22))
|
|
/* maximum 512 sector cdb length */
|
|
#define BLIST_MAX_512 ((__force __u32 __bitwise)(1 << 23))
|
|
/* Disable T10 PI (DIF) */
|
|
#define BLIST_NO_DIF ((__force __u32 __bitwise)(1 << 25))
|
|
/* Ignore SBC-3 VPD pages */
|
|
#define BLIST_SKIP_VPD_PAGES ((__force __u32 __bitwise)(1 << 26))
|
|
/* Attempt to read VPD pages */
|
|
#define BLIST_TRY_VPD_PAGES ((__force __u32 __bitwise)(1 << 28))
|
|
/* don't try to issue RSOC */
|
|
#define BLIST_NO_RSOC ((__force __u32 __bitwise)(1 << 29))
|
|
/* maximum 1024 sector cdb length */
|
|
#define BLIST_MAX_1024 ((__force __u32 __bitwise)(1 << 30))
|
|
/* Use UNMAP limit for WRITE SAME */
|
|
#define BLIST_UNMAP_LIMIT_WS ((__force __u32 __bitwise)(1 << 31))
|
|
|
|
#endif
|