aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi/mpi30_init.h
diff options
context:
space:
mode:
authorSreekanth Reddy <[email protected]>2022-09-12 13:57:34 +0000
committerMartin K. Petersen <[email protected]>2022-09-25 17:49:51 +0000
commitee6f2d6bb2a0a3824b8f1d2cd4ceba8f8a3fb193 (patch)
treecc8b250fd9a760dc1894dff5e3ebbf121a2713bf /drivers/scsi/mpi3mr/mpi/mpi30_init.h
parentscsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use" (diff)
downloadkernel-ee6f2d6bb2a0a3824b8f1d2cd4ceba8f8a3fb193.tar.gz
kernel-ee6f2d6bb2a0a3824b8f1d2cd4ceba8f8a3fb193.zip
scsi: mpi3mr: Update mpi3 header files
Update the mpi3 header files. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sreekanth Reddy <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/mpi3mr/mpi/mpi30_init.h')
-rw-r--r--drivers/scsi/mpi3mr/mpi/mpi30_init.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/mpi3mr/mpi/mpi30_init.h b/drivers/scsi/mpi3mr/mpi/mpi30_init.h
index aac11c58cca9..3c03610ecfa6 100644
--- a/drivers/scsi/mpi3mr/mpi/mpi30_init.h
+++ b/drivers/scsi/mpi3mr/mpi/mpi30_init.h
@@ -1,13 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
- * Copyright 2016-2021 Broadcom Inc. All rights reserved.
- *
+ * Copyright 2016-2022 Broadcom Inc. All rights reserved.
*/
#ifndef MPI30_INIT_H
#define MPI30_INIT_H 1
struct mpi3_scsi_io_cdb_eedp32 {
u8 cdb[20];
- __be32 primary_reference_tag;
+ __be32 primary_reference_tag;
__le16 primary_application_tag;
__le16 primary_application_tag_mask;
__le32 transfer_length;