aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/mpi/mpi30_init.h
diff options
context:
space:
mode:
authorSreekanth Reddy <sreekanth.reddy@broadcom.com>2022-09-12 19:27:34 +0530
committerMartin K. Petersen <martin.petersen@oracle.com>2022-09-25 13:49:51 -0400
commitee6f2d6bb2a0a3824b8f1d2cd4ceba8f8a3fb193 (patch)
treecc8b250fd9a760dc1894dff5e3ebbf121a2713bf /drivers/scsi/mpi3mr/mpi/mpi30_init.h
parentd82e68483b81768c8d19bc7529635dad741607ce (diff)
downloadlinux-ee6f2d6bb2a0a3824b8f1d2cd4ceba8f8a3fb193.tar.gz
linux-ee6f2d6bb2a0a3824b8f1d2cd4ceba8f8a3fb193.tar.bz2
linux-ee6f2d6bb2a0a3824b8f1d2cd4ceba8f8a3fb193.zip
scsi: mpi3mr: Update mpi3 header files
Update the mpi3 header files. Link: https://lore.kernel.org/r/20220912135742.11764-2-sreekanth.reddy@broadcom.com Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
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;