diff options
| author | Sumit Saxena <[email protected]> | 2024-06-27 10:17:34 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2024-07-05 03:37:07 +0000 |
| commit | 1c342b0548e3f53a4478f8d7bcb5af34b361787f (patch) | |
| tree | c0c10f8cd8027f89a593b4a076167c4876817a7e /drivers/scsi/mpi3mr/mpi3mr.h | |
| parent | scsi: mpi3mr: Support PCI Error Recovery callback handlers (diff) | |
| download | kernel-1c342b0548e3f53a4478f8d7bcb5af34b361787f.tar.gz kernel-1c342b0548e3f53a4478f8d7bcb5af34b361787f.zip | |
scsi: mpi3mr: Prevent PCI writes from driver during PCI error recovery
Prevent interaction with the hardware while the error recovery in progress.
Co-developed-by: Sathya Prakash <[email protected]>
Signed-off-by: Sathya Prakash <[email protected]>
Co-developed-by: Ranjan Kumar <[email protected]>
Signed-off-by: Ranjan Kumar <[email protected]>
Signed-off-by: Sumit Saxena <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/mpi3mr/mpi3mr.h')
| -rw-r--r-- | drivers/scsi/mpi3mr/mpi3mr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/mpi3mr/mpi3mr.h b/drivers/scsi/mpi3mr/mpi3mr.h index 2b1d5645ba9b..e99bb8ec428c 100644 --- a/drivers/scsi/mpi3mr/mpi3mr.h +++ b/drivers/scsi/mpi3mr/mpi3mr.h @@ -519,6 +519,7 @@ struct mpi3mr_throttle_group_info { /* HBA port flags */ #define MPI3MR_HBA_PORT_FLAG_DIRTY 0x01 +#define MPI3MR_HBA_PORT_FLAG_NEW 0x02 /* IOCTL data transfer sge*/ #define MPI3MR_NUM_IOCTL_SGE 256 |
