diff options
author | Martin K. Petersen <martin.petersen@oracle.com> | 2024-07-30 04:46:16 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2024-07-30 04:46:16 +0300 |
commit | 7c632fc3ce64c05bae4addbdfa174f98d0431ca4 (patch) | |
tree | 53bbef11738650b66aa47dffebe88211f7c7079b /include | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) | |
parent | 47398f49dab8326bb652fa2d7a51ae5ec78775b5 (diff) | |
download | linux-7c632fc3ce64c05bae4addbdfa174f98d0431ca4.tar.xz |
Merge branch '6.11/scsi-queue' into 6.11/scsi-fixes
Pull outstanding commits from 6.11 queue into fixes.
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/ufs/ufshcd.h | 1 | ||||
-rw-r--r-- | include/ufs/ufshci.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h index a43b14276bc3..cac0cdb9a916 100644 --- a/include/ufs/ufshcd.h +++ b/include/ufs/ufshcd.h @@ -1109,6 +1109,7 @@ struct ufs_hba { bool ext_iid_sup; bool scsi_host_added; bool mcq_sup; + bool lsdb_sup; bool mcq_enabled; struct ufshcd_res_info res[RES_MAX]; void __iomem *mcq_base; diff --git a/include/ufs/ufshci.h b/include/ufs/ufshci.h index 38fe97971a65..9917c7743d80 100644 --- a/include/ufs/ufshci.h +++ b/include/ufs/ufshci.h @@ -77,6 +77,7 @@ enum { MASK_OUT_OF_ORDER_DATA_DELIVERY_SUPPORT = 0x02000000, MASK_UIC_DME_TEST_MODE_SUPPORT = 0x04000000, MASK_CRYPTO_SUPPORT = 0x10000000, + MASK_LSDB_SUPPORT = 0x20000000, MASK_MCQ_SUPPORT = 0x40000000, }; |